exec psensor after a 30s wait instead of using X-GNOME-autostart-delay which not...
authorJean-Philippe Orsini <jeanfi@gmail.com>
Wed, 19 Sep 2012 07:08:57 +0000 (07:08 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Wed, 19 Sep 2012 07:08:57 +0000 (07:08 +0000)
psensor.desktop

index dd3d849..9eb497e 100644 (file)
@@ -6,8 +6,7 @@ GenericName=Psensor
 Comment=Psensor is a graphical temperature monitor for Linux
 Icon=psensor
 TryExec=psensor
-Exec=psensor
+Exec=/bin/sh -c 'sleep 30 && psensor'
 Categories=Application;System;
-X-GNOME-Autostart-Delay=30
 StartupNotify=true