Opened 16 years ago
Closed 15 years ago
#2702 closed defect (wontfix)
QGtkStyle cannot be used together with the GTK_Qt engine.
Reported by: | vboxer | Owned by: | |
---|---|---|---|
Component: | installer | Version: | VirtualBox 2.0.6 |
Keywords: | QGtkStyle GTK_Qt | Cc: | |
Guest type: | other | Host type: | Linux |
Description
I installed VirtualBox-2.0.6_39765_fedora9-1.i386.rpm on Fedora 10. I did not get any errors during the install but I did get SELinux errors. SELinux is now permanently disabled. I added the user to /etc/group: vboxusers:x:501:xyzuser
When I run #VirtualBox I get the VirtualBox Personal use and Evaluation License (PUEL) box to pop up but the I Agree and I Disagree buttons are both grayed out. If I run VirtualBox as root the same problem with the PUEL box but I also get this message:
Qt WARNING: QGtkStyle cannot be used together with the GTK_Qt engine. Qt WARNING: Qt: Session management error: None of the authentication protocols specified are supported
I have no idea what this means. Can you help please?
Change History (2)
comment:1 by , 16 years ago
comment:2 by , 15 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
It means that GNOME is trying to use Qt for rendering (with the GTK_QT theme engine) while you are using QGtkStyle in Qt. You have to change either one to a different style. For instance in GNOME you run gnome-appearance-properties and change the theme to something other than "Qt". Or you run qtconfig to change your Qt theme to something other than "GTK".