
▲ 5 r/GIMP
Had to resort to sudo xkill to shutdown a frozen Gimp instance. Now Gimp takes 15 seconds to open and has a white instead of brown icon
u/rickson56 — 2 days ago

OS is Ubuntu 22 with Flatpak with version 0.41.
I executed the following command to get the location of mpv in flatpak:flatpak info --show-location io.mpv.Mpv
Result is:
/var/lib/flatpak/app/io.mpv.Mpv/x86_64/stable/a3f2f57eee44cc76c980f5ca7b5aef1754e5dc4a0e72a3968200e67848f84d01
I do a search for mpv and find:./files/bin/mpv-bin
Attempting to add that path to SMPlayer > Options > Preferences > General > Multimedia Engine > Other and path of
/var/lib/flatpak/app/io.mpv.Mpv/x86_64/stable/a3f2f57eee44cc76c980f5ca7b5aef1754e5dc4a0e72a3968200e67848f84d01/files/bin/mpv-bin
Results in errorExit code 127
Was wondering if anyone else experienced with this with Flatpak MPV?
These are my flatseal settings
https://imgur.com/cRnHb5f
I executed the following commands successfully:flatpak run io.mpv.Mpv --versionxdg open <path to video file> ; opens with MPV
The following failed:flatpak run io.mpv.Mpv '/media/e disk/Videos/file.mp4'
Output:
[file] Cannot open file '/media/e disk/Videos/file.mp4': No such file or directory
Failed to open /media/e disk/Videos/file.mp4.
Exiting... (Errors when loading file)