* It seems this thing is standalone misfit which is supposed to be simply run
during session startup ;-\. Try to add at least bit of user configurability. With
this desktop file, it is at least possible to add it via context menu on
matchbox-panel. But it doesn't seem to get recorded in panel settings, so
cannot be removed via menu and its unclear if it will be restarted after
reboot ;-(.
--- /dev/null
+[Desktop Entry]
+Name=Startup Monitor
+Comment=Panel based startup monitor
+Exec=mb-applet-startup-monitor
+Type=PanelApp
+Icon=hourglass-1.png
+Categories=Panel;Utility;MB;
DEPENDS = "libmatchbox startup-notification"
SECTION = "x11/wm"
-PR = "r1"
+PR = "r2"
-SRC_URI = "http://projects.o-hand.com/matchbox/sources/mb-applet-startup-monitor/${PV}/mb-applet-startup-monitor-${PV}.tar.gz"
+SRC_URI = "http://projects.o-hand.com/matchbox/sources/mb-applet-startup-monitor/${PV}/mb-applet-startup-monitor-${PV}.tar.gz \
+ file://mb-applet-startup-monitor.desktop"
S = "${WORKDIR}/mb-applet-startup-monitor-${PV}"
inherit autotools pkgconfig
FILES_${PN} = "${bindir}/* ${datadir}/applications ${datadir}/pixmaps"
+do_install_append() {
+ install -d ${D}${datadir}/applications
+ install -m 0644 ${WORKDIR}/mb-applet-startup-monitor.desktop ${D}${datadir}/applications/
+}