PyKen

Results 41 comments of PyKen

> There is an https://github.com/electron/electron/issues/19880 on the electron project for this with a possible solution/workaround. would this work here? > `app.commandLine.appendSwitch('disable-features', 'IOSurfaceCapturer,DesktopCaptureMacV2')` I am unable to test this without a...

Awesome, great to hear that! Let me include the fix in the next update

same error in the logs. in my case photos get automatically uploaded from the phone but are still marked as 'only available locally'

> > same error in the logs. in my case photos get automatically uploaded from the phone but are still marked as 'only available locally' > > Try to logout...

To be fair, I haven't really tested with multiple monitors. But since you say the content gets squeezed, I think it has something to do with scale. could you try...

Hmm, sorry, I need to get hands on another monitor in order to debug this. Maybe end of this month. In the meantime, could you run the program from source...

> npm start provides below and its working, how do I start with arguments? Running electron apps with arguments is a little bit tricky, you need two dashes **twice**: `npm...

I have added initial support for multiple monitors with v1.3.0. There should be no more blank screens. I haven't encountered any scaling issues with v1.2.0 as you, though.

Hmm I have tried changing resolutions on one display and moved over one of the windows, but I see no scaling issues... I guess its due to the dongle which...

Sorry, as far as I know, code signing costs [quite some money](https://stackoverflow.com/a/58559506). Since this project is free, it is hard for me to to sign the executable. Nevertheless, you could...