-
|
I want to integrate Gitfourchette in Thunar file manager so I created a custom action as following: Unfortunately it doesn't work fine and throw to me this error: I tried to call it from the terminal but I encounter same issue: Flatpack permissions: $ flatpak info --show-permissions org.gitfourchette.gitfourchette
[Context]
shared=network;ipc;
sockets=x11;wayland;fallback-x11;
filesystems=home;/home/laptop/.themes;xdg-config/kdeglobals:ro;/usr/share/themes;host;
[Session Bus Policy]
com.canonical.AppMenu.Registrar=talk
org.kde.kconfig.notify=talk
org.kde.KGlobalSettings=talk
org.freedesktop.Flatpak=talk
org.kde.kdeconnect=talk
org.freedesktop.FileManager1=talk
[Environment]
GTK_THEME=Mint-Y-Dark-Aqua
QTWEBENGINEPROCESS_PATH=/app/bin/QtWebEngineProcess
PYTHONPYCACHEPREFIX=
QT_STYLE_OVERRIDE=Adwaita-darkMy repository is valid (git-cola works fine) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
In your logs, it looks like the path that is being passed is a subdirectory within the repo. In Currently, when launching GitFourchette from the command line, you should pass the root of the repo; files or folders within the repo won't work. If you execute your Thunar action on the root of your repo, it should work. Still, it would be useful to be able to pass arbitrary paths within the repo (like I'm assuming you did), so I'll fix this in the next release. |
Beta Was this translation helpful? Give feedback.
-
|
This should be fixed in v1.2.0! Let me know if it doesn't work for you. |
Beta Was this translation helpful? Give feedback.
This should be fixed in v1.2.0! Let me know if it doesn't work for you.