Skip to content

Commit f319631

Browse files
danirabbitstsdc
andauthored
Launcher: update to latest format (#427)
* Launcher: update to latest format * Rename in meson --------- Co-authored-by: Stanisław <[email protected]>
1 parent d7719bf commit f319631

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

data/meson.build

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ install_data(
3030
)
3131

3232
i18n.merge_file(
33-
input: meson.project_name() + '.desktop.in',
33+
input: 'monitor.desktop.in',
3434
output: meson.project_name() + '.desktop',
35-
po_dir: join_paths(meson.source_root(), 'po', 'extra'),
35+
po_dir: meson.source_root() / 'po' / 'extra',
3636
type: 'desktop',
3737
install: true,
38-
install_dir: join_paths(datadir, 'applications')
38+
install_dir: datadir / 'applications'
3939
)
4040

4141
i18n.merge_file(
@@ -82,4 +82,4 @@ css_gresource = gnome.compile_resources(
8282
c_name: 'as2',
8383
dependencies: [stylesheet_dark, stylesheet_light],
8484

85-
)
85+
)
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
[Desktop Entry]
2+
Version=1.5
3+
Type=Application
4+
25
Name=Monitor
3-
GenericName=System Monitor
46
Comment=Manage processes and monitor resource usage of the system
57
Categories=System;Utility;
6-
Exec=io.elementary.monitor %U
8+
Keywords=System monitor;System usage;Task manager;
9+
710
Icon=io.elementary.monitor
11+
Exec=io.elementary.monitor %U
12+
SingleMainWindow=true
13+
StartupNotify=true
814
Terminal=false
9-
Type=Application
10-
X-GNOME-Gettext-Domain=monitor
11-
Keywords=System monitor;System usage;Task manager;
15+
1216
X-GNOME-UsesNotifications=false

0 commit comments

Comments
 (0)