tuba: document an alternative fix

This commit is contained in:
Colin 2023-10-01 18:47:47 +00:00
parent 7a6981253b
commit 97dd84ed71

View File

@ -14,6 +14,12 @@
--prefix GDK_DEBUG , no-portals
)
'';
# alternative to disabling portals is to remove the filters on FileDialogs.
# done like so (but would want to apply to the other dialogs too)
# postPatch = (upstream.postPatch or "") + ''
# substituteInPlace src/Dialogs/ProfileEdit.vala \
# --replace "default_filter = filter" ""
# '';
});
suggestedPrograms = [ "gnome-keyring" ];
};