Bug 5660 - User specific application data is stored in incorrect location on macOS client
Summary: User specific application data is stored in incorrect location on macOS client
Status: NEW
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Client (show other bugs)
Version: 4.3.0
Hardware: PC Unknown
: P2 Normal
Target Milestone: LowPrio
Assignee: Bugzilla mail exporter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-29 14:56 CEST by Henrik Andersson
Modified: 2023-05-23 13:36 CEST (History)
2 users (show)

See Also:
Acceptance Criteria:


Attachments

Description Henrik Andersson cendio 2015-09-29 14:56:05 CEST
OS X uses the library folder "Application Support" as a place for application specific data files, which not will break application if removed, such as config and log files.

Apples users are tamed to remove application specific "Application Support" folder to reset application configuration / templates files etc and we should go the same route. This means that we should move probably everything stored in ~/.tlclient to ~/Library/Application Support/...

The same goes for system wide configuration which lives in Bug 5659.

Reference:
https://developer.apple.com/library/mac/documentation/General/Conceptual/MOSXAppProgrammingGuide/AppRuntime/AppRuntime.html

Note You need to log in before you can comment on or make changes to this bug.