Cant find libQt5Core on Linux

Hello all

my problem on debian 11 bullseye
carlos@ML110:~/Vídeos/appImages$ /usr/bin/shotcut
/usr/bin/shotcut: error while loading shared libraries: libQt5Core.so.5: cannot open shared object file: No such file or directory

ML110# echo $LD_LIBRARY_PATH
/usr/lib/x86_64-linux-gnu/

but the lib and the link are there
ML110# ldconfig -v | grep libQt5Cor

ldconfig: No se puede efectuar stat' sobre /usr/local/lib/x86_64-linux-gnu: No existe el fichero o el directorio ldconfig: Se ha dado la ruta /lib/x86_64-linux-gnu’ más de una vez
ldconfig: Se ha dado la ruta `/usr/lib/x86_64-linux-gnu’ más de una vez
ldconfig: /lib/i386-linux-gnu/ld-2.31.so is the dynamic linker, ignoring

ldconfig: /lib/x86_64-linux-gnu/ld-2.31.so is the dynamic linker, ignoring

libQt5Core.so.5 -> libQt5Core.so.5.15.2

the file is there

ML110# locate libQt5Core
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5.15
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5.15.2

How to fix this, thanks

Did you download Shotcut from the official website: Shotcut - Download? If not, uninstall the one you have and download the official (supported) version.

Yes, from the fosshub link on shotcut.org: shotcut-linux-x86_64-211031.AppImage, the same that works correctly on my zbook (but with debian 10 there). Not on Debian11, for some reason it doesn’t find the libQt5Core, the same happens if I install the portanle tar or the debian 11 stock version. Same error. Tried symbolic links etc, could it be some bug? Or could it be a graphics card issue, the debian 11 box is a HP ML110 G5, really a server not thought for this. But the error says otherwise. Thanks

What you show you are running above (/usr/bin/shotcut) is NOT the AppImage. I cannot help you with /usr/bin/shotcut as that comes from a package we do not make or support. You run an AppImage by making its file executable and then running the shotcut-linux-x86_64-211031.AppImage file.

the same happens if I install the portable tar

As instructed on the download page, do NOT run Shotcut.app/bin/shotcut. You need to run the wrapper script Shotcut.app/shotcut.

This runs on debian 10:
ls -l
-rwxr-xr-x 1 karl karl 105718976 dic 17 22:36 shotcut-linux-x86_64-211031.AppImage

This doesn’t run on debian 11:
ls -l
-rwxr-xr-x 1 carlos carlos 105718976 dic 17 22:36 shotcut-linux-x86_64-211031.AppImage

carlos@ML110:~/Vídeos/appImages$ ./shotcut-linux-x86_64-211031.AppImagebin/shotcut: error while loading shared libraries: libQt5Core.so.5: cannot open shared object file: No such file or directory

all exactly the same as far as the app is concerned. The error is the same no matter if you run the appImage, the installed tar (or the debian 11 stock package version if you install it)

if you run the stock version (for testing purposes) so you can see ldd output it says
carlos@ML110:~/Vídeos/appImages$ ldd /usr/bin/shotcut
and hten hickup at the libQt5Core… again
linux-vdso.so.1 (0x00007ffcf4051000)
libmlt++.so.3 => /usr/lib/x86_64-linux-gnu/libmlt++.so.3 (0x00007f9250e36000)
libmlt.so.6 => /usr/lib/x86_64-linux-gnu/libmlt.so.6 (0x00007f9250dfa000)
libQt5OpenGL.so.5 => /usr/lib/x86_64-linux-gnu/libQt5OpenGL.so.5 (0x00007f9250da0000)
libQt5QuickWidgets.so.5 => /usr/lib/x86_64-linux-gnu/libQt5QuickWidgets.so.5 (0x00007f9250d8a000)
libQt5Widgets.so.5 => /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 (0x00007f9250700000)
libQt5QuickControls2.so.5 => /usr/lib/x86_64-linux-gnu/libQt5QuickControls2.so.5 (0x00007f92506cc000)
libQt5Quick.so.5 => /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5 (0x00007f925018c000)
libQt5Multimedia.so.5 => /usr/lib/x86_64-linux-gnu/libQt5Multimedia.so.5 (0x00007f925007d000)
libQt5Gui.so.5 => /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5 (0x00007f924f9bb000)
libQt5Xml.so.5 => /usr/lib/x86_64-linux-gnu/libQt5Xml.so.5 (0x00007f924f977000)
libQt5Qml.so.5 => /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5 (0x00007f924f51c000)
libQt5WebSockets.so.5 => /usr/lib/x86_64-linux-gnu/libQt5WebSockets.so.5 (0x00007f924f4f0000)
libQt5Network.so.5 => /usr/lib/x86_64-linux-gnu/libQt5Network.so.5 (0x00007f924f366000)
libQt5Sql.so.5 => /usr/lib/x86_64-linux-gnu/libQt5Sql.so.5 (0x00007f924f329000)
libQt5Core.so.5 => not found
libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f924f15c000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f924f018000)
libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f924effe000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f924ee37000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f924ee31000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f924ee0f000)
libQt5Core.so.5 => not found

if you do
carlos@ML110:~/Vídeos/appImages$ strace ./shotcut-linux-x86_64-211031.AppImage
execve("./shotcut-linux-x86_64-211031.AppImage", ["./shotcut-linux-x86_64-211031.Ap"…], 0x7ffca9bc85e0 /* 23 vars */) = 0
brk(NULL) = 0x7ea000


— SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=1308, si_uid=1001, si_status=0, si_utime=0, si_stime=0} —
rt_sigreturn({mask=[]}) = 1308
wait4(-1, 0x7ffde6704c9c, WNOHANG, NULL) = -1 ECHILD (No hay ningún proceso hijo)
pipe([4, 5]) = 0
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f1e9b989a10) = 1309
close(5) = 0
read(4, “/tmp/.mount_shotcu6UUnmG/usr/bin”…, 128) = 33
read(4, “”, 128) = 0
close(4) = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 1309
— SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=1309, si_uid=1001, si_status=0, si_utime=0, si_stime=0} —
rt_sigreturn({mask=[]}) = 1309
wait4(-1, 0x7ffde6704c9c, WNOHANG, NULL) = -1 ECHILD (No hay ningún proceso hijo)
chdir("/tmp/.mount_shotcu6UUnmG/usr/bin") = 0
rt_sigprocmask(SIG_SETMASK, ~[RTMIN RT_1], NULL, 8) = 0
vfork() = 1310
rt_sigprocmask(SIG_SETMASK, [], ~[KILL STOP RTMIN RT_1], 8) = 0
wait4(-1, bin/shotcut: error while loading shared libraries: libQt5Core.so.5: cannot open shared object file: No such file or directory
[{WIFEXITED(s) && WEXITSTATUS(s) == 127}], 0, NULL) = 1310
— SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=1310, si_uid=1001, si_status=127, si_utime=0, si_stime=0} —
rt_sigreturn({mask=[]}) = 1310
wait4(-1, 0x7ffde6704e2c, WNOHANG, NULL) = -1 ECHILD (No hay ningún proceso hijo)
read(10, “”, 8192) = 0
exit_group(127) = ?
+++ exited with 127 +++

if I do an strace on the debian 10 laptop the same way
ZBOOK-/home/karl/other/appImages$ strace ./shotcut-linux-x86_64-211031.AppImage 2> test.tmp
there is no libQt5Core being opened in the trace

Thanks.

Shotcut does require libQt5Core.so.5
On my system (Ubuntu 20.04) looking in the portable tar:

ddennedy@Gamerbox-9400:~/Desktop/Shotcut$ find -name libQt5Core.so.5
./Shotcut.app/lib/libQt5Core.so.5

The AppImage and Snap packages are based on the portable tar.

Next, I installed Debian 11.2 from the an official DVD .iso in a virtual machine with the XFCE desktop environment. There are no Qt libraries installed at this point; I checked. Immediately after install, I downloaded the Shotcut AppImage, made it executable, and it ran:

Sometimes, there is a library dependency that cannot be bundled in the AppImage because it is too distro-specific. That is based on AppImage’s rules, which is based on years of apps packaged for many distros. And sometimes this means a package is not installed by default in the base system and needs to be installed. Let’s take a look:

ddennedy@Gamerbox-9400:~/Desktop/Shotcut/Shotcut.app$ source source-me 
ddennedy@Gamerbox-9400:~/Desktop/Shotcut/Shotcut.app$ ldd lib/libQt5Core.so.5 
	linux-vdso.so.1 (0x00007ffcfcfff000)
	libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f1ef95cf000)
	libdouble-conversion.so.1 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libdouble-conversion.so.1 (0x00007f1ef93be000)
	libicui18n.so.60 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libicui18n.so.60 (0x00007f1ef8f1d000)
	libicuuc.so.60 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libicuuc.so.60 (0x00007f1ef8b65000)
	libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f1ef8b5f000)
	libglib-2.0.so.0 => /lib/x86_64-linux-gnu/libglib-2.0.so.0 (0x00007f1ef8a34000)
	libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f1ef8852000)
	libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f1ef8703000)
	libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f1ef86e8000)
	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f1ef84f6000)
	/lib64/ld-linux-x86-64.so.2 (0x00007f1ef9e46000)
	libicudata.so.60 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libicudata.so.60 (0x00007f1ef694d000)
	libpcre.so.3 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libpcre.so.3 (0x00007f1ef66d9000)

Above you can see which are sourced from the distro and which come from the app bundle by their paths. Basically, those provided by gcc, glibc, and glib (GDK) are provided by the distro. Another important library for Qt is the platform-specific plugin, Xcb in the case of Linux. Here is my ldd output for that in case it helps you identify something you need:

ddennedy@Gamerbox-9400:~/Desktop/Shotcut/Shotcut.app$ ldd lib/qt5/platforms/libqxcb.so 
	linux-vdso.so.1 (0x00007ffe79af3000)
	libQt5XcbQpa.so.5 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libQt5XcbQpa.so.5 (0x00007f63b1720000)
	libQt5Gui.so.5 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libQt5Gui.so.5 (0x00007f63b0e80000)
	libQt5Core.so.5 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libQt5Core.so.5 (0x00007f63b065b000)
	libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f63b044c000)
	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f63b025a000)
	libfontconfig.so.1 => /lib/x86_64-linux-gnu/libfontconfig.so.1 (0x00007f63b0211000)
	libfreetype.so.6 => /lib/x86_64-linux-gnu/libfreetype.so.6 (0x00007f63b0152000)
	libQt5DBus.so.5 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libQt5DBus.so.5 (0x00007f63afec2000)
	libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f63afe9f000)
	libX11-xcb.so.1 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libX11-xcb.so.1 (0x00007f63afc9d000)
	libxcb-icccm.so.4 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libxcb-icccm.so.4 (0x00007f63afa98000)
	libxcb-image.so.0 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libxcb-image.so.0 (0x00007f63af891000)
	libxcb-shm.so.0 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libxcb-shm.so.0 (0x00007f63af68e000)
	libxcb-keysyms.so.1 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libxcb-keysyms.so.1 (0x00007f63af48b000)
	libxcb-randr.so.0 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libxcb-randr.so.0 (0x00007f63af27b000)
	libxcb-render-util.so.0 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libxcb-render-util.so.0 (0x00007f63af077000)
	libxcb-render.so.0 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libxcb-render.so.0 (0x00007f63aee6a000)
	libxcb-shape.so.0 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libxcb-shape.so.0 (0x00007f63aec64000)
	libxcb-sync.so.1 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libxcb-sync.so.1 (0x00007f63aea5d000)
	libxcb-xfixes.so.0 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libxcb-xfixes.so.0 (0x00007f63ae855000)
	libxcb-xinerama.so.0 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libxcb-xinerama.so.0 (0x00007f63ae652000)
	libxcb-xkb.so.1 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libxcb-xkb.so.1 (0x00007f63ae436000)
	libxcb.so.1 => /lib/x86_64-linux-gnu/libxcb.so.1 (0x00007f63ae40c000)
	libX11.so.6 => /lib/x86_64-linux-gnu/libX11.so.6 (0x00007f63ae2cd000)
	libSM.so.6 => /lib/x86_64-linux-gnu/libSM.so.6 (0x00007f63ae2c2000)
	libICE.so.6 => /lib/x86_64-linux-gnu/libICE.so.6 (0x00007f63ae2a4000)
	libxkbcommon-x11.so.0 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libxkbcommon-x11.so.0 (0x00007f63ae09c000)
	libxkbcommon.so.0 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libxkbcommon.so.0 (0x00007f63ade5d000)
	libglib-2.0.so.0 => /lib/x86_64-linux-gnu/libglib-2.0.so.0 (0x00007f63add34000)
	libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f63adbe3000)
	libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f63adbc8000)
	libGL.so.1 => /lib/x86_64-linux-gnu/libGL.so.1 (0x00007f63adb40000)
	libharfbuzz.so.0 => /lib/x86_64-linux-gnu/libharfbuzz.so.0 (0x00007f63ada3b000)
	libdouble-conversion.so.1 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libdouble-conversion.so.1 (0x00007f63ad82a000)
	libicui18n.so.60 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libicui18n.so.60 (0x00007f63ad387000)
	libicuuc.so.60 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libicuuc.so.60 (0x00007f63acfcf000)
	libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f63acfc9000)
	/lib64/ld-linux-x86-64.so.2 (0x00007f63b1c82000)
	libexpat.so.1 => /lib/x86_64-linux-gnu/libexpat.so.1 (0x00007f63acf9b000)
	libuuid.so.1 => /lib/x86_64-linux-gnu/libuuid.so.1 (0x00007f63acf92000)
	libpng16.so.16 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libpng16.so.16 (0x00007f63acd5e000)
	libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f63acd42000)
	libdbus-1.so.3 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libdbus-1.so.3 (0x00007f63acaf5000)
	libxcb-util.so.1 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libxcb-util.so.1 (0x00007f63ac8ef000)
	libXau.so.6 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libXau.so.6 (0x00007f63ac6eb000)
	libXdmcp.so.6 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libXdmcp.so.6 (0x00007f63ac4e3000)
	libbsd.so.0 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libbsd.so.0 (0x00007f63ac2ce000)
	libpcre.so.3 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libpcre.so.3 (0x00007f63ac05c000)
	libGLdispatch.so.0 => /lib/x86_64-linux-gnu/libGLdispatch.so.0 (0x00007f63abfa4000)
	libGLX.so.0 => /lib/x86_64-linux-gnu/libGLX.so.0 (0x00007f63abf70000)
	libgraphite2.so.3 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libgraphite2.so.3 (0x00007f63abd41000)
	libicudata.so.60 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libicudata.so.60 (0x00007f63aa198000)
	libsystemd.so.0 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libsystemd.so.0 (0x00007f63a9f14000)
	librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f63a9f09000)
	liblzma.so.5 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/liblzma.so.5 (0x00007f63a9ce3000)
	liblz4.so.1 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/liblz4.so.1 (0x00007f63a9ac5000)
	libgcrypt.so.20 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libgcrypt.so.20 (0x00007f63a97a9000)
	libgpg-error.so.0 => /lib/x86_64-linux-gnu/libgpg-error.so.0 (0x00007f63a9786000)

See also ldd output for the shotcut binary, which includes libQt5Core:

ddennedy@Gamerbox-9400:~/Desktop/Shotcut/Shotcut.app$ ldd bin/shotcut 
	linux-vdso.so.1 (0x00007fffe3b65000)
	libmlt++-7.so.7 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libmlt++-7.so.7 (0x00007fd71c673000)
	libmlt-7.so.7 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libmlt-7.so.7 (0x00007fd71c436000)
	libQt5OpenGL.so.5 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libQt5OpenGL.so.5 (0x00007fd71c1df000)
	libQt5QuickWidgets.so.5 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libQt5QuickWidgets.so.5 (0x00007fd71bfcc000)
	libQt5Widgets.so.5 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libQt5Widgets.so.5 (0x00007fd71b759000)
	libQt5QuickControls2.so.5 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libQt5QuickControls2.so.5 (0x00007fd71b525000)
	libQt5Quick.so.5 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libQt5Quick.so.5 (0x00007fd71ade8000)
	libQt5Multimedia.so.5 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libQt5Multimedia.so.5 (0x00007fd71aac8000)
	libQt5Gui.so.5 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libQt5Gui.so.5 (0x00007fd71a228000)
	libQt5Xml.so.5 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libQt5Xml.so.5 (0x00007fd719fe7000)
	libQt5Qml.so.5 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libQt5Qml.so.5 (0x00007fd719965000)
	libQt5WebSockets.so.5 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libQt5WebSockets.so.5 (0x00007fd719734000)
	libQt5Network.so.5 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libQt5Network.so.5 (0x00007fd719385000)
	libQt5Sql.so.5 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libQt5Sql.so.5 (0x00007fd71913a000)
	libQt5Core.so.5 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libQt5Core.so.5 (0x00007fd718915000)
	libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007fd718706000)
	libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fd7185b7000)
	libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007fd71859a000)
	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fd7183a8000)
	libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fd7183a2000)
	libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fd71837f000)
	libQt5QuickTemplates2.so.5 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libQt5QuickTemplates2.so.5 (0x00007fd717ffe000)
	libQt5QmlModels.so.5 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libQt5QmlModels.so.5 (0x00007fd717d79000)
	libpulse.so.0 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libpulse.so.0 (0x00007fd717b29000)
	libGL.so.1 => /lib/x86_64-linux-gnu/libGL.so.1 (0x00007fd717aa1000)
	libharfbuzz.so.0 => /lib/x86_64-linux-gnu/libharfbuzz.so.0 (0x00007fd71799c000)
	libdouble-conversion.so.1 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libdouble-conversion.so.1 (0x00007fd71778b000)
	libicui18n.so.60 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libicui18n.so.60 (0x00007fd7172e8000)
	libicuuc.so.60 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libicuuc.so.60 (0x00007fd716f30000)
	libglib-2.0.so.0 => /lib/x86_64-linux-gnu/libglib-2.0.so.0 (0x00007fd716e07000)
	/lib64/ld-linux-x86-64.so.2 (0x00007fd71cdfc000)
	libpulsecommon-11.1.so => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libpulsecommon-11.1.so (0x00007fd716b88000)
	libdbus-1.so.3 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libdbus-1.so.3 (0x00007fd71693b000)
	libGLdispatch.so.0 => /lib/x86_64-linux-gnu/libGLdispatch.so.0 (0x00007fd716881000)
	libGLX.so.0 => /lib/x86_64-linux-gnu/libGLX.so.0 (0x00007fd71684d000)
	libfreetype.so.6 => /lib/x86_64-linux-gnu/libfreetype.so.6 (0x00007fd71678e000)
	libgraphite2.so.3 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libgraphite2.so.3 (0x00007fd716561000)
	libicudata.so.60 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libicudata.so.60 (0x00007fd7149b8000)
	libpcre.so.3 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libpcre.so.3 (0x00007fd714744000)
	libxcb.so.1 => /lib/x86_64-linux-gnu/libxcb.so.1 (0x00007fd71471a000)
	libsystemd.so.0 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libsystemd.so.0 (0x00007fd714496000)
	libwrap.so.0 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libwrap.so.0 (0x00007fd71428c000)
	libsndfile.so.1 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libsndfile.so.1 (0x00007fd714013000)
	libasyncns.so.0 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libasyncns.so.0 (0x00007fd713e0d000)
	libapparmor.so.1 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libapparmor.so.1 (0x00007fd713bfb000)
	librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007fd713bf0000)
	libX11.so.6 => /lib/x86_64-linux-gnu/libX11.so.6 (0x00007fd713ab3000)
	libpng16.so.16 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libpng16.so.16 (0x00007fd713881000)
	libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007fd713865000)
	libXau.so.6 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libXau.so.6 (0x00007fd71365f000)
	libXdmcp.so.6 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libXdmcp.so.6 (0x00007fd713459000)
	liblzma.so.5 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/liblzma.so.5 (0x00007fd713233000)
	liblz4.so.1 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/liblz4.so.1 (0x00007fd713017000)
	libgcrypt.so.20 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libgcrypt.so.20 (0x00007fd712cfb000)
	libnsl.so.1 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libnsl.so.1 (0x00007fd712ae1000)
	libFLAC.so.8 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libFLAC.so.8 (0x00007fd712868000)
	libogg.so.0 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libogg.so.0 (0x00007fd71265f000)
	libvorbis.so.0 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libvorbis.so.0 (0x00007fd712434000)
	libvorbisenc.so.2 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libvorbisenc.so.2 (0x00007fd71218b000)
	libresolv.so.2 => /lib/x86_64-linux-gnu/libresolv.so.2 (0x00007fd71216f000)
	libbsd.so.0 => /home/ddennedy/Desktop/Shotcut/Shotcut.app/lib/libbsd.so.0 (0x00007fd711f58000)
	libgpg-error.so.0 => /lib/x86_64-linux-gnu/libgpg-error.so.0 (0x00007fd711f35000)

This topic was automatically closed after 90 days. New replies are no longer allowed.