--- /dev/null
+DESCRIPTION = "A desktop icon for system reboot."
+DEPENDS = "matchbox-desktop"
+
+PR = "r0"
+PACKAGE_ARCH = "all"
+
+SRC_URI = "file://bug-reboot.desktop"
+
+S = "${WORKDIR}"
+
+PACKAGE_ARCH = "all"
+FILES_${PN} += "/usr/share/applications/bug-reboot.desktop"
+
+do_install() {
+ install -m 0755 -d ${D}/usr/share/applications
+ install -m 0644 ${S}/bug-reboot.desktop ${D}/usr/share/applications/
+}
--- /dev/null
+DESCRIPTION = "A desktop icon for system shutdown."
+DEPENDS = "matchbox-desktop"
+
+PR = "r0"
+PACKAGE_ARCH = "all"
+
+SRC_URI = "file://bug-shutdown.desktop"
+
+S = "${WORKDIR}"
+
+PACKAGE_ARCH = "all"
+FILES_${PN} += "/usr/share/applications/bug-shutdown.desktop"
+
+do_install() {
+ install -m 0755 -d ${D}/usr/share/applications
+ install -m 0644 ${S}/bug-shutdown.desktop ${D}/usr/share/applications/
+}
--- /dev/null
+DESCRIPTION = "A desktop icon for system suspend."
+DEPENDS = "matchbox-desktop"
+
+PR = "r0"
+PACKAGE_ARCH = "all"
+
+SRC_URI = "file://bug-suspend.desktop"
+
+S = "${WORKDIR}"
+
+PACKAGE_ARCH = "all"
+FILES_${PN} += "/usr/share/applications/bug-suspend.desktop"
+
+do_install() {
+ install -m 0755 -d ${D}/usr/share/applications
+ install -m 0644 ${S}/bug-suspend.desktop ${D}/usr/share/applications/
+}
--- /dev/null
+[Desktop Entry]
+Type=Application
+Name=Reboot
+Comment=Reboot the BUG.
+Exec=/sbin/reboot
+Icon=system-restart.png
+Terminal=false
+Categories=Utility;
+StartupNotify=false
--- /dev/null
+[Desktop Entry]
+Type=Application
+Name=Shutdown
+Comment=Shutdown the BUG.
+Exec=/sbin/shutdown 0 -h
+Icon=system-shutdown.png
+Terminal=false
+Categories=Utility;
+StartupNotify=false
--- /dev/null
+[Desktop Entry]
+Type=Application
+Name=Suspend
+Comment=Suspend the BUG.
+Exec=/usr/bin/apm -s
+Icon=system-suspend.png
+Terminal=false
+Categories=Utility;
+StartupNotify=false
--- /dev/null
+[Desktop Entry]
+Type=Application
+Name=Xeyes
+Comment=The ultimate desktop application.
+Exec=/usr/bin/xeyes
+Icon=gtk-media-stop.png
+Terminal=false
+Categories=Utility;
+StartupNotify=false
--- /dev/null
+DESCRIPTION = "A desktop icon for xeyes."
+DEPENDS = "xeyes matchbox-desktop"
+
+PR = "r0"
+PACKAGE_ARCH = "all"
+
+SRC_URI = "file://xeyes.desktop"
+
+S = "${WORKDIR}"
+
+PACKAGE_ARCH = "all"
+FILES_${PN} += "/usr/share/applications/xeyes.desktop"
+
+do_install() {
+ install -m 0755 -d ${D}/usr/share/applications
+ install -m 0644 ${S}/xeyes.desktop ${D}/usr/share/applications/
+}