Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 319271 - virtualbox-bin looks ugly because of it's own qt library files
Summary: virtualbox-bin looks ugly because of it's own qt library files
Status: RESOLVED DUPLICATE of bug 323149
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Patrick Lauer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-11 12:33 UTC by DarkNRG
Modified: 2010-06-08 10:58 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description DarkNRG 2010-05-11 12:33:40 UTC
Virtualbox is Qt4 but doesn't look like my other Qt applications because it has its own Qt libraries in /opt/Virtualbox.
After replacing them with the one installed on my system, VirtualBox looks fine and there seem to be no negative side effects:

cd /opt/VirtualBox
ln -sfv /usr/lib/qt4/libQtCore.so.4 libQtCoreVBox.so.4
ln -sfv /usr/lib/qt4/libQtGui.so.4 libQtGuiVBox.so.4
ln -sfv /usr/lib/qt4/libQtNetwork.so.4 libQtNetworkVBox.so.4
ln -sfv /usr/lib/qt4/libQtOpenGL.so.4 libQtOpenGLVBox.so.4

If no one else experiences bad issues, maybe something like this could be done directly in the ebuild.



Reproducible: Always
Comment 1 Tomáš Chvátal (RETIRED) gentoo-dev 2010-05-11 13:08:24 UTC
Whats kde team has to do with virtualbox?

CCing qt team, but i dunno who is maintainer and i am lazy to search now.
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2010-06-08 10:58:09 UTC

*** This bug has been marked as a duplicate of bug 323149 ***