We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
killall -9 Dock
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
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
root 1317 0.0 0.0 410639360 4256 ?? Ss 10:16AM 0:00.03 /Library/PrivilegedHelperTools/com.macenhance.MacForge.Injector Simen 1316 0.0 0.1 412115504 33920 ?? S 10:16AM 0:00.30 /Applications/MacForge.app/Contents/Library/LoginItems/MacForgeHelper.app/Contents/MacOS/MacForgeHelper
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
System Integrity Protection status: unknown (Custom Configuration). Configuration: Apple Internal: disabled Kext Signing: disabled Filesystem Protections: disabled Debugging Restrictions: disabled DTrace Restrictions: enabled NVRAM Protections: disabled BaseSystem Verification: enabled Boot-arg Restrictions: disabled Kernel Integrity Protections: disabled Authenticated Root Requirement: enabled This is an unsupported configuration, likely to break in the future and leave your machine in an unknown state.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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: