Re: Wayland screen capture

2018-04-30 Thread Jonas Ådahl
On Mon, Apr 30, 2018 at 01:36:48PM +0100, David Woodhouse wrote: > I've just added screen sharing support to Pidgin, based on ximagesrc: > > https://bitbucket.org/pidgin/main/pull-requests/330#Lpidgin/gtkrequest.cT1783 > > It's not wonderfully pretty, but it basically works, under X. I don't >

Re: Protected branches in GNOME's GitLab

2018-04-30 Thread Carlos Soriano
A small correction from Florian's asnwer: We had a period that some branches were protected by default because I didn't know how to deactivate that. But it shouldn't be the case for new projects or new migrated projects. Cheers On 30 April 2018 at 19:19, Florian Müllner

Re: Wayland screen capture

2018-04-30 Thread David Woodhouse
On Mon, 2018-04-30 at 17:18 +0200, Jonas Ådahl wrote: > > On Wayland, you should use the API provided by xdg-desktop-portal: > org.freedesktop.portal.ScreenCast. It is not directly related to X11 > though, and should work the same no matter what windowing system you > use. Read more about it

Re: Wayland screen capture

2018-04-30 Thread Jonas Ådahl
On Mon, Apr 30, 2018 at 04:23:51PM +0100, David Woodhouse wrote: > On Mon, 2018-04-30 at 17:18 +0200, Jonas Ådahl wrote: > > > > On Wayland, you should use the API provided by xdg-desktop-portal: > > org.freedesktop.portal.ScreenCast. It is not directly related to X11 > > though, and should work

Protected branches in GNOME's GitLab

2018-04-30 Thread Milan Crha
Hello, this might be a lame question, but this time I tried to read the documentation first. I hope I didn't miss anything related to my question. If I did, then I apologize. When one wants to propose a change, aka create a merge request, in GNOME GitLab instance, then it can be done only

Re: Protected branches in GNOME's GitLab

2018-04-30 Thread Florian Müllner
On Mon, Apr 30, 2018 at 6:30 PM Milan Crha wrote: > Does it mean, that an automatically created user in GNOME's GitLab > instance, basically a complete stranger, receives the Developer > privilege, even when it's a Reporter (in bugzilla terms)? No. In the GNOME group, only

Wayland screen capture

2018-04-30 Thread David Woodhouse
I've just added screen sharing support to Pidgin, based on ximagesrc: https://bitbucket.org/pidgin/main/pull-requests/330#Lpidgin/gtkrequest.cT1783 It's not wonderfully pretty, but it basically works, under X. I don't like the fact that I ended up using XQueryPointer(), but I don't think

Re: Wayland screen capture

2018-04-30 Thread David Woodhouse
On Mon, 2018-04-30 at 17:29 +0200, Jonas Ådahl wrote: > On Mon, Apr 30, 2018 at 04:23:51PM +0100, David Woodhouse wrote: > > On Mon, 2018-04-30 at 17:18 +0200, Jonas Ådahl wrote: > > > > > > On Wayland, you should use the API provided by xdg-desktop-portal: > > >