chadtree
chadtree copied to clipboard
Opening file fails
On my system, opening a file invokes the open
command with --
as second parameter, which is doesn't understand. Somewhat similar to #149. I am running Debian bookworm with i3.
My suggestion is to swap the tests for open
and xdg-open
at open_system.py so xdg-open
is used whenever it is available, and only trying the non-standard open
if that fails.