Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions data/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ install_data(
)

i18n.merge_file(
input: meson.project_name() + '.desktop.in',
input: 'monitor.desktop.in',
output: meson.project_name() + '.desktop',
po_dir: join_paths(meson.source_root(), 'po', 'extra'),
po_dir: meson.source_root() / 'po' / 'extra',
type: 'desktop',
install: true,
install_dir: join_paths(datadir, 'applications')
install_dir: datadir / 'applications'
)

i18n.merge_file(
Expand Down Expand Up @@ -82,4 +82,4 @@ css_gresource = gnome.compile_resources(
c_name: 'as2',
dependencies: [stylesheet_dark, stylesheet_light],

)
)
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
[Desktop Entry]
Version=1.5
Type=Application

Name=Monitor
GenericName=System Monitor
Comment=Manage processes and monitor resource usage of the system
Categories=System;Utility;
Exec=io.elementary.monitor %U
Keywords=System monitor;System usage;Task manager;

Icon=io.elementary.monitor
Exec=io.elementary.monitor %U
SingleMainWindow=true
StartupNotify=true
Terminal=false
Type=Application
X-GNOME-Gettext-Domain=monitor
Keywords=System monitor;System usage;Task manager;

X-GNOME-UsesNotifications=false