what a nightmare- BOINC attached, but need to specify browser???

Questions and Answers : Unix/Linux : what a nightmare- BOINC attached, but need to specify browser???
Message board moderation

To post messages, you must log in.

AuthorMessage
dogpound

Send message
Joined: 22 Feb 06
Posts: 3
Credit: 7,341
RAC: 0
United States
Message 251964 - Posted: 22 Feb 2006, 14:16:03 UTC

I run the Boinc manager and specify setiathome when it asks for url--- so far so good- I become attached and it appears to be downloading a work unit?--- Anyway, every time I click on BOINC menu- " YOUR ACCOUNT" or "Preferences" or whatever I get error message "Must specify default browser..etc" then am directed to seti/home.php - there is no where on this pref list to specify a browser.
Also- when I close BOINC and try to open again I have to respecify URL to attach to..I need BOINC for dummies!!!
ID: 251964 · Report as offensive
Temujin
Volunteer tester

Send message
Joined: 19 Oct 99
Posts: 292
Credit: 47,872,052
RAC: 0
United Kingdom
Message 252034 - Posted: 22 Feb 2006, 16:24:42 UTC

For your 1st question you need to set an environment variable to point to your chosen browser ie export BROWSER=/opt/mozilla/mozilla
I amended the shortcut to boincmgr to something like this
export BROWSER=/opt/mozilla/mozilla; cd /home/boinc; boincmgr


ID: 252034 · Report as offensive
dogpound

Send message
Joined: 22 Feb 06
Posts: 3
Credit: 7,341
RAC: 0
United States
Message 252085 - Posted: 22 Feb 2006, 17:32:33 UTC - in response to Message 252034.  

For your 1st question you need to set an environment variable to point to your chosen browser ie export BROWSER=/opt/mozilla/mozilla
I amended the shortcut to boincmgr to something like this
export BROWSER=/opt/mozilla/mozilla; cd /home/boinc; boincmgr


I know this is a dumb question but how do I set an environment variable?
ID: 252085 · Report as offensive
Temujin
Volunteer tester

Send message
Joined: 19 Oct 99
Posts: 292
Credit: 47,872,052
RAC: 0
United Kingdom
Message 252169 - Posted: 22 Feb 2006, 22:15:52 UTC - in response to Message 252085.  

I know this is a dumb question but how do I set an environment variable?

Well, it really depends how you start Boinc Manager.
I use KDE and have a shortcut on my side panel with the command I gave earlier.
That method would also work if you start boincmgr from any shortcut.

Other than that, you could try adding export BROWSER=path_to_your_browser into your .bashrc
To find the path to my browser, I would type which firefox which would return /usr/bin/firefox so I could put export BROWSER=/usr/bin/firefox in my .bashrc


ID: 252169 · Report as offensive
Profile Ken Moffat

Send message
Joined: 29 May 99
Posts: 11
Credit: 79,058
RAC: 0
United States
Message 264137 - Posted: 18 Mar 2006, 17:23:37 UTC - in response to Message 252169.  

I know this is a dumb question but how do I set an environment variable?

Well, it really depends how you start Boinc Manager.
I use KDE and have a shortcut on my side panel with the command I gave earlier.
That method would also work if you start boincmgr from any shortcut.

Other than that, you could try adding export BROWSER=path_to_your_browser into your .bashrc
To find the path to my browser, I would type which firefox which would return /usr/bin/firefox so I could put export BROWSER=/usr/bin/firefox in my .bashrc



I edited the file BOINC/run_manager as below, adding the browser declaration to the beginning of the line. Works from desktop shortcuts now.

export BROWSER=/usr/bin/firefox && cd "/home/ken/BOINC" && exec ./boincmgr $@

ID: 264137 · Report as offensive

Questions and Answers : Unix/Linux : what a nightmare- BOINC attached, but need to specify browser???


 
©2025 University of California
 
SETI@home and Astropulse are funded by grants from the National Science Foundation, NASA, and donations from SETI@home volunteers. AstroPulse is funded in part by the NSF through grant AST-0307956.