Skip to content

Commit e80e827

Browse files
committed
Ship desktop icon with systemd-ui
1 parent e142fa4 commit e80e827

File tree

4 files changed

+114
-1
lines changed

4 files changed

+114
-1
lines changed

meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ endif
2121
prefixdir = get_option('prefix')
2222
datadir = get_option('datadir')
2323
applicationsdir = datadir / 'applications'
24+
iconsdir = datadir / 'icons/hicolor/scalable/apps'
2425
metainfodir = datadir / 'metainfo'
2526
userunitdir = prefixdir / 'lib/systemd/user'
2627

src/io.systemd.systemadm.desktop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Name=systemadm
33
Comment=Manage systemd units
44
Exec=systemadm
5-
Icon=applications-system
5+
Icon=io.systemd.systemadm
66
Terminal=false
77
Type=Application
88
Categories=System;Settings;

0 commit comments

Comments
 (0)