BOINCMGR and KDE

Questions and Answers : Unix/Linux : BOINCMGR and KDE
Message board moderation

To post messages, you must log in.

AuthorMessage
dr.doolittle

Send message
Joined: 22 Nov 07
Posts: 1
Credit: 416,683
RAC: 0
Germany
Message 696997 - Posted: 3 Jan 2008, 13:36:16 UTC

Hello there,

if I run my BOINC (OpenSuse10.3 and KDE, located in /home/user/Desktop/BOINC) from the XTerm, all is fine. But starting with Konqueror there are some problems:
The program is executed not in same directory but in /home/username, and so BOINCMGR can't find the prefs and the projects. etc.
How can I solve the problem, that I can start BOINC via Konqueror by mouse? (I tried it in GNOME: no problems!). It seems to be KDE...

Sorry for my bad english.

Best regards, Sascha.

ID: 696997 · Report as offensive
Larpon

Send message
Joined: 16 May 07
Posts: 1
Credit: 54
RAC: 0
Message 697233 - Posted: 4 Jan 2008, 6:30:16 UTC - in response to Message 696997.  

Hello there,

if I run my BOINC (OpenSuse10.3 and KDE, located in /home/user/Desktop/BOINC) from the XTerm, all is fine. But starting with Konqueror there are some problems:
The program is executed not in same directory but in /home/username, and so BOINCMGR can't find the prefs and the projects. etc.
How can I solve the problem, that I can start BOINC via Konqueror by mouse? (I tried it in GNOME: no problems!). It seems to be KDE...

Sorry for my bad english.

Best regards, Sascha.


You could do this:

1) Make a new text file containing these lines:
#!/bin/bash
cd "/home/user/Desktop/BOINC"
./boinc &
./boincmgr &
2) save the file as eg. start_BOINC.sh
3) give the file execute permissions either with konqueror's right-click menu
or in a terminal by writing:
chmod 766 start_BOINC.sh
4) copy the start_BOINC.sh file to where you want
5) click it to start both boinc and then boinc manager

ID: 697233 · Report as offensive

Questions and Answers : Unix/Linux : BOINCMGR and KDE


 
©2024 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.