Brian Kendall

Results 151 comments of Brian Kendall

Am I correct that after you kill the Dock and you get the `Found Dock process... will inject into pid`, it's still not working and you're not seeing desktop previews?...

With forceFullDesktopBar running, and Console.app streaming and filtering based on `forceFullDesktopBar`, can you try restarting the Dock? The best way to do so is to execute these two commands: `launchctl...

This makes it clear that nothing is being successfully injected into the Dock even though forceFullDesktopBar isn't reporting an error. Let's get the obvious out of the way: can you...

Can you say whether the Dock is restarting / crashing when you run forceFullDesktopBar? Much like restarting it intentionally, along with its PID changing, you'd see the desktop flash black...

I'll admit I'm at a loss as to why you're getting such inconsistent results, especially since I'm not having any trouble on a macOS 12.4 / Apple Silicon system of...

frida is a separate library. There shouldn't be anything stopping you from building your own version of forceFullDesktopBar. Just clone / download the repo, grab the needed static libraries from...

Great! I may see if I can adapt this technique and make a new release. I hadn't come across dyld interposing while I was researching techniques for this project. Were...

I've got the same problem actually and I've got a fix in the works. What version of macOS are you using?

Just a quick update: I still get this issue too, and am trying to figure out what's causing it. The trouble is that it only seems to occur when missionControlFullDesktopBar...

Looks like it works on Big Sur on Intel macs, but not Big Sur on M1 macs. I'm not offhandedly sure why, but I'll try to find time to look...