https://bugs.kde.org/show_bug.cgi?id=402346

Thomas Debesse <d...@illwieckz.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |d...@illwieckz.net

--- Comment #3 from Thomas Debesse <d...@illwieckz.net> ---
Note that the right path to store this file must not be %LOCALAPPDATA%/digikam
but must be %APPDATA%/digikam

In fact, KDE inherits a Qt bug: %LOCALAPPDATA% is a directory that is local to
a machine, it's meant for local cache and is disposable. %APPDATA% is the user
directory that is kept whatever the machine it uses.

In a network-based environment, where the user is working on a network domain,
%APPDATA% roams across the machines, %LOCALAPPDATA% not. %LOCALAPPDATA% must
not be used for configuration since the user can't read the configuration when
he connects from another computer or replace its computer (or if an hardware
failure occurs).

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to