From: Jean-Philippe Orsini Date: Mon, 26 Sep 2011 21:27:32 +0000 (+0000) Subject: added X-GNOME-Autostart-Delay in .desktop file to workaround LP: #859724. X-Git-Tag: v0.8.0.5~639 X-Git-Url: http://git.wpitchoune.net/gitweb/?p=psensor.git;a=commitdiff_plain;h=bc0203675e5144b4cfba9dc4ed71e3d7ed480c77 added X-GNOME-Autostart-Delay in .desktop file to workaround LP: #859724. --- diff --git a/NEWS b/NEWS index 2068d8b..2cfd43f 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,8 @@ ** psensor-server/web interface: dynamic refresh of the graph. ** psensor: added appindicator monochrome icons. ** psensor: added log file (~/.psensor/log). +** psensor: added X-GNOME-Autostart-Delay in .desktop file to + workaround LP: #859724. * v0.6.2.10 ** psensor-server: added network, cpu load and memory information in diff --git a/psensor.desktop b/psensor.desktop index ecc02db..d4d9c80 100644 --- a/psensor.desktop +++ b/psensor.desktop @@ -8,3 +8,4 @@ Icon=psensor TryExec=psensor Exec=psensor Categories=Application;System; +X-GNOME-Autostart-Delay=30 \ No newline at end of file