We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f4c1d7 commit 82281bcCopy full SHA for 82281bc
1 file changed
scripts/configure-system.sh
@@ -1525,9 +1525,9 @@ fi
1525
if does_bin_exist 'kgx'; then
1526
GNOME_CONSOLE_SCHEMA='org.gnome.Console'
1527
1528
+ # Do not set 'last-window-maximised' as that breaks scrolling with the wheel for some reason
1529
set_gsettings "${GNOME_CONSOLE_SCHEMA}" \
1530
'ignore-scrollback-limit' true \
- 'last-window-maximised' false \
1531
'restore-window-size' false
1532
fi
1533
if does_bin_exist 'gnome-terminal'; then
0 commit comments