From: Jean-Philippe Orsini Date: Wed, 19 Sep 2012 07:08:57 +0000 (+0000) Subject: exec psensor after a 30s wait instead of using X-GNOME-autostart-delay which not... X-Git-Tag: v0.8.0.5~195 X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor.git;a=commitdiff_plain;h=fc97aeeb11d438b08a67d395a652c6a88a392236 exec psensor after a 30s wait instead of using X-GNOME-autostart-delay which not working on debian gnome-shell --- diff --git a/psensor.desktop b/psensor.desktop index dd3d849..9eb497e 100644 --- a/psensor.desktop +++ b/psensor.desktop @@ -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