Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Proper Preferences Management for macOS #1302

Open
TomBoehm opened this issue Apr 29, 2024 · 0 comments
Open

Feature Request: Proper Preferences Management for macOS #1302

TomBoehm opened this issue Apr 29, 2024 · 0 comments

Comments

@TomBoehm
Copy link

Is your feature request related to a problem? Please describe.

At the moment LocalSend stores preferences in
~/Library/Containers/org.localsend.localsendApp/Data/Library/Preferences/org.localsend.localsendApp.plist
or
~/Library/Preferences/org.localsend.localsendApp.plist
depending if installed via AppStore or DMG

Both are in the user home => per user
I have 25 iMacs where different users log in with their Azure credentials, so I want to set preferencess per device like:
flutter.ls_alias
iMac01

Describe the solution you'd like

Usually /Library/Preferences/org.localsend.localsendApp.plist (Top Level Library) would be the place to achieve that.
With a behaviour:
If a is defined in top level /Library/Preferences => use that
If the is not defined => let the user decide and store it in ~/Library/Preferences

Describe alternatives you've considered

Instead of placing a file in /Library/Preferences/org.localsend.localsendApp.plist those settings could be deployed as MDM profile

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant