I installed vlc by following official guide on vlc website. Last time i followed it worked fine but this time vlc is installed but its not opening. I mean it is having issues with gui.
Here is some necessary information:
[deepanshuarya@fedora ~]$ vlc
VLC media player 3.0.19 Vetinari (revision )
[000055585e092520] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[000055585e180e40] skins2 interface error: cannot instantiate dialogs provider
[000055585e126fb0] main playlist: playlist is empty
[000055585e180e40] [cli] lua interface: Listening on host "*console".
VLC media player 3.0.19 Vetinari
Command Line Interface initialized. Type `help' for help.
> ^Z
[1]+ Stopped vlc
[deepanshuarya@fedora ~]$ vlc -v
VLC media player 3.0.19 Vetinari (revision )
[00005644ad57b520] main libvlc warning: cannot load module `/usr/lib64/vlc/plugins/gui/libqt_plugin.so' (/usr/lib64/vlc/plugins/gui/libqt_plugin.so: undefined symbol: _ZN11QToolButton13checkStateSetEv, version Qt_5)
[00005644ad57b520] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[00005644ad669ed0] skins2 interface error: cannot instantiate dialogs provider
[00005644ad610080] main playlist: playlist is empty
[00005644ad669ed0] [cli] lua interface: Listening on host "*console".
VLC media player 3.0.19 Vetinari
Command Line Interface initialized. Type `help' for help.
I have no problems with VLC.
I installed it from the rpmfusion-free repo and it just works as needed.
I also installed ffmpeg and libavcodec-freeworld at the same time.
I have never tried installing from the vlc website since the rpmfusion package is convenient to use and maintain as well as working OOTB.
Yes, sorry for not being more specific: dnf upgrade --refresh qt5-qttools-libs-designer upgrades just that plus necessary dependencies. The --refresh only makes sure that dnf checks current updates, not what it remembers from last time (unless that was too long ago). In any case, dnf should tell you what it would do and ask Yes/no before proceeding.
and it didn’t changed the version, i still have libQt5Designer.so.5.15.9
maybe its not about the version, vlc is just looking in wrong directory or path?
here is the error:
[deepanshuarya@fedora ~]$ vlc -v
VLC media player 3.0.19 Vetinari (revision )
[00005644ad57b520] main libvlc warning: cannot load module `/usr/lib64/vlc/plugins/gui/libqt_plugin.so' (/usr/lib64/vlc/plugins/gui/libqt_plugin.so: undefined symbol: _ZN11QToolButton13checkStateSetEv, version Qt_5)
[00005644ad57b520] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[00005644ad669ed0] skins2 interface error: cannot instantiate dialogs provider
[00005644ad610080] main playlist: playlist is empty
[00005644ad669ed0] [cli] lua interface: Listening on host "*console".
VLC media player 3.0.19 Vetinari
Command Line Interface initialized. Type `help' for help.