Murmele / Gittyup

Understand your Git history!
https://murmele.github.io/Gittyup
MIT License
1.56k stars 113 forks source link

Discard files error (Flatpak) #641

Closed ajoaespinola closed 1 year ago

ajoaespinola commented 1 year ago

Hello everyone:

When I try to discard some unstaged files I have the following error: "Unable to discard '12 files' - could not rmdir '/run/flatpak/doc/899d3503/project folder here/.gitignore': Transport endpoint is not connected"

image

After that, when I right click in each unstaged file, the options menu doesn't appear anymore.

Murmele commented 1 year ago

Where is the git repository stored? The flatpak package supports only the home directory as location. If you are using another location you can try out Flatseal. There you can add also permission for other folders

ajoaespinola commented 1 year ago

Perfect! It works!. Downloaded Flatseal, add the folder in the "Other files" section. Done. Thanks!

image

Murmele commented 1 year ago

Great thanks for the Feedback! :)