Skip to content

Commit 82281bc

Browse files
committed
Fix for GNOME Console scroll wheel not working
1 parent 6f4c1d7 commit 82281bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/configure-system.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1525,9 +1525,9 @@ fi
15251525
if does_bin_exist 'kgx'; then
15261526
GNOME_CONSOLE_SCHEMA='org.gnome.Console'
15271527

1528+
# Do not set 'last-window-maximised' as that breaks scrolling with the wheel for some reason
15281529
set_gsettings "${GNOME_CONSOLE_SCHEMA}" \
15291530
'ignore-scrollback-limit' true \
1530-
'last-window-maximised' false \
15311531
'restore-window-size' false
15321532
fi
15331533
if does_bin_exist 'gnome-terminal'; then

0 commit comments

Comments
 (0)