User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.3) Gecko/20060513 Ubuntu/dapper Firefox/1.5.0.3 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.3) Gecko/20060513 Ubuntu/dapper Firefox/1.5.0.3 Seems like for a new user with no .config/Terminal/terminalrc, toggling some settings via edit/preferences does not persist. A terminalrc is not created. I could reproduce with Appearance display menubar, and most checkboxes in General Seemed to work with Appearance display toolbar. https://launchpad.net/distros/ubuntu/+source/xfce4-terminal/+bug/41791/ Reproducible: Always Steps to Reproduce: 1.create new user and log in 2.start terminal, toggle the scroll on output switch 3.exit and restart was a new terminalrc created?
Created attachment 558 Suggested patch This patch should fix the problem.
yes, this made it work for the cases that did not before.
Committed with revision 21732. 2006-05-20 Benedikt Meurer <benny@xfce.org> * terminal/terminal-preferences.c(terminal_preferences_set_property): Start with the default value, otherwise several settings will not be saved properly. Bug #1821.