summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/util/polkit_agent.py
AgeCommit message (Collapse)Author
2015-06-22[feat] replace old log handler with new oneIvan Alejandro
Replace logging.getLogger with custom get_logger. Remove some unneeded dependencies and reorder other.
2015-01-30fix path for gnome polkit agent (Closes: #6652)Kali Kaneko
fix also a typo when logging errors
2015-01-15Use tuple instead of set.Ivan Alejandro
The set syntax using {} works for python >= 2.7, so failed on 2.6. Closes #6638.
2014-12-18Quit Bitmask if there is no polkit agent running.Ivan Alejandro
Closes #6150.
2014-07-16Code style fixes.Ivan Alejandro
2013-09-05Fix invocation of the helper polkit-agent launcher.Kali Kaneko
Otherwise, we are dumped into a nasty console.
2013-09-04Properly daemonize the call to polkit gnome authentication agent.Kali Kaneko
Closes: #3554