You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The provider "SuperPutty.Utils.PortableSettingsProvider" is not specified as the provider for all settings. This causes SuperPutty settings to be saved to the users profile instead of the SuperPutty.settings. This causes external application paths such as FileZilla or WinSCP to be lost when SuperPutty is used on portable storage.
Notice that the FileZilla path is stored in:
%UserProfile%\AppData\Local\http___www.jimradford.com\SuperPutty.exe_Url_...\1.4.0.9\user.config
instead of:
SuperPuTTY.settings (independent of the settings being in the user profile root or application folder)
Expected behavior
user.config file should not be generated and all settings should be stored in SuperPuTTY.settings
Screenshots
Desktop (please complete the following information):
OS: Windows 10
Additional context
When built with "SuperPutty.Utils.PortableSettingsProvider" specified as provider for all settings, the application works and stores settings as expected.
The text was updated successfully, but these errors were encountered:
AndrewJoncas
changed the title
Settings are stored in incorrect located due to SuperPutty.Utils.PortableSettingsProvider not being specified
Settings are stored in incorrect location due to SuperPutty.Utils.PortableSettingsProvider not being specified
Jul 7, 2020
Describe the bug
The provider "SuperPutty.Utils.PortableSettingsProvider" is not specified as the provider for all settings. This causes SuperPutty settings to be saved to the users profile instead of the SuperPutty.settings. This causes external application paths such as FileZilla or WinSCP to be lost when SuperPutty is used on portable storage.
Settings Affected:
PscpHomePrefix
AutoUpdateCheck
PscpRootHomePrefix
Action_OpenScriptEditor_Shortcut
SessiontreeShowFoldersFirst
FileZillaExe
WinSCPExe
PersistCommandBarHistory
AllowPlainTextPuttyPasswordArg
PuttyDefaultParameters
SaveCommandHistoryDays
CommandBarHistory
To Reproduce
Steps to reproduce the behavior:
%UserProfile%\AppData\Local\http___www.jimradford.com\SuperPutty.exe_Url_...\1.4.0.9\user.config
instead of:
SuperPuTTY.settings (independent of the settings being in the user profile root or application folder)
Expected behavior
user.config file should not be generated and all settings should be stored in SuperPuTTY.settings
Screenshots
Desktop (please complete the following information):
Additional context
When built with "SuperPutty.Utils.PortableSettingsProvider" specified as provider for all settings, the application works and stores settings as expected.
The text was updated successfully, but these errors were encountered: