How keep spaces with Brave?
See original GitHub issueDescription
In Chrome binaries, we have a new feature to keep the window position between Darwin “Spaces”. e.g:
defaults write org.chromium.Chromium NSWindowRestoresWorkspaceAtLaunch -bool YES
defaults write com.google.Chrome.canary NSWindowRestoresWorkspaceAtLaunch -bool YES
defaults write com.google.Chrome NSWindowRestoresWorkspaceAtLaunch -bool YES
Steps to Reproduce
- Install the Nightly version.
- Run
defaults write com.brave.Browser.nightly NSWindowRestoresWorkspaceAtLaunch -bool YES
Actual result:
It doesn’t work. It works in Chromium and Canary.
Expected result:
Restore the Windows in their original space.
Brave version (brave://version info)
Nightly Channel v1.4.12
Other Additional Information:
- Is the issue reproducible on the latest version of Chrome? It works in Chromium and Canary.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:4
- Comments:8
Top Results From Across the Web
What is a Brave Space? | Office for Institutional Equity and ...
In the context of brave spaces, social justice is the “full and equitable participation of people from all social identity groups in a...
Read more >Brave Space Guidelines - Cross- Cultural Center
Throw away/recycle your trash, clean up projects before you leave and return borrowed items – it is all our responsibility to maintain this...
Read more >Moving from Safe Classrooms to Brave Classrooms - ADL
Possible guidelines for brave classrooms Explore, recognize and acknowledge your privilege. Even if you are uncomfortable or unsure, contribute ...
Read more >Let's Create a Brave Space - YouTube
First Book presents “Empowering Educators” – a series of free resources designed to support educators in helping their students engage in ...
Read more >Assigning different profiles to different "spaces" (desktops ...
I use two profiles with Brave - one for home, and one for work. My desktop has two spaces (on one monitor) -...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Oddly,
sudo
was the “problem”… the parameterNSWindowRestoresWorkspaceAtLaunch
wasn’t added…I’ve executed the command without
sudo
asdefaults write com.brave.Browser NSWindowRestoresWorkspaceAtLaunch -bool YES
and check if the new parameter had been saved withdefaults read com.brave.Browser
, and then, it was added :I’ve rebooted and now, Brave windows are restored in their previous space ! 👍
@DSGND
i guess I’m not that current…
I’m currently on brave Version 1.27.108 Chromium: 92.0.4515.107 (Official Build) (x86_64) macOS: 11.4
(haven’t had a chance to do a reboot for a while because i have a dozen different spaces open, each with different projects in various stages. - probably this weekend i will get around to pausing everything and doing a bunch of updates and a reboot).