Custom Query (16363 matches)
Results (1333 - 1335 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #15418 | fixed | guest addtions: Ubuntu 16.04 Server, error message about libXrandr on Guest Additions start-up -> fixed in releases higher than 5.0.20 | ||
| Description |
I get an error message "BoxClient: error while loading shared librarie" in my syslog: May 14 16:22:41 fortuna vboxadd[837]: Starting the VirtualBox Guest AdditionsInstalling the Window System drivers May 14 16:22:41 fortuna vboxadd[837]: Could not find the X.Org or XFree86 Window System, skipping. May 14 16:22:41 fortuna vboxadd[837]: /usr/bin/VBoxClient: error while loading shared libraries: libXrandr.so.2: cannot open shared object file: No such file or directory May 14 16:22:41 fortuna vboxadd[837]: ...done. May 14 16:22:41 fortuna systemd[1]: Started vboxadd.service. As I took a closer look i found out that this libXrandr is usually only available in systems that have an X Server. But this is not the case in my Machine which is even detected one row above where it say's "Could not find the X.Org or XFree86 Window System, skipping." Therefore i think this is a little bit strange that on the one hand the System detects that there is no X Server and directly afterwards want to use a library that is used for X Servers. Even during the installation it seems to be properly detected that there is no X Server. I did the installation like this: sudo mount /dev/sr0 /media/cdrom/ sudo apt-get install -y dkms build-essential linux-headers-generic linux-headers-$(uname -r) sudo /media/cdrom/VBoxLinuxAdditions.run --nox11 This was the output, clearly saying that "Could not find the X.Org or XFree86 Window System, skipping." But still got the Message in the syslog Verifying archive integrity... All good. Uncompressing VirtualBox 5.0.20 Guest Additions for Linux............ VirtualBox Guest Additions installer Copying additional installer modules ... Installing additional modules ... Removing existing VirtualBox DKMS kernel modules ...done. Removing existing VirtualBox non-DKMS kernel modules ...done. Building the VirtualBox Guest Additions kernel modules ...done. Doing non-kernel setup of the Guest Additions ...done. Starting the VirtualBox Guest AdditionsInstalling the Window System drivers Could not find the X.Org or XFree86 Window System, skipping. ...done. |
|||
| #17827 | invalid | With linux 4.17 and VirtualBox 5.2.12, vboxguest must be blacklisted -> works with 4.17.4 | ||
| Description |
I'm using VirtualBox 5.2.12 on my Archlinux host. I noticed that linux guest distributions - at least Archlinux based ones - with a desktop environment are broken with a kernel 4.17.x. Mouse focus is not shown and you cannot grab any opened window. I saw this on pure Archlinux with KDE, SwagArch with Xfce. When moving to 4.14 LTS kernel, everything works back. I found this thread on virtualbox.org with the same problem: https://forums.virtualbox.org/viewtopic.php?f=3&t=88372 I tried to blacklist vboxguest module while running linux 4.17.x, and everything works again. Looks like vboxguest code is not 100% compatible with linux 4.17.x. |
|||
| #17835 | fixed | Build process is broken in src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsProxy.cpp -> fixed in 5.2.14 | ||
| Description |
Hello. I was trying to build from svn VirtualBox, after I saw this commit: https://www.virtualbox.org/changeset/72641/vbox I thought it will fix a nasty graphic bug I reported: https://www.virtualbox.org/ticket/17827 While trying to build, process is stopped in src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsProxy.cpp. Here is the log just before build error: /home/fred/virtualbox-svn/src/VirtualBox/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsProxy.cpp: In member function 'void UIGlobalSettingsProxy::prepare()':
/home/fred/virtualbox-svn/src/VirtualBox/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsProxy.cpp:215:59: error: invalid use of incomplete type 'class QButtonGroup'
QButtonGroup *pButtonGroup = new QButtonGroup(this);
^
In file included from /usr/include/qt/QtWidgets/qradiobutton.h:44,
from /usr/include/qt/QtWidgets/QRadioButton:1,
from /home/fred/virtualbox-svn/src/VirtualBox/out/linux.amd64/release/obj/VBoxGlobal/qtuic/UIGlobalSettingsProxy.gen.h:33,
from /home/fred/virtualbox-svn/src/VirtualBox/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsProxy.h:23,
from /home/fred/virtualbox-svn/src/VirtualBox/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsProxy.cpp:27:
/usr/include/qt/QtWidgets/qabstractbutton.h:53:7: note: forward declaration of 'class QButtonGroup'
class QButtonGroup;
^~~~~~~~~~~~
/home/fred/virtualbox-svn/src/VirtualBox/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsProxy.cpp:219:25: error: invalid use of incomplete type 'class QButtonGroup'
pButtonGroup->addButton(m_pRadioProxyAuto);
And it goes on for three or four more times... Really annoying because since my distribution migrated to QT 5.11, both toolbar and statusbar are not displayed on start. |
|||

