True Linux geeks will be having heart attacks reading this, but this is how I got Boinc running and stable in Fedora 14 in one night in between watching a movie. I have been gamely trying to get Boinc for Linux to play well with others on and off for over a year with no luck. This method works with none of the serious permissions blockages and fiddling and failing Boinc for Linux has, AND this method includes a taskbar notification icon which updates Boinc processing progress in real time if you hover over it with the mouse as well as providing access to the more detailed Boinc Manager if you double click it. Here's what I did...
• If you have Boinc for Linux installed, uninstall it.
• Install Wine.
• Download the Boinc for Windows XP installer, install with Wine. Wine may give you an error at the end of the installer, but if the files and folders are created as expected, you should be good to go.
• When the Windows XP installer runs, you will want to select Advanced on the screen which allows you to change folder names. I called the folders e:\Program Files\BOINC\ and e:\Program Files\BOINC\boincdata\ respectively.
• Test your work after install by manually double clicking on boincmgr.exe -- if you can sign in and download and begin to process work units, you are fine. You will also see that Boinc Manager benchmarking tests messages identify your OS as Windows XP Service Pack 3.
• Use gedit to create a script file boincboot.sh which should contain the following (include the quotation marks):
cd "/home/yourhomefoldername/Program Files/BOINC/"
wine boincmgr.exe
• Save the script and change permissions to make it executable.
• Add the script to your list of programs to run at startup.
• Go finish your movie.