[Linux] "Open with" context menu doesn't work (0.88)
Posted: Fri Mar 02, 2018 2:02 am
In Viewer Mode, the Open With context menu fails to start the configured applications with the currently viewed file as argument.
I have tried adding "gimp", "gimp-2.8", "gimp.desktop", and xnviewmp does find the specified paths but nothing happens. I saw this error (with strace) around the time the element is clicked in the menu, but it might not be related:
This is on Arch Linux. Can anyone reproduce?
Is there any documentation about the arguments the user can supply to these "open with" programs anyway? I have tried %U, %F, but I have no idea...
I have tried adding "gimp", "gimp-2.8", "gimp.desktop", and xnviewmp does find the specified paths
Code: Select all
lstat("/usr/bin/gimp", {st_mode=S_IFLNK|0777, st_size=8, ...}) = 0
Code: Select all
poll([{fd=5, events=POLLIN}, {fd=7, events=POLLIN}, {fd=13, events=POLLIN}, {fd=14, events=POLLIN}, {fd=20, events=POLLIN}], 5, 1425GEGL-geglmodule.c-Message: Module '/usr/lib/gegl-0.2/exr-save.so' load error: /usr/lib/libIlmImf-2_2.so.22: undefined symbol: _ZN7Iex_2_27BaseExc6assignERNSt7__cxx1118basic_stringstreamIcSt11char_traitsIcESaIcEEE
) = 1 ([{fd=5, revents=POLLIN}])
Is there any documentation about the arguments the user can supply to these "open with" programs anyway? I have tried %U, %F, but I have no idea...