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

Building and running locally always requests permission #1695

Open
adambossy opened this issue Nov 9, 2024 · 0 comments
Open

Building and running locally always requests permission #1695

adambossy opened this issue Nov 9, 2024 · 0 comments

Comments

@adambossy
Copy link

Describe the bug
When building and running the Amethyst project locally, I can't get the app to accept that I've granted it permission.

Applications:
Amethyst, Xcode, Mac OS System Settings

To Reproduce
Steps to reproduce the behavior:

  1. Build and run locally, either using "fastlane" from the project's root directory on the command-line, or using the Amethyst build in Xcode.
  2. Tap any of the keyboard shortcuts.

Expected behavior
The system should ask for permission once and accept my input. Instead, the system asks for permission and never seems to accept that it's been granted.

Screenshots
I keep seeing this dialog:
Screenshot 2024-11-09 at 1 40 26 PM

The permission is already granted:
Screenshot 2024-11-09 at 1 40 32 PM

I'm also seeing the console spew a bunch of "processNotFound" errors each time I tap a keyboard shortcut and the permission isn't recognized.

Screenshot 2024-11-09 at 1 48 39 PM

Versions:

  • macOS: 14.5
  • Amethyst:

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 14.5 (Build 23F79)

Screens:
	(0.0, 0.0, 5120.0, 1440.0) [(0.0, 0.0, 5120.0, 1440.0)]

Configuration:
follow-space-thrown-windows: 1
mod1: (
    option,
    shift
)
screen-padding-top: 0
float-small-windows: 1
screen-padding-right: 0
ignore-menu-bar: 0
mouse-follows-focus: 0
window-margins: 0
window-margin-size: 0
floating-is-blacklist: 1
new-windows-to-main: 0
enables-layout-hud-on-space-change: 1
window-minimum-width: 0
window-minimum-height: 0
layouts: (
    "middle-wide",
    "centered-resizable-pane-with-cols",
    "4column-left",
    "uniform-columns",
    fullscreen
)
use-canary-build: 0
window-resize-step: 5
floating: (
)
screen-padding-left: 0
focus-follows-mouse: 0
window-max-count: 0
mod2: (
    option,
    shift,
    control
)
enables-layout-hud: 1
screen-padding-bottom: 0
debug-layout-info: 1
restore-layouts-on-launch: 1

Manageable applications:
	iTerm2 (com.googlecode.iterm2)
	Spotify (com.spotify.client)
	Finder (com.apple.finder)
	Notion (notion.id)
	Google Chrome (com.google.Chrome)
	Arc (company.thebrowser.Browser)
	Cursor (com.todesktop.230313mzl4w4u92)
	Reminders (com.apple.reminders)
	Console (com.apple.Console)
	Xcode (com.apple.dt.Xcode)
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