﻿id,summary,reporter,owner,description,type,status,component,version,resolution,keywords,cc,guest,host
15717,Ubuntu 14.04 LTS: xcb not found,0x0000.ru,,"{{{
user@computer ~ $ virtualbox
Qt FATAL: This application failed to start because it could not find or load the Qt platform plugin ""xcb"".

Available platform plugins are: xcb.

Reinstalling the application may fix this problem.
Aborted
}}}

However, this trick helps run the GUI:
{{{
P=/usr/lib/virtualbox; sudo LD_LIBRARY_PATH=$P:$P/plugins/platforms $P/VirtualBox
}}}

may be related to https://www.virtualbox.org/ticket/15634",defect,closed,GUI,VirtualBox 5.1.2,fixed,ubuntu xcb,,other,other
