=== modified file 'bin/indicator-weather' --- bin/indicator-weather 2011-03-27 03:20:10 +0000 +++ bin/indicator-weather 2011-03-27 04:02:44 +0000 @@ -1587,7 +1587,7 @@ log.info("Started Weather Indicator from %s" % PROJECT_ROOT_DIRECTORY) # Single instance stuff for weather indicator - myapp = SingleInstance(os.path.join(os.path.expanduser("~/.cache"), "indicator-weather.pid")) + myapp = SingleInstance("/tmp/indicator-weather-%d.pid" % os.getuid()) # check is another instance of same program running if myapp.is_already_running(): log.info("Another instance of this program is already running")