This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch cvix/2.x in repository pyhoca-gui. commit 347d07adffc6b7708ed03e7efbbea79fcdd8f0fb Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Feb 10 16:35:26 2014 +0100 CVix: disable splash by default --- CVix.py | 1 + 1 file changed, 1 insertion(+) diff --git a/CVix.py b/CVix.py index eeea464..65229d4 100755 --- a/CVix.py +++ b/CVix.py @@ -112,6 +112,7 @@ def startCVix(): launcher.setup_devmode() launcher.modify_default_option('session_profile', 'CVix') + launcher.modify_default_option('disable_splash', True) launcher.modify_default_option('debug', True) launcher.modify_default_option('libdebug', True) launcher.modify_default_option('remember_username', True) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git