Bug 387626

Summary: wrong default APPDATA folder on Windows
Product: [Applications] LabPlot2 Reporter: Uwe Stöhr <uwestoehr>
Component: generalAssignee: Stefan Gerlach <stefan.gerlach>
Status: RESOLVED FIXED    
Severity: normal CC: simonandric5, stefan.gerlach
Priority: NOR    
Version: latest   
Target Milestone: ---   
Platform: Microsoft Windows   
OS: Microsoft Windows   
Latest Commit: Version Fixed In:

Description Uwe Stöhr 2017-12-05 19:59:41 UTC
LabPlot stores its settings on Windows in the folder.

C:\Users\<user_name>\AppData\Local

this does not follow the Windows specifications that requires the folder

C:\Users\<user_name>\AppData\Roaming\<program name>

see https://www.microsoft.com/en-us/wdsi/help/folder-variables
Comment 1 Stefan Gerlach 2018-02-10 11:12:02 UTC
this is fixed in the latest rc8 package at [1] by patching ksharedconfig.h

[1] https://theorie.physik.uni-konstanz.de/gerlach/labplot/labplot-2.5.0rc8-64bit-setup.exe
Comment 2 Uwe Stöhr 2018-02-12 00:23:14 UTC
Many thanks! I'll try to find some time and provide a Win installer.