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

Not working for safari #133

Open
devpotato-fw opened this issue Nov 22, 2022 · 12 comments
Open

Not working for safari #133

devpotato-fw opened this issue Nov 22, 2022 · 12 comments

Comments

@devpotato-fw
Copy link

Can not find safari in gray app.

@goodway
Copy link

goodway commented Dec 5, 2022

Not working for me too, using macos Ventura :(. Looks like it can't be turned off . Execute "defaults write com.apple.safari NSRequiresAquaSystemAppearance -bool Yes" but nothing happened.

@zenangst
Copy link
Owner

zenangst commented Dec 5, 2022

Hey folks, in Ventura, Safari has a different location. That is the reason why it not showing up right now.

@goodway have you tried defaults write com.apple.Safari NSRequiresAquaSystemAppearance -bool Yes.

I think the bundle identifier is case sensitive.

@goodway
Copy link

goodway commented Dec 5, 2022

@zenangst sure sir, i tried com.apple.Safari. without success

@zenangst
Copy link
Owner

zenangst commented Dec 5, 2022

Odd,"works on my machine."

I'm gonna dig into this and see if I can't ship a new version that includes Safari in the list of applications. Just need to get all the Christmas shopping and preparations out of the way.

@jiho4
Copy link

jiho4 commented Jan 31, 2023

Does this issue still not solved?
I am also using Ventura, and Safari is not showing in the Gray app. And 'com.apple.Safari' command was not working too.

@hsulin
Copy link

hsulin commented Feb 6, 2023

Hey folks, in Ventura, Safari has a different location. That is the reason why it not showing up right now.

@goodway have you tried defaults write com.apple.Safari NSRequiresAquaSystemAppearance -bool Yes.

I think the bundle identifier is case sensitive.

This works perfectly for me! Thank you so much!

@zenangst
Copy link
Owner

zenangst commented Feb 7, 2023

I'll try to ship a new version with Safari support shortly, thank you all for your patience.

@CoderNoel
Copy link

Hey, new user here. I just encountered the same problem and was wondering if this issue is solvable? The last comment has been quite a few months ago and no updates on it. Are there any alternate methods to do, since both the app and terminal method doesn't work for me. I'm using macOS Sonoma btw.

@zenangst
Copy link
Owner

Been doing some digging and so far, it seems like Apple has put Safari under lock and key (from an app perspective). The only way for me to change Safari's appearance is to manually edit the plist file while Safari is closed. Gray doesn't get enough permissions to access the plist file, and thus cannot change the appropriate value.

Curious if we could potentially work around this by using a shortcut in the Shortcuts app, as they can have elevated permissions. So even if the new version can show the Safari application, it can't apply any changes to it (for the time being).

@schoenbaechler
Copy link

hey — @zenangst, you mentioned:

The only way for me to change Safari's appearance is to manually edit the plist file while Safari is closed.

Could you describe precisely how you do this until it’s part of Gray? What I’m trying to achieve is to force Safari to stay in dark mode at all times. But I don’t know how to edit the plist file you’re mentioning. Thanks! 👊

@tiagonunocosta
Copy link

tiagonunocosta commented Mar 28, 2024

I have the same problem with Messages App. In Dark Mode the Message APP style in light mode and i can not change the option in Gray App, and if i change in mac all app change from light to dark except the Messsage App.

Any HELP please

@tiagonunocosta
Copy link

tiagonunocosta commented Mar 28, 2024

Hey, new user here. I just encountered the same problem and was wondering if this issue is solvable? The last comment has been quite a few months ago and no updates on it. Are there any alternate methods to do, since both the app and terminal method doesn't work for me. I'm using macOS Sonoma btw.

am i use Sonoma but for me is the Message App that don't work, style always in light mode

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

8 participants