exec psensor after a 30s wait instead of using X-GNOME-autostart-delay which not...
[psensor.git] / psensor.desktop
index d4d9c80..9eb497e 100644 (file)
@@ -6,6 +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
\ No newline at end of file
+StartupNotify=true
+