diff options
author | Holger Paradies <retabell@gmx.de> | 2013-05-11 09:03:13 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2013-05-14 09:56:47 +0200 |
commit | 4cded8443241ef62951580bd7619a8fbb7e87bb4 (patch) | |
tree | 82984fb93877065f0f5ee6e91dcfb5094d3577a7 | |
parent | 7d70f1858e32ea0bdc21be6e4a517cf665625084 (diff) | |
download | kanotix-packages-4cded8443241ef62951580bd7619a8fbb7e87bb4.zip kanotix-packages-4cded8443241ef62951580bd7619a8fbb7e87bb4.tar.gz |
Version 0.2.1 add eject.desktop
-rw-r--r-- | kanotix-lxde-extra/debian/changelog | 7 | ||||
-rw-r--r-- | kanotix-lxde-extra/debian/install | 1 | ||||
-rw-r--r-- | kanotix-lxde-extra/kanotix-eject.desktop | 10 |
3 files changed, 18 insertions, 0 deletions
diff --git a/kanotix-lxde-extra/debian/changelog b/kanotix-lxde-extra/debian/changelog index ba814ea..588a499 100644 --- a/kanotix-lxde-extra/debian/changelog +++ b/kanotix-lxde-extra/debian/changelog @@ -1,3 +1,10 @@ +kanotix-lxde-extra (0.2.1) dragonfire; urgency=low + + * new Version Scheme + * add kanotix-eject.desktop + + -- Holger Paradies <retabell@gmx.de> Sat, 11 May 2013 08:59:10 +0200 + kanotix-lxde-extra (0.1-5) unstable; urgency=low * fix for start-script diff --git a/kanotix-lxde-extra/debian/install b/kanotix-lxde-extra/debian/install index df231f6..556ba2a 100644 --- a/kanotix-lxde-extra/debian/install +++ b/kanotix-lxde-extra/debian/install @@ -2,3 +2,4 @@ logout-banner.png usr/share/lxde/images splash_background_dragonfire.png usr/share/images/kanotix-lxde kanotix-start-compiz usr/bin 51-synaptics-kanotix.conf usr/share/X11/xorg.conf.d +kanotix-eject.desktop usr/share/applications diff --git a/kanotix-lxde-extra/kanotix-eject.desktop b/kanotix-lxde-extra/kanotix-eject.desktop new file mode 100644 index 0000000..e5d9ee6 --- /dev/null +++ b/kanotix-lxde-extra/kanotix-eject.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Encoding=UTF-8 +Type=Application +Name=Open-CD +Name[de_DE]=CD-Öffnen +Icon=/usr/share/icons/gnome/32x32/devices/media-optical.png +Exec=eject +Comment[de_DE]=Laufwerks Schublade öffnen +StartupNotify=true +Categories=Utility; |