Comment 56 for bug 197209

Revision history for this message
DaveAbrahams (boostpro) wrote : Re: [fglrx] fglrx + compiz fusion won't resume

schlemil:

* I like your general approach.
* Using a pickle is a good idea (especially for a python newbie)!
* Might as well stop writing the list of parent IDs into /var/run/pm-suspend, now, though -- you can always ask the dict for its keys
* Perhaps the pickle ought to be stored under /var/run, in a file generated by http://docs.python.org/lib/module-tempfile.html, whose name is stored in /var/run/pm-suspend?
* In removing the os.kill call, your script appears to assume that the parent process died. What happens if I'm running fusion-icon?