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