diff options
author | Chris <xchrisx@uber.space> | 2019-12-16 18:22:57 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-12-16 18:50:59 +0100 |
commit | d8e7de4445a57301c0315ed6ec46e76a763d6cbe (patch) | |
tree | 8a2d57fa6a32f4bb8e10f567a106223a14244a52 /extras | |
parent | 92eec87198906a240d4fe27e80d72a94fb3ed0ea (diff) | |
download | kshutdown-d8e7de4445a57301c0315ed6ec46e76a763d6cbe.tar.gz kshutdown-d8e7de4445a57301c0315ed6ec46e76a763d6cbe.zip |
Fix wrong XDG patch for kshutdown, which resulted in missing icons.
This reverts commit 17237bcf62cf3ef1503d30ff2905477910f0e336.
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit f416bfb3279ceafc26c055bbf7a358ba4363c760)
Diffstat (limited to 'extras')
-rw-r--r-- | extras/shutdown/.directory | 2 | ||||
-rw-r--r-- | extras/shutdown/cancelshutdown.desktop | 2 | ||||
-rw-r--r-- | extras/shutdown/fsck.desktop | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/extras/shutdown/.directory b/extras/shutdown/.directory index 923cce1..b67681f 100644 --- a/extras/shutdown/.directory +++ b/extras/shutdown/.directory @@ -1,7 +1,7 @@ [Desktop Entry] # Encoding: UTF-8 Type=Directory -Icon=computer-log-out +Icon=system-log-out Comment=Shut Down Comment[pl]=Zamykanie Systemu Comment[el]=Τερματισμός diff --git a/extras/shutdown/cancelshutdown.desktop b/extras/shutdown/cancelshutdown.desktop index a5adc57..2ec0dfc 100644 --- a/extras/shutdown/cancelshutdown.desktop +++ b/extras/shutdown/cancelshutdown.desktop @@ -8,7 +8,7 @@ Comment[el]=Ακύρωση τερματισμού Exec=/sbin/shutdown -c GenericName= GenericName[pl]= -Icon=computer-log-out +Icon=system-log-out MimeType= Path= StartupNotify=true diff --git a/extras/shutdown/fsck.desktop b/extras/shutdown/fsck.desktop index 45f88fb..d6c8ccf 100644 --- a/extras/shutdown/fsck.desktop +++ b/extras/shutdown/fsck.desktop @@ -8,7 +8,7 @@ Comment[el]=Επανεκκίνηση και εκτέλεση του `fsck' Exec=/sbin/shutdown -r -F 1 GenericName= GenericName[pl]= -Icon=computer-log-out +Icon=system-log-out MimeType= Path= StartupNotify=true |