You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
M2 Macbook Air here - I've got a bash script that I wrote that I added to the "login items" that does the mentioned above ^
Works every time upon restart.
Create a startup_macforge.sh file - in lets say Documents/Scripts/startup/ -
Paste the code
#!/bin/bash
sleep 8
open -a "MacForge"
killall -9 Dock
Ensure it can be executable by running dragging the .sh file into the terminal then prepending it with chmod +x
So in my case it'd be chmod +x /Users/macbookair/Documents/Scripts/startup/start_macforge.sh (My username is macbookair)
Then add it to the login items on System Settings.
Describe the bug
I followed the Installation (M1/M2/Apple Silicon) instructions on an MacBook Pro M2 with macOS Sequoia.
SpacesRenamer, MacForge and the MacForgeHelper have been added to Login Items, but to make it work, I have to do the following on each restart:
~/Applications
killall -9 Dock
.I have made a shortcut to automate the process:
Versions
Command Outputs
Please paste the output of running these commands in Terminal:
ps aux | grep -v grep | grep -i macforge
ps aux | grep -v grep | grep -i spacesrenamer
Simen 973 0.0 0.1 36235724 43148 ?? S 10:15AM 0:01.03 /Applications/SpacesRenamer.app/Contents/MacOS/SpacesRenamer
csrutil status
The text was updated successfully, but these errors were encountered: