Trying to start the “TsMuxerGUI” application from Gnome, nothing happends.
Has someone been able to get it to start - possibly suggestions how to troubleshoot and solve this?
As far as I’ve checked via YaST2, no missing dependices is reported.
/usr/bin/tsMuxeR
- lists the help file similar like a man page; here is the beginning:
Network Optix tsMuxeR. Version 2.6.11. www.networkoptix.com
tsMuxeR is simple program to mux video to TS/M2TS files or create BD disks.
tsMuxeR does not use external filters (codecs).
Examples:
tsMuxeR <media file name>
tsMuxeR <meta file name> <out file/dir name>
..........snip
/usr/bin/tsMuxerGUI
/usr/bin/tsMuxerGUI: error while loading shared libraries: libQtGui.so.4: cannot open shared object file: No such file or directory
I think here is something. I have libQt5Gui5 and libqt4-x11 among several libqt packages installed, but zypper cannot find any ‘libQtGui’ elsewhere either:
zypper se libQtGUI
Loading repository data...
Reading installed packages...
No matching items found.
Does ‘libQtGUI’ exist for Leap somewhere, or is it discontinued and possibly replaced by another package?
By the way, the important missing thing here seems to be to have a symlink ‘libQtGui.so.4’ (?)
I forgot to ask, but as with every Multimedia problem: did you do the Vendor switch to Packman? And when yes, because you seem to have installed some extra packages, maybe repeating it is not a bad idea (and it never hurts).
Thank you very much, that worked for me too
I was somewhat fooled because the installed “tsmuxer” was a 64-bit package, while its GUI part included obviously is 32-bit.
This also recalled me about using
zypper se --provides libQtGui.so.4
Loading repository data...
Reading installed packages...
S | Name | Summary | Type
--+------------------+----------------------------+--------
i | libqt4-x11 | Qt 4 GUI related libraries | package
i | libqt4-x11-32bit | Qt 4 GUI related libraries | package
Istalling libqt4-x11-32bit pulled in “only” 8 new 32-bit packages on my system.