summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/platform_init/initializers.py
AgeCommit message (Collapse)Author
2016-04-18[bug] vindows initializer does not return state causing the application to ↵Paixu Aabuizia
always quit - log the init_platform failure to the critical log - return True/False in initializer - remove implementation to install driver and display informative message instead
2016-04-18[pkg] packaging hacks + update osx bundling notesKali Kaneko
2016-04-06[style] autopep8Kali Kaneko
2016-04-06[pkg] adjust for the new cwd() inside bundleKali Kaneko
2015-11-09Change title 'Missing Bitmask helpers'kwadronaut
solves https://www.transifex.com/otf/bitmask/translate/#ar/$/31977726
2015-11-09Debian capitalizationkwadronaut
Solves https://www.transifex.com/otf/bitmask/translate/#es/$/31977728
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-06-05bug regression: polkit agent is not automatically launched #6652Parménides GV
Polkit was being launched and detected correctly, but Bitmask didn't propagate this result to upper layers, so mainwindow thought the platform wasn't initialized and then quitted without explanation. Tested on debian testing, on June 5th 2015, using i3 window manager. - Resolves: #6652
2014-12-18Quit Bitmask if there is no polkit agent running.Ivan Alejandro
Closes #6150.
2014-09-12Initializers needs to use PolicyChecker to get pkexec in linuxRuben Pollan
2014-09-03Better logging output for missing files and error.Ivan Alejandro
2014-08-27Hide button / improve message on missing helpers.Ivan Alejandro
* Emit the `eip_missing_helpers` signal when the user chooses "Don't ask me again". * We emit that signal when some helper file is missing, even if the user doesn't want a warning. * Do the update of the eip enabled status with some delay to give some time the eip machine to start and do what it needs with the buttons/labels and avoid the 'hide turn on button if missing files' being overridden. Closes #5945.
2014-08-14Default to No if ESC pressed on 'install helper files'.Ivan Alejandro
Closes #5819.
2014-07-16Code style fixes.Ivan Alejandro
2014-07-10bitmask-root: rip out all resolvconf code and simply rewrite all DNS packets ↵elijah
to use the VPN nameserver.
2014-06-26disable eip if helper files not installedKali Kaneko
2014-06-17add dialog to inform of missing helpers w/o installing themKali Kaneko
2014-06-17use bash installer instead of the temporal scriptKali Kaneko
2014-06-17use absolute pathsKali Kaneko
2014-06-12Install missing stuff into /usr/local/sbin. Closes: #$741Kali Kaneko
2014-06-05check if resolvconf is missing in systemKali Kaneko
2014-06-05style fixesKali Kaneko
2014-05-30Check openvpn bin path before starting openvpnTomás Touceda
2014-05-12change paths for installing the latest helpersKali Kaneko
2013-09-30Replace launcher with new implementation.Ivan Alejandro
2013-08-12Merge remote-tracking branch 'kali/feature/create_bitmask_namespace' into ↵Tomás Touceda
develop
2013-08-12fix imports to use new namespaceKali Kaneko
2013-08-12move everything into bitmask namespaceKali Kaneko