with Kubuntu 22.04.3 LTS x86_64
the 179 character command below, did not work.
refer:
How to change gnome-terminal scrollback lines from command line
gsettings set org.gnome.Terminal.Legacy.Profile:/org/gnome/terminal/legacy/profiles:/:$(gsettings get org.gnome.Terminal.ProfilesList default | tr -d \')/ scrollback-lines 250000
2 outputs from above 179 character command:
No such schema “org.gnome.Terminal.ProfilesList” and
No such schema “org.gnome.Terminal.Legacy.Profile”
Explain and
what is the correct command to
change scrollback from command line?
--