soya wrote:Thanks for the answer, but i had qt4 use flag enabled. So i'm still with the same trouble
I've been encountering this problem now for several months with the 0.9X* and 1.X.X releases as well:
here some examples:
when emerging vlc-9999 (atm 1.1.0-git):
I get the following:
vlc
VLC media player 1.1.0-git Yellow Bastard
[0x7fcccf0abfc8] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[0x7fcccf2ff398] main generic error: no dialogs provider module matched "any"
[0x7fcccf2ebdb8] skins2 interface error: no suitable dialogs provider found (hint: compile the qt4 plugin, and make sure it is loaded properly)
[0x7fcccf2ebdb8] skins2 interface error: cannot instanciate qt4 dialogs provider
and no gui appears (I deleted ~/.config/vlc)
use-flags are:
media-video/vlc-9999 [1.0.0] USE="X a52 aac aalib alsa avahi bidi cdda cddb cdio dbus directfb dvb dvd fbcon ffmpeg flac fontconfig gcrypt ggi gnome gnutls hal id3tag jack libass libcaca libnotify lirc live matroska mmx modplug mp3 mpeg mtp musepack ncurses ogg opengl optimisememory png pulseaudio qt4 rtsp samba sdl seamonkey shout skins sse stream svg taglib theora truetype twolame v4l2 vcdinfo vcdx vlm vorbis wma-fixed x264 xcb xinerama xml xosd xv (-altivec) -atmo -cddax -dc1394 -debug -dirac -dts -fluidsynth -httpd -ieee1394 -kate -libproxy -libsysfs -libtiger -libv4l2 -lua -nsplugin -oss (-pda) -pvr -remoteosd -run-as-root -schroedinger -sdl-image -shine -speex (-svga) -upnp -v4l (-win32codecs) -zvbi"
(I like full-blown media-players

)
the solution which worked for some time in the past for me was to comment out the following line in the non-live and live-ebuilds:
Code: Select all
#use skins || rm -rf "${D}/usr/share/vlc/skins2"
after having edited the build of vlc 1.0.0 and emerged it, the gui appears but there are no dialogues and no functionality of the gui:
vlc
VLC media player 1.0.0 Goldeneye
[0x7f3f3d02cfc8] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[0x7f3f3d27b9c8] main generic error: no dialogs provider module matched "any"
[0x7f3f3d0639a8] skins2 interface error: no suitable dialogs provider found (hint: compile the qt4 plugin, and make sure it is loaded properly)
[0x7f3f3d0639a8] skins2 interface: skin: subX author: Martin Poehlmann
[0x7f3f3d2c09c8] main generic error: no dialogs provider module matched "any"
[0x7f3f3d0639a8] skins2 interface error: no suitable dialogs provider found (hint: compile the qt4 plugin, and make sure it is loaded properly)
[0x7f3f3d2ad978] main generic error: no dialogs provider module matched "any"
[0x7f3f3d0639a8] skins2 interface error: no suitable dialogs provider found (hint: compile the qt4 plugin, and make sure it is loaded properly)
[0x7f3f3d2cb908] main generic error: no dialogs provider module matched "any"
[0x7f3f3d0639a8] skins2 interface error: no suitable dialogs provider found (hint: compile the qt4 plugin, and make sure it is loaded properly)
[0x7f3f3d27bdd8] main generic error: no dialogs provider module matched "any"
[0x7f3f3d0639a8] skins2 interface error: no suitable dialogs provider found (hint: compile the qt4 plugin, and make sure it is loaded properly)
[0x7f3f3d2cb4e8] main generic error: no dialogs provider module matched "any"
[0x7f3f3d0639a8] skins2 interface error: no suitable dialogs provider found (hint: compile the qt4 plugin, and make sure it is loaded properly)
[0x7f3f3d2cb908] main generic error: no dialogs provider module matched "any"
[0x7f3f3d0639a8] skins2 interface error: no suitable dialogs provider found (hint: compile the qt4 plugin, and make sure it is loaded properly)
[0x7f3f3d2cc148] main generic error: no dialogs provider module matched "any"
[0x7f3f3d0639a8] skins2 interface error: no suitable dialogs provider found (hint: compile the qt4 plugin, and make sure it is loaded properly)
[0x7f3f3d2c09c8] main generic error: no dialogs provider module matched "any"
[0x7f3f3d0639a8] skins2 interface error: no suitable dialogs provider found (hint: compile the qt4 plugin, and make sure it is loaded properly)
[0x7f3f3d2ce908] main generic error: no dialogs provider module matched "any"
[0x7f3f3d0639a8] skins2 interface error: no suitable dialogs provider found (hint: compile the qt4 plugin, and make sure it is loaded properly)
[0x7f3f3d27bdd8] main generic error: no dialogs provider module matched "any"
[0x7f3f3d0639a8] skins2 interface error: no suitable dialogs provider found (hint: compile the qt4 plugin, and make sure it is loaded properly)
[0x7f3f3d27bdd8] main generic error: no dialogs provider module matched "any"
[0x7f3f3d0639a8] skins2 interface error: no suitable dialogs provider found (hint: compile the qt4 plugin, and make sure it is loaded properly)
any suggestions ?
many thanks in advance