Additionally we add the X-Settings-SystemSettings category and adjust the Exec keys to be "system $panel_name"
14 lines
340 B
Meson
14 lines
340 B
Meson
desktop = 'gnome-region-panel.desktop'
|
|
i18n.merge_file(
|
|
type: 'desktop',
|
|
input: desktop + '.in',
|
|
output: desktop,
|
|
po_dir: po_dir,
|
|
install: true,
|
|
install_dir: control_center_desktopdir
|
|
)
|
|
|
|
install_data(
|
|
'org.gnome.Settings-region-symbolic.svg',
|
|
install_dir: join_paths(control_center_icondir, 'hicolor', 'scalable', 'apps')
|
|
)
|