diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-24 23:26:40 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-24 23:26:40 -0500 |
commit | b18d5d3d1c1aafbdd924a00b2e6d85b81a2fe85a (patch) | |
tree | e7cef66c8cde39b93a9b84e5db2ec2be2aae9f96 | |
parent | 34f5951f7ae1fc27ea2baf076b531e3a9ea603ef (diff) | |
download | kshutdown-b18d5d3d1c1aafbdd924a00b2e6d85b81a2fe85a.tar.gz kshutdown-b18d5d3d1c1aafbdd924a00b2e6d85b81a2fe85a.zip |
Fix stragglers that were not properly renamed in the XDG standardization commits
-rw-r--r-- | extras/multimedia/.directory | 2 | ||||
-rw-r--r-- | extras/shutdown/.directory | 2 | ||||
-rw-r--r-- | extras/shutdown/cancelshutdown.desktop | 2 | ||||
-rw-r--r-- | extras/shutdown/fsck.desktop | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/extras/multimedia/.directory b/extras/multimedia/.directory index 84e0c89..ed2e7cd 100644 --- a/extras/multimedia/.directory +++ b/extras/multimedia/.directory @@ -1,7 +1,7 @@ [Desktop Entry] # Encoding: UTF-8 Type=Directory -Icon=player_stop +Icon=media-playback-stop Comment=Multimedia Comment[pl]=Multimedia Comment[el]=Πολυμέσα diff --git a/extras/shutdown/.directory b/extras/shutdown/.directory index 23f0e77..b67681f 100644 --- a/extras/shutdown/.directory +++ b/extras/shutdown/.directory @@ -1,7 +1,7 @@ [Desktop Entry] # Encoding: UTF-8 Type=Directory -Icon=exit +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 b2e5fa4..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=exit +Icon=system-log-out MimeType= Path= StartupNotify=true diff --git a/extras/shutdown/fsck.desktop b/extras/shutdown/fsck.desktop index 7d2075a..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=exit +Icon=system-log-out MimeType= Path= StartupNotify=true |