[Bug 909189] Re: Request for new upstream version 1.2 upgrade.
Julian Taylor
jtaylor.debian at googlemail.com
Sun Jan 15 10:26:23 UTC 2012
this part looks sketchy, if it is not executed as root in total:
+ if self.wakecomputer and not isTmpFile:
+ f = tempfile.NamedTemporaryFile()
+ f.write(final_text)
+ f.seek(0)
+ #subprocess.call(['gksudo', '--message', 'testing', 'echo'])
+ subprocess.call(['sudo', 'cp', '--remove-destination', f.name, filename])
+ subprocess.call(['sudo', 'chmod', '700', filename])
+ f.close()
--
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/909189
Title:
Request for new upstream version 1.2 upgrade.
Status in “wakeup” package in Ubuntu:
In Progress
Bug description:
Adds some important features (user-defined hot text items/commands),
as well as some important bug fixes.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wakeup/+bug/909189/+subscriptions
More information about the Ubuntu-sponsors
mailing list