﻿id	summary	reporter	owner	description	type	status	component	version	resolution	keywords	cc	guest	host
16376	VirtualBox 5.1 cannot run on Fedora 25 x86_64	librucha		"When I installed VirtualBox 5.1 by instructions on Download page, everything finished sucessful.
When I tried run VirtualBox the error was shoved:

{{{
VirtualBox: supR3HardenedMainGetTrustedMain: dlopen(""/usr/lib/virtualbox/VirtualBox.so"",) failed: libQt5X11Extras.so.5: cannot open shared object file: No such file or directory
}}}

This can be fixed by install X11 extras:

{{{
dnf install qt5-qtx11extras.x86_64
}}}

After installation the library the error was shoved:

{{{
Qt FATAL: This application failed to start because it could not find or load the Qt platform plugin ""xcb""
in """".

Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, xcb.

Reinstalling the application may fix this problem.
Aborted (core dumped)
}}}

This can be fixed by install X11 xkb common:

{{{
dnf install libxkbcommon-x11.x86_64
}}}

After those fixes everything works fine.

"	defect	closed	host support	VirtualBox 5.1.12	worksforme	Fedora 25, Linux, installation		all	Linux
