diff --git a/build.sh b/build.sh
index 667457c7860b803029ef3adcdcbe522121a1b9b6..402525f1680b7c8961e961508fb4b47b47adbd4c 100755
--- a/build.sh
+++ b/build.sh
@@ -48,7 +48,7 @@ function buildQmake {
     $QMAKE -o qtbuild/Makefile "CONFIG-=debug CONFIG+=release" $PROJECT
 }
 
-echo "[+] Building minimal qml example..."
+echo "[+] Building BitmaskVPN"
 
 buildGoLib
 buildQmake
diff --git a/pkg/systray2/run.go b/pkg/systray2/run.go
index 937fb58b707de0f6dda5172f51667d782e4a76b3..00c2c9436d1a29ed67fd9ea2c659646caa420bad 100644
--- a/pkg/systray2/run.go
+++ b/pkg/systray2/run.go
@@ -23,6 +23,7 @@ import (
 	"0xacab.org/leap/bitmask-vpn/pkg/config"
 )
 
+/*
 func initialize(conf *Config, bt *bmTray, finishedCh chan bool) {
 	defer func() { finishedCh <- true }()
 	if _, err := os.Stat(config.Path); os.IsNotExist(err) {
@@ -55,6 +56,7 @@ func initialize(conf *Config, bt *bmTray, finishedCh chan bool) {
 		log.Printf("Error enabling autostart: %v", err)
 	}
 }
+*/
 
 func checkAndStartBitmask(b bitmask.Bitmask, conf *Config) {
 	if conf.Obfs4 {