fix(portal): add xdg-desktop-portal-gtk for freecad file chooser
FreeCAD's save/open dialogs require the GTK portal backend for the file chooser D-Bus service. The bare gtk3 package doesn't provide this, so replace it with the portal package in the system config.
This commit is contained in:
@@ -229,6 +229,7 @@
|
||||
# Enable necessary services
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
|
||||
};
|
||||
|
||||
services.pcscd.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user