Opened 15 years ago
Last modified 9 years ago
#862 new defect
Changes of user settings in one HL application are not reflected in another HL application
Reported by: | gkronber | Owned by: | gkronber |
---|---|---|---|
Priority: | low | Milestone: | HeuristicLab 3.3.x Backlog |
Component: | PluginInfrastructure | Version: | 3.3 |
Keywords: | Cc: |
Description (last modified by gkronber)
User settings are stored in an AppDomain-specific directory in the user home. The plugin infrastructure sets a different application-specific name for each AppDomain -> changes of user settings in one HL application are not reflected in another HL application.
Description of #861: user (changeable) settings are directly associated with the AppDomain. They are stored at the corresponding path ~/AppData/Local/HeuristicLab/<AppDomain>_StrongName_<ARandomKey>/<AssemblyVersion>/user.config
This defeats the purpose of applications that are solely for configuring settings (such as "Persistence Config")
There should be a single point for managing all HeursiticLab user settings regardless of application (domain).
Change History (9)
comment:1 Changed 15 years ago by gkronber
- Status changed from new to assigned
comment:2 Changed 15 years ago by gkronber
comment:3 Changed 15 years ago by gkronber
- Description modified (diff)
Copied description from duplicate ticket #861.
comment:4 Changed 15 years ago by gkronber
The problem still remains for settings changed in the installation manager front-end.
comment:5 Changed 15 years ago by gkronber
- Status changed from assigned to new
comment:6 Changed 14 years ago by gkronber
- Version changed from 3.2 to 3.3
comment:7 Changed 12 years ago by gkronber
- Priority changed from medium to lowest
comment:8 Changed 11 years ago by gkronber
- Priority changed from lowest to low
comment:9 Changed 9 years ago by gkronber
See related ticket #2522
Implemented quick fix with r2738.