revert changes, using a cmd with sleep delay the launch of psensor, not acceptable
authorJean-Philippe Orsini <jeanfi@gmail.com>
Sat, 6 Oct 2012 08:36:27 +0000 (08:36 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Sat, 6 Oct 2012 08:36:27 +0000 (08:36 +0000)
NEWS
psensor.desktop

diff --git a/NEWS b/NEWS
index ff93e57..538a835 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -15,8 +15,6 @@
 ** fixed cppcheck reported errors (realloc and not freed var).
 ** added faq (requires asciidoc to build the html version).
 ** check target is now running cppcheck if installed.
-** psensor: psensor.desktop:replaced X-GNOME-autostart-delay (not
-   supported by debian gnome-shell) by a sleep on exec.
 
 * v0.7.0.3
 
index 9eb497e..dd3d849 100644 (file)
@@ -6,7 +6,8 @@ GenericName=Psensor
 Comment=Psensor is a graphical temperature monitor for Linux
 Icon=psensor
 TryExec=psensor
-Exec=/bin/sh -c 'sleep 30 && psensor'
+Exec=psensor
 Categories=Application;System;
+X-GNOME-Autostart-Delay=30
 StartupNotify=true