summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorErnestas Kulik <ernestask@gnome.org>2018-01-10 17:02:16 +0200
committerErnestas Kulik <ernestask@gnome.org>2018-01-16 13:23:54 +0200
commitf0df1fc510bcc1007256612380a85d2373b66552 (patch)
tree9a7f9e7d47c5cc8b0cf0473f24903befc66d5065 /data
parent00aeafd304a5f66c6ff885e161d4e1986636fe17 (diff)
downloadnautilus-f0df1fc510bcc1007256612380a85d2373b66552.tar.gz
general: only remember window size
Currently, Nautilus is able to save the last window position when it’s closed. That is broken in certain cases (#197 and multi-monitor setups in general) and therefore window placement is best left to the window manager.
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.nautilus.gschema.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/data/org.gnome.nautilus.gschema.xml b/data/org.gnome.nautilus.gschema.xml
index 7ad4df3b6..6dbcf9fa0 100644
--- a/data/org.gnome.nautilus.gschema.xml
+++ b/data/org.gnome.nautilus.gschema.xml
@@ -264,11 +264,10 @@
</schema>
<schema path="/org/gnome/nautilus/window-state/" id="org.gnome.nautilus.window-state" gettext-domain="nautilus">
- <key type="s" name="geometry">
- <default>''</default>
-
- <summary>The geometry string for a navigation window</summary>
- <description>A string containing the saved geometry and coordinates string for navigation windows.</description>
+ <key type="(ii)" name="initial-size">
+ <default>(890, 550)</default>
+ <summary>Initial size of the window</summary>
+ <description>A tuple containing the initial width and height of the application window.</description>
</key>
<key type="b" name="maximized">
<default>false</default>