[oe-commits] Stefan Schmidt : bug-desktop-icons: Fix QA error in desktop files.

git version control git at git.openembedded.org
Tue Feb 15 10:10:33 UTC 2011


Module: openembedded.git
Branch: master
Commit: 3885847bc7d717f2af25bdc83ccb30ed0d75a1e5
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3885847bc7d717f2af25bdc83ccb30ed0d75a1e5

Author: Stefan Schmidt <stefan at buglabs.net>
Date:   Tue Feb 15 11:09:26 2011 +0100

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.

---

 recipes/bug-desktop-icons/files/bug-reboot.desktop |    2 +-
 .../bug-desktop-icons/files/bug-shutdown.desktop   |    2 +-
 .../bug-desktop-icons/files/bug-suspend.desktop    |    2 +-
 recipes/bug-desktop-icons/files/xeyes.desktop      |    2 +-
 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 5ca9941..765a01b 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 65cdbfa..2fe9774 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 9b02800..180fa40 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 785284a..d441f49 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





More information about the Openembedded-commits mailing list