Configure OpenWith program
Posted: Tue Sep 03, 2024 7:32 pm
I am trying to configure an "Open with" program to open pictures. When I try to use it, nothing happens and I am not able to debug it.
The script I want to configure is:
Both "path to venv" and "path" are absolute paths on Linux. If I try this command manually from any directory, it opens correctly.
In the configuration window, I tried to put python3 program and script as argument, or both together, but with no success.
Any help?
The script I want to configure is:
Code: Select all
<path to venv>/bin/python3 <path>/script.py <images>
In the configuration window, I tried to put python3 program and script as argument, or both together, but with no success.
Any help?