Page 2 of 2
Re: VirtualBox Open Source Edition
Posted: 29. Oct 2010, 19:20
by damNageHack
pwatk wrote:JRD wrote:thenktor wrote:Or just use the non-OSE with USB support

Or not ! It's a free software, why use the non-free version ? BTW USB (mass storage) is working too on the OSE, with a simple trick.
Do tell.
For USB mass storage, you could use the rawdisk feature.
To use an USB printer in a Windows guest system, you maybe can connect via IPP to CUPS running on your Linux host or use Samba.
Re: VirtualBox Open Source Edition
Posted: 31. Oct 2010, 05:40
by jbs1136
@ laprjns
First, sorry it took so long to respond to your suggestions. I tried what you said and downloaded the kernel source as you said then ran the next command.
Code: Select all
root|[~] $ /etc/rc.d/rc.vboxdrv setup
Stopping VirtualBox kernel module ...done.
Recompiling VirtualBox kernel module ...done.
Starting VirtualBox kernel module ...done.
Then I ran the command virtualbox both as user and root and got the same response
Code: Select all
Qt WARNING: QGtkStyle was unable to detect the current GTK+ theme.
Outside of the backgrounds I haven't changed anything in the theme. Any suggestions?
thanks,
john
Re: VirtualBox Open Source Edition
Posted: 31. Oct 2010, 11:16
by laprjns
jbs1136 wrote:Then I ran the command virtualbox both as user and root and got the same response
Code: Select all
Qt WARNING: QGtkStyle was unable to detect the current GTK+ theme.
Outside of the backgrounds I haven't changed anything in the theme. Any suggesti
Seems to be a problem with your qt, not vb
http://www.salixos.org/forum/viewtopic. ... view=print
http://www.google.com/search?q=Qt+WARNI ... m&ie=UTF-8
Not a lot of answers though. Maybe try Virtualbox Puel, if you don't have any objection to using non-open source
http://download.virtualbox.org/virtualb ... ux_x86.run
Re: VirtualBox Open Source Edition
Posted: 31. Oct 2010, 12:15
by zAchAry
@jbs1136
Change your Qt theme with 'Qt Configuration'
Re: VirtualBox Open Source Edition
Posted: 31. Oct 2010, 14:34
by jbs1136
Thanks, that did the trick. I changed from the default to the clearlooks and now it works.
Thanks to you both for your help,
john