Results 129 comments of Moini

Btw. would this also be the time to convert the extension to a proper export extension? So it will appear in the 'Save as...' dropdown, instead of in the extensions...

Sure, thanks for your help! The outputs are: (xrandr) ``` Monitor(x=0, y=0, width=1920, height=1200, width_mm=518, height_mm=324, name='DP-1') Monitor(x=1920, y=161, width=1680, height=1050, width_mm=474, height_mm=296, name='HDMI-2') ``` (xinerama) ``` Monitor(x=0, y=0, width=1920,...

Similar results here: ``` $ python3 -m screeninfo Monitor(x=0, y=0, width=1920, height=1200, width_mm=518, height_mm=324, name='DP-1') Monitor(x=1920, y=161, width=1680, height=1050, width_mm=474, height_mm=296, name='HDMI-2') $ python3 -c 'from screeninfo import get_monitors; print(list(get_monitors()))'...

Done: https://github.com/tryptech/obs-zoom-and-follow/issues/7 (currently looks like there's not a lot of activity in that repo, so not sure whether anything will come from it :-/ )

@tryptech Sorry, I don't remember if I got the same error already when I added the script ... But yes, it shows up every time I launch OBS now.

Sure. 1. Reloading script: Same error. 2. Removing, then re-adding script: Same error. Would it make a difference that the script is located in my /home/username/.config/obs/scripts directory?

API v4 is available now. Quote from the release notes: > We will continue to support v3 of the API **until August 2017** and so we encourage you to make...

What I have done for my extensions was to add a symbolic image to appear in the gallery, and to add a link in the link field of the upload...

Yep, this sounds like a user error. Click on 'raw' to get the original file.

@KirstenRK Yes, that's because you're looking at the directory, not at the file. I'm suggesting to close this issue, it's not something that is related to the icon set, only...