-
-
Notifications
You must be signed in to change notification settings - Fork 185
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
[General]: On Sequoia 15.1 (Intel) Emacs.app does not run and has permissions errors #742
Comments
I've run into the same issues on a 2020 MacBook Pro (Intel). I've tried emacs-plus@30, but ran into the same permission issues. FWIW, you can still open emacs if you invoke from the command line:
Additionally, Finder has no problems opening Emacs.app from the version installed via emacsforosx.com. |
Same issue here after upgrading to macOS 15.1, 2019 Macbook Pro (Intel), but it works fine on Mac mini with Apple Silicon chips |
Same issue on MacOS 15.1 Intel Mac |
I saw it too: #741 |
I had the same issue after upgrading to 15.1 on an Intel Mac along with an Xcode command line tools update. I was able to work for a few days by running it in daemon mode but today I finally found a fix to let the standalone app launch from the GUI:
After doing codesign I was able to launch Emacs normally from Finder, the Dock, etc. |
just to explain a few deleted comments |
@jester7 thanks for sharing a workaround; let me pin it |
I just wanted to report back that @jester7 workaround works perfectly. Thanks! |
The below worked for me, note codesign --force --deep --sign - -v --strip-disallowed-xattrs /usr/local/Cellar/emacs-plus@29/29.4/Emacs.app |
Working workaround: #742 (comment)
Issue description
I can run emacs from the terminal
emacs
and get the GUI.When I click it through Launchpad I get:
The application “Dock” does not have permission to open “(null).”
and when I double click on Finder/Applications/Emacs.app
, I getThe application “Finder” does not have permission to open “Emacs.”
I use
osascript -e 'tell application "Finder" to make alias file to posix file "/usr/local/opt/emacs-plus@29/Emacs.app" at POSIX file "/Applications" with properties {name:"Emacs.app"}'
and that has worked up until now.I recently reinstalled emacs (many times) due to the libgccjit issue in homebrew. Emacs seems to work fine, its just
Emacs.app
that doesnt work. While troubleshooting that issue (which ended up being an issue with libgccjit on Sequoia for Intel), I uninstalled gcc, libgccjit and emacs.I tried:
That did not change anything.
That did not change anything.
I dont see anything in the security and permissions, and nothing I am doing is any different from the many other times I have upgraded.
The output of
open -a /Applications/Emacs.app
is:Any troubleshooting tips here? Has anyone seen this before?
My install:
brew install emacs-plus@29 --with-native-comp --with-mailutils --with-poll --with-savchenkovaleriy-big-sur-icon
The text was updated successfully, but these errors were encountered: