relikd

Results 181 comments of relikd

My current understanding of the issue is that: 1. QuickLook does not fallback to other UTI in `kMDItemContentTypeTree` 2. Instead the `kMDItemContentType` is used to assign the corresponding QL plugin....

Ok, so according to the [source](https://alastairs-place.net/blog/2012/06/06/utis-are-better-than-you-think-and-heres-why/) I references above, I would do the following: 1. Generate the dyn content, in this case I guess its `?0=6:1=sql`. Though I am not...

> I am trying this solution on macOS 10.15.7, but I get "zsh: command not found: lsregister". Any suggestions? I guess its in a non-PATH. You can created a symlink...

As said before, most of the restore issues result from the different window systems being used – one for getting the window list vs. the other setting the window positions...

Hi, lets think this through first. Can you list the steps how you would like to restore windows? Currently all window positions are saved whenever a monitor is plugged in/out....

Yes, it should work exactly that way. Memmon should save the stat of all windows of all spaces as soon as you unplug or attach a new monitor. But it...

As of now I have no access to an external monitor. So I can't really debug what is going on. What do you mean with seperate spaces per display? If...

You can try this snippet out to see if a manual restore will help: ```swift self.statusItem.menu!.addItem(withTitle: "Restore Now", action: #selector(self.testme), keyEquivalent: "r") @objc func testme() { let spaceWinNums = self.getWinIds()...

Ah, oh! Yeah, I can imagine that my space enumeration hack may not work with this option enabled, though I am not sure. I will have to test it once...

ah, yeah, you'll need to add Terminal (or whatever app you are using to run the script) to "System Preference" > "Security & Privacy" > "Accessibility".