You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Geany does not support gvfs access without gvfs-fuse. I also can't meaningfully reproduce it on my Plasma system, because if I use Dolphin's network browser and open a file through Geany, the document portal forwards the file and all reads/writes to it. I can tell because I see /run/doc/... in the titlebar. But when you use the open and save options within Geany, the native GTK chooser appears instead of the portal-based chooser, because Geany wants to be able to change the encoding when opening a file. Also, the developers don't seem to want to use portals. I wonder if I could talk them into an option to use GtkFileChooserNative; is it a particularly common need to want to change the file encoding on open?
EDIT: Though now that I think about it, when a file is opened via the document portal, the TreeBrowser plugin breaks in a way. It doesn't show you the real directory structure of the folder containing the file you opened; it shows you what's in the document store because there's not currently any portal/sandbox-safe way to do that. This particular usecase has been bikeshedded to hell for years, and if there's ever a real fix, it won't be for at least a couple more years, and it could end up being another API for Geany's developers to be convinced to support.
So if you need proper GVFS support, I would recommend not using Geany.
Ubuntu 22.04, latest package versions of everything required.
I cannot access gvfs mounted SSH folders (those mounted by Nautilus → Ctrl+L → ssh://user@server). Using Flatseal I added some settings according to https://docs.flatpak.org/en/latest/sandbox-permissions.html#gvfs-access which allowed loading files.
![image](https://private-user-images.githubusercontent.com/1557341/301556916-f8521686-a00f-4582-99ae-a1c28aae42aa.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzOTc0NjksIm5iZiI6MTczOTM5NzE2OSwicGF0aCI6Ii8xNTU3MzQxLzMwMTU1NjkxNi1mODUyMTY4Ni1hMDBmLTQ1ODItOTlhZS1hMWMyOGFhZTQyYWEucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTJUMjE1MjQ5WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NDM1NzUxZGFmM2YxZDllNTFmYjk1NzYwMTNjYzhkMjI1MjU5OTY4OTdkYTJhY2NkZDRjOWU5Y2VmZjZhOTZhNSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.OamlEg7CfTdTNHyv-os8ZMb5NiqKb4QhI04ocWP9vMw)
![image](https://private-user-images.githubusercontent.com/1557341/301556253-14a27345-3fb9-4855-b21f-69db702f968d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzOTc0NjksIm5iZiI6MTczOTM5NzE2OSwicGF0aCI6Ii8xNTU3MzQxLzMwMTU1NjI1My0xNGEyNzM0NS0zZmI5LTQ4NTUtYjIxZi02OWRiNzAyZjk2OGQucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTJUMjE1MjQ5WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9Y2RkZGQxYTkzMjFiYTRiODZmMjY4NzJmODhmNWFiNDIwMDI3MzJiNjc1ZTQxMzllZmUxNTliZWEwZWJmNWNkYiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.43_8T33iulRqDOG0iCGjsaHG2INywBMnNX1wdPooCsw)
Just adding
xdg-run/gvfsd
didn't suffice, I had to addxdg-run/gvfs
. Saving doesn't work though.The text was updated successfully, but these errors were encountered: