solvespace/pkg
Adam Novak ddeab11615 Bypass desktop portal in Snap
This will fix https://github.com/solvespace/solvespace/issues/1067 by setting
GTK_USE_PORTAL=0 in the Snap package. This will use a file chooser from the
point of view of the application to open and save files, instead of using the
"desktop portal" where the chooser runs outside the snap and the file is
exposed dynamically into the snap at an automatically generated path.

This will allow files used in assemblies to be seen by SolveSpace as being at
their real paths, so the references to them will be saved as proper
relative-path references based on where the files actually are, instead of as
references to where the portal has exposed them.

The downside is that without the portal you can't point the application at
files that *aren't* exposed to the Snap.
2023-12-31 09:25:04 -05:00
..
flatpak flatpak: Keep CLI enabled 2022-07-08 17:26:19 +03:00
snap Bypass desktop portal in Snap 2023-12-31 09:25:04 -05:00