bug-desktop-icons: Fix QA error in desktop files.
authorStefan Schmidt <stefan@buglabs.net>
Tue, 15 Feb 2011 10:09:26 +0000 (11:09 +0100)
committerStefan Schmidt <stefan@buglabs.net>
Tue, 15 Feb 2011 10:10:12 +0000 (11:10 +0100)
Its not allowed to use the file extension when not using a full path. Just use
the image name here.

recipes/bug-desktop-icons/files/bug-reboot.desktop
recipes/bug-desktop-icons/files/bug-shutdown.desktop
recipes/bug-desktop-icons/files/bug-suspend.desktop
recipes/bug-desktop-icons/files/xeyes.desktop

index 5ca9941..765a01b 100644 (file)
@@ -3,7 +3,7 @@ Type=Application
 Name=Reboot
 Comment=Reboot the BUG.
 Exec=/sbin/reboot
-Icon=system-restart.png
+Icon=system-restart
 Terminal=false
 Categories=Utility;
 StartupNotify=false
index 65cdbfa..2fe9774 100644 (file)
@@ -3,7 +3,7 @@ Type=Application
 Name=Shutdown
 Comment=Shutdown the BUG.
 Exec=/sbin/shutdown 0 -h
-Icon=system-shutdown.png
+Icon=system-shutdown
 Terminal=false
 Categories=Utility;
 StartupNotify=false
index 9b02800..180fa40 100644 (file)
@@ -3,7 +3,7 @@ Type=Application
 Name=Suspend
 Comment=Suspend the BUG.
 Exec=/usr/bin/apm -s
-Icon=system-suspend.png
+Icon=system-suspend
 Terminal=false
 Categories=Utility;
 StartupNotify=false
index 785284a..d441f49 100644 (file)
@@ -3,7 +3,7 @@ Type=Application
 Name=Xeyes
 Comment=The ultimate desktop application.
 Exec=/usr/bin/xeyes
-Icon=gtk-media-stop.png
+Icon=gtk-media-stop
 Terminal=false
 Categories=Utility;
 StartupNotify=false