R rfulcher Junior Member Feb 14, 2007 #1 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
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
L lijan Bit poster Feb 15, 2007 #2 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.
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.