I have unchecked "Launch Browser on Startup" and then save the page, but as a matter of fact, I must uncheck it every time SABnbzd starts. Because it does in fact open a browser window. Any help is appreciated.
Version: 4.4.1 [d897936]
Ubuntu 24.04.2
Do not Launch Browser on Startup
Forum rules
Help us help you:
Help us help you:
- Are you using the latest stable version of SABnzbd? Downloads page.
- Tell us what system you run SABnzbd on.
- Adhere to the forum rules.
- Do you experience problems during downloading?
Check your connection in Status and Interface settings window.
Use Test Server in Config > Servers.
We will probably ask you to do a test using only basic settings. - Do you experience problems during repair or unpacking?
Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Re: Do not Launch Browser on Startup
After you do that (so: uncheck "Launch Browser on Startup" ), and exit SABnzbd, what does this say:
Code: Select all
$ cat ~/.sabnzbd/sabnzbd.ini | grep -i browser
auto_browser = 1
Re: Do not Launch Browser on Startup
auto_browser = 0sander wrote: ↑March 16th, 2025, 1:41 pmCode: Select all
$ cat ~/.sabnzbd/sabnzbd.ini | grep -i browser auto_browser = 1
But the browser is still launched.
Re: Do not Launch Browser on Startup
OK, good.
And check the sabnzb.log like this:
And check the sabnzb.log like this:
Code: Select all
$ cat ~/.sabnzbd/logs/sabnzbd.log | grep -i browser
2025-03-15 09:46:33,193::INFO::[panic:239] Launching browser with http://127.0.0.1:8080
2025-03-16 20:25:09,503::INFO::[panic:239] Launching browser with http://127.0.0.1:8080
2025-03-16 20:26:39,626::INFO::[panic:239] Launching browser with http://127.0.0.1:8080
Re: Do not Launch Browser on Startup
2025-03-16 20:18:06,339::INFO::[sabnzbdplus:1157] Arguments = "/usr/bin/sabnzbdplus" "--browser" "1"
2025-03-16 20:18:06,739::INFO::[panic:239] Launching browser with http://127.0.0.1
Re: Do not Launch Browser on Startup
ah ... so from the commandline sabnzbd is starting the webbrowser: "--browser" "1"!
So find where that command is coming from.
So find where that command is coming from.
Re: Do not Launch Browser on Startup
I don't understand. I set it in settings not to open and it doesn't obey the settings?
Re: Do not Launch Browser on Startup
Thanks, I found it.
For anyone else reading and having the same issue: I pinned the program to the panel, but it had a command line parameter set. Just right click the main program icon from the menu and go to Properties, then edit
Code: Select all
--browser 1
Re: Do not Launch Browser on Startup
Just leave it out. Otherwise it will still overwrite what's in sabnzbd.ini (if you ever change it)SteveS801 wrote: ↑March 16th, 2025, 2:52 pmThanks, I found it.
For anyone else reading and having the same issue: I pinned the program to the panel, but it had a command line parameter set. Just right click the main program icon from the menu and go to Properties, then editto '0'Code: Select all
--browser 1
Re: Do not Launch Browser on Startup
That's probably a better solution