gtk file chooser
This commit is contained in:
parent
9de49aef25
commit
8df97b9dee
1 changed files with 2 additions and 1 deletions
|
|
@ -16,8 +16,9 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
config = {
|
config = {
|
||||||
common = {
|
common = {
|
||||||
# Ensure GNOME backend handles file dialogs for Electron apps.
|
# Use GTK portal for file chooser to avoid hard dependency on Nautilus.
|
||||||
default = "gnome";
|
default = "gnome";
|
||||||
|
"org.freedesktop.impl.portal.FileChooser" = "gtk";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
extraPortals = [
|
extraPortals = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue