run parallels-config again

rfulcher

Junior Member
I have parallels up and running on ubuntu 6.10. The only issues is I have to run the parallels-config every time I restart. What can I do to solve this.

Thanks
 
first you need root access
Code:
sudo -s
open rc.locale in /etc/ with gedit or vim
Code:
gedit /etc/rc.locale
now you can add the line
Code:
./usr/lib/parallels/autostart/drivers_start
before the "exit 0" statement.
save the file and close gedit, now the drivers should be loaded every time you start up.
 
Back
Top