aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/bug-desktop-icons
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@buglabs.net>2011-02-15 11:09:26 +0100
committerStefan Schmidt <stefan@buglabs.net>2011-02-15 11:10:12 +0100
commit3885847bc7d717f2af25bdc83ccb30ed0d75a1e5 (patch)
tree1a3246fa9ceb79ca39a58ae9f495f19224947b62 /recipes/bug-desktop-icons
parentd4f2f04f7478018d195331179e7e8b95997e7ffc (diff)
downloadopenembedded-3885847bc7d717f2af25bdc83ccb30ed0d75a1e5.tar.gz
bug-desktop-icons: Fix QA error in desktop files.
Its not allowed to use the file extension when not using a full path. Just use the image name here.
Diffstat (limited to 'recipes/bug-desktop-icons')
-rw-r--r--recipes/bug-desktop-icons/files/bug-reboot.desktop2
-rw-r--r--recipes/bug-desktop-icons/files/bug-shutdown.desktop2
-rw-r--r--recipes/bug-desktop-icons/files/bug-suspend.desktop2
-rw-r--r--recipes/bug-desktop-icons/files/xeyes.desktop2
4 files changed, 4 insertions, 4 deletions
diff --git a/recipes/bug-desktop-icons/files/bug-reboot.desktop b/recipes/bug-desktop-icons/files/bug-reboot.desktop
index 5ca994115a..765a01ba55 100644
--- a/recipes/bug-desktop-icons/files/bug-reboot.desktop
+++ b/recipes/bug-desktop-icons/files/bug-reboot.desktop
@@ -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
diff --git a/recipes/bug-desktop-icons/files/bug-shutdown.desktop b/recipes/bug-desktop-icons/files/bug-shutdown.desktop
index 65cdbfaa5f..2fe9774a59 100644
--- a/recipes/bug-desktop-icons/files/bug-shutdown.desktop
+++ b/recipes/bug-desktop-icons/files/bug-shutdown.desktop
@@ -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
diff --git a/recipes/bug-desktop-icons/files/bug-suspend.desktop b/recipes/bug-desktop-icons/files/bug-suspend.desktop
index 9b02800730..180fa405a3 100644
--- a/recipes/bug-desktop-icons/files/bug-suspend.desktop
+++ b/recipes/bug-desktop-icons/files/bug-suspend.desktop
@@ -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
diff --git a/recipes/bug-desktop-icons/files/xeyes.desktop b/recipes/bug-desktop-icons/files/xeyes.desktop
index 785284ad20..d441f492c5 100644
--- a/recipes/bug-desktop-icons/files/xeyes.desktop
+++ b/recipes/bug-desktop-icons/files/xeyes.desktop
@@ -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