control: tags -1 +moreinfo
On Thu, Dec 24, 2015 at 11:58 AM, sergio <mail...@sergio.spb.ru> wrote: > % transmission-qt > QDBusConnection: session D-Bus connection created before QCoreApplication. > Application may misbehave. > This application failed to start because it could not find or load the Qt > platform plugin "xcb". > > Available platform plugins are: linuxfb, minimal, minimalegl, offscreen. > > Reinstalling the application may fix this problem. > zsh: abort transmission-qt > > % sudo apt-get install libqt5xcbqpa5 > > % transmission-qt > QDBusConnection: session D-Bus connection created before QCoreApplication. > Application may misbehave. transmission-qt doesnt directly link anything in libqt5xcbqpa5, so I think that package installation fixes your problem just because it installs libxcb1, wihch is the lib linked in transmission-qt: $ ldd /usr/bin/transmission-qt | grep xcb libxcb.so.1 => /usr/lib/x86_64-linux-gnu/libxcb.so.1 (0x00007fb9b6736000) I'm unsure why that shlib deps is not picked up during the package building process. -- Sandro "morph" Tosi My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/SandroTosi G+: https://plus.google.com/u/0/+SandroTosi