Comment 1 for bug 218300

Revision history for this message
Bernhard Schussek (bschussek) wrote :

I found a fix. As awn is started in a different process for each user, it works to insert the process ID in the filename:

Change dgTime.py:14 to the following:

  tmp_image = os.path.join(tmp_dir, 'digitalclock.%s.png' % os.getpid())