diff options
author | Slávek Banko <[email protected]> | 2013-07-28 02:30:20 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-07-28 02:30:20 +0200 |
commit | 48a589b8c526b34e79e8cdddc4cb7f5fc7b76815 (patch) | |
tree | 0f30d90998669b60a0aa840f824cc3d4ea7ddc66 /extras/shutdown | |
download | kshutdown-48a589b8c526b34e79e8cdddc4cb7f5fc7b76815.tar.gz kshutdown-48a589b8c526b34e79e8cdddc4cb7f5fc7b76815.zip |
Initial import of kshutdown 1.0.4
Diffstat (limited to 'extras/shutdown')
-rw-r--r-- | extras/shutdown/.directory | 7 | ||||
-rw-r--r-- | extras/shutdown/Makefile.am | 8 | ||||
-rw-r--r-- | extras/shutdown/cancelshutdown.desktop | 19 | ||||
-rw-r--r-- | extras/shutdown/fsck.desktop | 19 |
4 files changed, 53 insertions, 0 deletions
diff --git a/extras/shutdown/.directory b/extras/shutdown/.directory new file mode 100644 index 0000000..23f0e77 --- /dev/null +++ b/extras/shutdown/.directory @@ -0,0 +1,7 @@ +[Desktop Entry] +# Encoding: UTF-8 +Type=Directory +Icon=exit +Comment=Shut Down +Comment[pl]=Zamykanie Systemu +Comment[el]=Τερματισμός diff --git a/extras/shutdown/Makefile.am b/extras/shutdown/Makefile.am new file mode 100644 index 0000000..1ff8407 --- /dev/null +++ b/extras/shutdown/Makefile.am @@ -0,0 +1,8 @@ +extrasdir = $(kde_datadir)/kshutdown/extras/shutdown + +extras_DATA = \ + .directory \ + cancelshutdown.desktop \ + fsck.desktop + +EXTRA_DIST = $(extras_DATA) diff --git a/extras/shutdown/cancelshutdown.desktop b/extras/shutdown/cancelshutdown.desktop new file mode 100644 index 0000000..d631b40 --- /dev/null +++ b/extras/shutdown/cancelshutdown.desktop @@ -0,0 +1,19 @@ +[Desktop Entry] +# Encoding: UTF-8 +Comment=Cancel a running shutdown +Comment[de]=Herunterfahren aufhalten +Comment[it]=Annulla spegnimento programmato +Comment[pl]=Anuluj zamykanie systemu +Comment[el]=Ακύρωση τερματισμού +Exec=/sbin/shutdown -c +GenericName= +GenericName[pl]= +Icon=exit +MimeType= +Path= +StartupNotify=true +Terminal=false +Type=Application +X-DCOP-ServiceType= +X-KDE-SubstituteUID=false +X-KDE-Username= diff --git a/extras/shutdown/fsck.desktop b/extras/shutdown/fsck.desktop new file mode 100644 index 0000000..10e455b --- /dev/null +++ b/extras/shutdown/fsck.desktop @@ -0,0 +1,19 @@ +[Desktop Entry] +# Encoding: UTF-8 +Comment=Reboot and run `fsck' +Comment[it]=Riavvia ed esegui `fsck' +Comment[de]=Neustarten und `fsck` ausführen +Comment[pl]=Zrestartuj i uruchom `fsck' +Comment[el]=Επανεκκίνηση και εκτέλεση του `fsck' +Exec=/sbin/shutdown -r -F 1 +GenericName= +GenericName[pl]= +Icon=exit +MimeType= +Path= +StartupNotify=true +Terminal=false +Type=Application +X-DCOP-ServiceType= +X-KDE-SubstituteUID=false +X-KDE-Username= |