diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-03-26 12:26:21 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2015-03-26 20:25:56 +0100 |
commit | 8cf722f8b3b6cdaf695a5a54ae14ccbccf3b4f44 (patch) | |
tree | 0bb6aeec5ba3cdf6d19202ea3ede25bd983ee117 | |
parent | 9bed38d6f61f10924f7a360e62be8668e552ac2b (diff) | |
download | kshutdown-8cf722f8b3b6cdaf695a5a54ae14ccbccf3b4f44.tar.gz kshutdown-8cf722f8b3b6cdaf695a5a54ae14ccbccf3b4f44.zip |
Bring system icon into XDG compliance
(cherry picked from commit 17237bcf62cf3ef1503d30ff2905477910f0e336)
-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 b67681f..923cce1 100644 --- a/extras/shutdown/.directory +++ b/extras/shutdown/.directory @@ -1,7 +1,7 @@ [Desktop Entry] # Encoding: UTF-8 Type=Directory -Icon=system-log-out +Icon=computer-log-out Comment=Shut Down Comment[pl]=Zamykanie Systemu Comment[el]=Τερματισμός diff --git a/extras/shutdown/cancelshutdown.desktop b/extras/shutdown/cancelshutdown.desktop index 2ec0dfc..a5adc57 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=system-log-out +Icon=computer-log-out MimeType= Path= StartupNotify=true diff --git a/extras/shutdown/fsck.desktop b/extras/shutdown/fsck.desktop index d6c8ccf..45f88fb 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=system-log-out +Icon=computer-log-out MimeType= Path= StartupNotify=true |