Skip to content

Commit 6c2cdd9

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

File tree

5 files changed

+116
-2
lines changed

5 files changed

+116
-2
lines changed

README

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ AUTHOR:
2727
Lennart Poettering with major support from Kay Sievers
2828

2929
LICENSE:
30-
GPLv2+ for all code.
30+
GPLv2+ for all code,
31+
CC-BY-3.0-US for the desktop icon (from the GNOME Project).

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)