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

Amethyst Not Saving Settings Modifications #1690

Open
garrofederico opened this issue Oct 25, 2024 · 3 comments
Open

Amethyst Not Saving Settings Modifications #1690

garrofederico opened this issue Oct 25, 2024 · 3 comments
Labels

Comments

@garrofederico
Copy link

garrofederico commented Oct 25, 2024

Describe the bug

I’m experiencing an issue where Amethyst does not save any modifications to its settings. After making changes, the settings do not persist after restarting the application. It always comes back to default, making Amethyst unusable.

Actual Behavior:
Changes to settings are not saved, and they revert to the default values upon relaunching Amethyst.

Additional Information:

The preferences file (com.amethyst.Amethyst.plist) is not being created or updated.
I have tried reinstalling it and deleting this files to see if something changes, but I noticed it doesn't get created

To Reproduce
Steps to reproduce the behavior:

  1. Install Amethyst using Homebrew.
  2. Launch Amethyst.
  3. Modify any settings in the preferences.
  4. Close Amethyst and relaunch the application.
  5. Notice that the settings have reverted to their defaults.

Expected behavior
Settings should be saved and persist across application restarts.

Versions:

  • macOS: Version 15.0.1 (Build 24A348)
  • Amethyst: 0.21.2 (112)

Debug Info

$ /Applications/Amethyst.app/Contents/MacOS/Amethyst --debug-info [--include-apps]

Note: --include-apps will list your manageable applications, but is optional if you don't want to list that.

Version: 0.21.2 (112)

OS version: Version 15.0.1 (Build 24A348)

Screens:
(0.0, 0.0, 1470.0, 956.0) [(0.0, 0.0, 1470.0, 956.0)]
(-79.0, 956.0, 1680.0, 1050.0) [(-79.0, -1050.0, 1680.0, 1050.0)]

Configuration:

Manageable applications:
System Settings (com.apple.systempreferences)
Finder (com.apple.finder)
Karabiner-Elements (org.pqrs.Karabiner-Elements.Settings)
ChatGPT (com.openai.chat)
Google Chrome (com.google.Chrome)
Notion (notion.id)
Arc (company.thebrowser.Browser)
iTerm2 (com.googlecode.iterm2)

@hukacode
Copy link

Here is my
/Applications/Amethyst.app/Contents/MacOS/Amethyst --debug-info [--include-apps]

Version: 0.21.2 (112)

OS version: Version 15.1.1 (Build 24B91)

Screens:
	(0.0, 0.0, 1792.0, 1120.0) [(0.0, 0.0, 1792.0, 1120.0)]

Configuration:
screen-padding-left: 0
smart-window-margins: 0
window-margins: 1
mod1: (
    option,
    shift,
    command
)
enables-layout-hud-on-space-change: 0
debug-layout-info: 0
enables-layout-hud: 0
screen-padding-top: 0
window-margin-size: 10
restore-layouts-on-launch: 1
mod2: (
    option,
    shift,
    control,
    command
)
mouse-follows-focus: 0
ignore-menu-bar: 0
layouts: (
    tall,
    fullscreen,
    bsp
)
mouse-resizes-windows: 1
new-windows-to-main: 0
floating-is-blacklist: 1
screen-padding-right: 0
screen-padding-bottom: 0
focus-follows-mouse: 0
window-resize-step: 5
window-minimum-width: 0
follow-space-thrown-windows: 1
mouse-swaps-windows: 1
floating: (
)
window-max-count: 0
use-canary-build: 0
float-small-windows: 1
window-minimum-height: 0

@vikin91
Copy link

vikin91 commented Jan 6, 2025

The bug I opened recently #1714 is related.

@ianyh
Copy link
Owner

ianyh commented Jan 25, 2025

I think this is a brew thing. I'll try to test it out.

@ianyh ianyh added the bug label Jan 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants