summaryrefslogtreecommitdiff
path: root/x11-libs/gtk+:3/other__default-settings.patch
diff options
context:
space:
mode:
Diffstat (limited to 'x11-libs/gtk+:3/other__default-settings.patch')
-rw-r--r--x11-libs/gtk+:3/other__default-settings.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/x11-libs/gtk+:3/other__default-settings.patch b/x11-libs/gtk+:3/other__default-settings.patch
new file mode 100644
index 0000000..da1960f
--- /dev/null
+++ b/x11-libs/gtk+:3/other__default-settings.patch
@@ -0,0 +1,16 @@
+diff --color -U 5 -r -Z -B ./org/gtk/org.gtk.Settings.FileChooser.gschema.xml ./mod/gtk/org.gtk.Settings.FileChooser.gschema.xml
+--- org/gtk/org.gtk.Settings.FileChooser.gschema.xml 2016-10-22 06:17:51.000000000 +0200
++++ mod/gtk/org.gtk.Settings.FileChooser.gschema.xml 2017-10-30 21:18:17.206979350 +0100
+@@ -117,11 +117,11 @@
+ <description>
+ The size (width, height) of the GtkFileChooserDialog's window, in pixels.
+ </description>
+ </key>
+ <key name='startup-mode' enum='org.gtk.Settings.FileChooser.StartupMode'>
+- <default>'recent'</default>
++ <default>'cwd'</default>
+ <summary>Startup mode</summary>
+ <description>
+ Either "recent" or "cwd"; controls whether the file chooser
+ starts up showing the list of recently-used files, or the
+ contents of the current working directory.