flatpaks dont launch
hello! i have an issue with flatpaks seemingly not able to launch. they appear to be attempting to link against libs in
/usr/lib/x86_64-linux-gnu
but the libs its looking for are under /usr/lib64
. i tried launching the flatpak with the --env
option to override LD_LIBRARY_PATH
but that didnt appear to override it like i thought it would. anyone experienced this?
7 Replies
Is this for all flatpaks?
Dependencies like that should be pulled from the flatpak rather than the host
im not entirely sure, but its definitely at least firefox and discord. ill check to see if others do the same thing
ya it appears to be all flatpaks and they give me the same kinds of errors but about different libs
Solution
Try a flatpak repair
i tried that and a reboot, but the problem persists
so my question is about if the libs should exist in
/usr/lib64
or /usr/lib/x86_64-linux-gnu
These are within flatpak
Nothing to do with us
On top of that we all have exactly the same /usr/ folder
If what you were describing was actually a problem it would affect everyone
Basically I would just not waste my time looking into that folder anymore
okay so i got it working. the
flatpak repair
did work, but only for user apps and since the apps that were broken were system apps, i had to use sudo
on the repair
easy solution. thanks for looking at it!