sioyek-python-extensions
sioyek-python-extensions copied to clipboard
Issue with user prefs_user config and flatpak
just wondering what the user prefs file should look like if one is using the flatpak version of sioyek. right now i'm using:
new_command _dual_panelify python3 -m sioyek.dual_panelify "flatpak run com.github.ahrm.sioyek" "%{file_path}" "%{command_text}"
but it doesn't work.
have also tried:
new_command _dual_panelify python3 -m sioyek.dual_panelify "/var/lib/flatpak/exports/bin/com.github.ahrm.sioyek" "%{file_path}" "%{command_text}"
I don't know, you should contact the flatpak maintainer about this.
ok thanks.