--- startxwithfirefox.old 2013-04-04 16:21:18.064908493 +0200 +++ startxwithfirefox 2013-04-04 16:21:24.288908704 +0200 @@ -131,6 +131,9 @@ echo 'user_pref("browser.tabs.autoHide", true);' >> "$profilePath"/prefs.js # hide nav bar and menu bar echo '' > "$profilePath"/localstore.rdf +# deactivate autoupdate ( & autoupdate popups) +echo 'user_pref("app.update.enabled", false);' >> "$profilePath"/prefs.js +echo 'user_pref("app.update.auto", false);' >> "$profilePath"/prefs.js # start window manager so that firefox' menus work correctly kwin & windowManager=$!