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

[Hide All Apps] ... #15403

Open
vyshakTs opened this issue Nov 16, 2024 · 1 comment
Open

[Hide All Apps] ... #15403

vyshakTs opened this issue Nov 16, 2024 · 1 comment
Labels
bug Something isn't working extension: hide-all-apps Issues related to the hide-all-apps extension extension Issues related to one of the extensions in the Store

Comments

@vyshakTs
Copy link

Extension

https://www.raycast.com/peduarte/hide-all-apps

Raycast Version

v1.85.2

macOS Version

14.6

Description

Error:

Error: Command failed with exit code 1: osascript -e 
activate application "Finder"
tell application "System Events"
    set visible of processes where name is not "Finder" to false
end tell
tell application "Finder" to set collapsed of windows to true
  
72:119: execution error: Not authorised to send Apple events to System Events. (-1743)

activate application "Finder"
tell application "System Events"
    set visible of processes where name is not "Finder" to false
end tell

Steps To Reproduce

when selecting hide all apps

Current Behaviour

finder window shows up and when checking extention in raycast something went wrong error is shown

Expected Behaviour

all app should be hidden and desktop should be there

@vyshakTs vyshakTs added bug Something isn't working extension Issues related to one of the extensions in the Store labels Nov 16, 2024
@raycastbot
Copy link
Collaborator

Thank you for opening this issue!

🔔 @peduarte @pernielsentikaer @andrewsardone you might want to have a look.

💡 Author and Contributors commands

The author and contributors of peduarte/hide-all-apps can trigger bot actions by commenting:

  • @raycastbot close this issue Closes the issue.
  • @raycastbot close as not planned Closes the issue as not planned.
  • @raycastbot rename this issue to "Awesome new title" Renames the issue.
  • @raycastbot reopen this issue Reopens the issue.
  • @raycastbot assign me Assigns yourself to the issue.
  • @raycastbot good first issue Adds the "Good first issue" label to the issue.
  • @raycastbot keep this issue open Make sure the issue won't go stale and will be kept open by the bot.

@raycastbot raycastbot added the extension: hide-all-apps Issues related to the hide-all-apps extension label Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working extension: hide-all-apps Issues related to the hide-all-apps extension extension Issues related to one of the extensions in the Store
Projects
None yet
Development

No branches or pull requests

2 participants