Hi! I have recently installed minitube under slackware 14.1, and I also have installed phonon, phonon-gstreamer, and even phonon-vlc, but when I launch minitube from terminal I get this error:
QPainter::begin: Paint device returned engine == 0, type: 3
QPainter::setCompositionMode: Painter not active
QPainter::end: Painter not active, aborted
WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded
WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded
WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded
WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded
WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded
WARNING: Phonon::createPath: Cannot connect Phonon::MediaObject ( no objectName ) to Phonon::AudioOutput ( no objectName ).
WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded
WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded
WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded
WARNING: Phonon::createPath: Cannot connect Phonon::MediaObject ( no objectName ) to Phonon::VideoWidget ( no objectName ).
WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded
I searched the google an I found this link related to my kind of error:
http://www.linuxquestions.org/questi...5429915-print/ In that thread the error was solved, by building minitube with exporting kde libs flag mentioned,
"so I looked around and found this:
https://bugs.archlinux.org/task/27850
archlinux applies this patch: I rebuilt phonon with that and it seems to solve the issue.
as a workaround you can also export the QT_PLUGIN_PATH variable like this before launching minitube (/usr/lib64/kde4/plugins if you are on slackware64):
Code:
export QT_PLUGIN_PATH=/usr/lib/kde4/plugins"
But I don't have kde desktop installed, and I don't plan to install it just for minitube. An the fact is I also don't know how to build minitube exporting the required libraries. So, if anyone knows how to build minitube right, I will apreciate the help.
Thanks in advance!