Gordon MacDonald
Gordon MacDonald
``` docker run -it --device /dev/kvm -p 50922:10022 -v /tmp/.X11-unix:/tmp/.X11-unix --name=monterey-test -e "DISPLAY=${DISPLAY:-:0.0}" -e GENERATE_UNIQUE=true -e MASTER_PLIST_URL='https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-custom.plist' sickcodes/docker-osx:monterey ``` Terminal output: ``` DEVICE_MODEL: iMacPro1,1 SERIAL_SET_COUNT: 1 OUTPUT_DIRECTORY: . Cloning into...
Confirmed. This works. Thank you, @archieDeveloper and @sickcodes !
> If it's okay with ya'll I'd like to keep this one open until I figure out whether I can do like if/else style plists to avoid this with the...
Good morning, I'm also having this same issue. I'm using DS9 as the image viewer. Problem presents after calling `viewer.imexam()` Imexam v0.9.1, matplotlib v3.7.2, pyqt v5.15.7. MacOS v13.3.1 Ventura.
I notice in ds9_viewer.py: line 693: `xpa_string = self.get("imexam any coordinate image")` If I'm interpreting this correctly, this command will attempt to get the cursor position from a ds9 instance...
Well in that case :-D, it'd be great if we could pass ```widget.mainloop``` to ```install```, but I don't see a clear way of going about doing that in Twisted.