Home
|
FAQ
|
Feedback
|
Licence
|
Updates
|
Mirrors
|
Keys
|
Links
|
Team
Download:
Stable
·
Snapshot
|
Docs
|
Privacy
|
Changes
|
Wishlist
In the Unix GUI versions of PuTTY tools (pterm/putty/puttytel), some settings can be configured via X resources (if running under X11), and/or the -xrm argument. (This is mainly intended/documented for pterm.)
In version 0.71, if a session was started in one of those tools without using a saved session, and the 'Default Settings' pseudo-session had never been explicitly saved by the user, any configuration in X resources or -xrm arguments would be ignored.
A workaround is to ensure that the 'Default Settings' file exists (even if empty). For most configurations of PuTTY, this should work (you may need to create the intervening directories first):
touch ~/.putty/sessions/Default%20Settings
For some setting types, this was fixed in version 0.72. (Boolean settings were ignored for rather longer; see x-bool-settings-ignored.)