Let pointer events pass through

2019-11-18 Thread Guillermo Rodriguez
8 Is this approach correct? Any hints on how to debug this? Best regards, Guillermo Rodriguez Garcia guille.rodrig...@gmail.com ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/wayland-devel

Re: Let pointer events pass through

2019-11-18 Thread Guillermo Rodriguez
El lun., 18 nov. 2019 a las 13:49, Simon Ser () escribió: > > On Monday, November 18, 2019 1:37 PM, Guillermo Rodriguez > wrote: > > > Hello, > > > > I am writing a Wayland client that acts as an OSD "overlay" on top of > > another application.

XDG_RUNTIME_DIR on a system with no "logins"

2019-12-17 Thread Guillermo Rodriguez
in the directory MUST not survive reboot or a full logout/login cycle. === But how is this done for a system where normally no users "log in", e.g. a fixed-function embedded system with a graphical user interface? Best, Guillermo Rodriguez Garcia guille.rodrig...

How to implement OSD overlay in Wayland/Weston

2019-11-19 Thread Guillermo Rodriguez
the main application. In X this could be achieved with XSendEvent. In Wayland apparently it is not possible to have one process send events to another process. Not sure what else to try. Any ideas? Either ways to make one of the above work, or new approaches... TIA, Guillermo Rodriguez ___

Re: How to implement OSD overlay in Wayland/Weston

2019-11-20 Thread Guillermo Rodriguez
Hello, El mar., 19 nov. 2019 a las 13:28, Pekka Paalanen () escribió: > > On Tue, 19 Nov 2019 12:48:10 +0100 > Guillermo Rodriguez wrote: > > > El mar., 19 nov. 2019 a las 11:47, Pekka Paalanen > > () escribió: > > > > > > On Tue, 19 Nov 2019 09:53

Re: How to implement OSD overlay in Wayland/Weston

2019-11-20 Thread Guillermo Rodriguez
Hi Daniel, El mar., 19 nov. 2019 a las 13:44, Daniel Stone () escribió: > > Hi, > > On Tue, 19 Nov 2019 at 11:48, Guillermo Rodriguez > wrote: > > El mar., 19 nov. 2019 a las 11:47, Pekka Paalanen () > > escribió: > > > If the OSD is just a piece of

Re: How to implement OSD overlay in Wayland/Weston

2019-11-19 Thread Guillermo Rodriguez
El mar., 19 nov. 2019 a las 11:47, Pekka Paalanen () escribió: > > On Tue, 19 Nov 2019 09:53:39 +0100 > Guillermo Rodriguez wrote: > > > Hi all, > > > > This is a follow up to my earlier email "Let pointer events pass through". > > > > I have an

Re: How to implement OSD overlay in Wayland/Weston

2019-11-19 Thread Guillermo Rodriguez
er weston supports it. > > Regards, > Ilia Bozhinov > > On Tue, 19 Nov 2019, 09:53 Guillermo Rodriguez, > wrote: >> >> Hi all, >> >> This is a follow up to my earlier email "Let pointer events pass through". >> >> I have an use case wher

Re: How to implement OSD overlay in Wayland/Weston

2019-11-19 Thread Guillermo Rodriguez
Hi, El mar., 19 nov. 2019 a las 12:38, Sebastian Krzyszkowiak () escribió: > > On 11/19/19, Pekka Paalanen wrote: > > yes. I'm not aware of any Wayland extension that would allow clients to > > dictate always-on-top behaviour on the desktop. It has an obvious > > attack vector (malicious or

Re: XDG_RUNTIME_DIR on a system with no "logins"

2019-12-18 Thread Guillermo Rodriguez
El mié., 18 dic. 2019 a las 10:56, Pekka Paalanen () escribió: > > On Tue, 17 Dec 2019 19:18:15 +0100 (CET) > Jan Engelhardt wrote: > > > On Tuesday 2019-12-17 18:55, Guillermo Rodriguez wrote: > > > > >Hi all, > > > > > >Weston r

XDG_RUNTIME_DIR on a system with no "logins"

2019-12-19 Thread Guillermo Rodriguez
El jue., 19 dic. 2019 a las 9:15, Pekka Paalanen () escribió: > > On Wed, 18 Dec 2019 13:10:14 +0100 > Guillermo Rodriguez wrote: > > > In my application I need to run several clients, and each one is started > > from a separate SysV init script. I guess th

Asynchronous frame updates

2020-03-02 Thread Guillermo Rodriguez
Hi all, This is a followup question to an earlier thread on this ML ("Thread safety when rendering on a separate thread") The story was like this: > > Hi all, > > > > I have a Wayland client where the main loop runs on a thread and > > rendering is done in a separate thread. The main loop

Thread safety when rendering on a separate thread

2020-01-27 Thread Guillermo Rodriguez
/ synchronization? Thank you, Guillermo Rodriguez Garcia ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/wayland-devel

Re: Thread safety when rendering on a separate thread

2020-01-27 Thread Guillermo Rodriguez
El lun., 27 ene. 2020 a las 12:53, Pekka Paalanen () escribió: > > On Mon, 27 Jan 2020 12:36:27 +0100 > Guillermo Rodriguez wrote: > > > Hi, > > > > El lun., 27 ene. 2020 a las 12:07, Pekka Paalanen > > () escribió: > > > > > > On Mon, 27 Ja

Re: Thread safety when rendering on a separate thread

2020-01-27 Thread Guillermo Rodriguez
Hi, El lun., 27 ene. 2020 a las 12:07, Pekka Paalanen () escribió: > > On Mon, 27 Jan 2020 11:43:50 +0100 > Guillermo Rodriguez wrote: > > > Hi all, > > > > I have a Wayland client where the main loop runs on a thread and > > rendering is done in a separa

Re: Fullscreen window (Re: Thread safety when rendering on a separate thread)

2020-01-30 Thread Guillermo Rodriguez
El mar., 28 ene. 2020 a las 12:55, Pekka Paalanen () escribió: > > On Mon, 27 Jan 2020 16:13:41 +0100 > Guillermo Rodriguez wrote: > > > Hi, > > > > El lun., 27 ene. 2020 a las 14:21, Pekka Paalanen > > () escribió: > > > > > > On Mon, 27 Ja

Re: Fullscreen window (Re: Thread safety when rendering on a separate thread)

2020-01-30 Thread Guillermo Rodriguez
El jue., 30 ene. 2020 a las 12:25, Pekka Paalanen () escribió: > > On Thu, 30 Jan 2020 11:46:59 +0100 > Guillermo Rodriguez wrote: > > > Just tried this but found that fullscreen windows seem to be made > > fully opaque (black surface behind), which does not work for m

Re: Fullscreen window (Re: Thread safety when rendering on a separate thread)

2020-01-31 Thread Guillermo Rodriguez
El vie., 31 ene. 2020 a las 9:44, Pekka Paalanen () escribió: > > On Thu, 30 Jan 2020 17:48:54 +0100 > Guillermo Rodriguez wrote: > > > Hi, > > > > El jue., 30 ene. 2020 a las 16:48, Pekka Paalanen > > () escribió: > > > Uhm, I am not sure to understan

Re: Fullscreen window (Re: Thread safety when rendering on a separate thread)

2020-01-30 Thread Guillermo Rodriguez
Hi, El jue., 30 ene. 2020 a las 16:48, Pekka Paalanen () escribió: > > On Thu, 30 Jan 2020 16:06:19 +0100 > Guillermo Rodriguez wrote: > > > El jue., 30 ene. 2020 a las 13:33, Pekka Paalanen > > () escribió: > > > > > > On Thu, 30 Jan 2020 12:49

Re: Fullscreen window (Re: Thread safety when rendering on a separate thread)

2020-01-27 Thread Guillermo Rodriguez
Hi, El lun., 27 ene. 2020 a las 14:21, Pekka Paalanen () escribió: > > On Mon, 27 Jan 2020 12:58:13 +0100 > Guillermo Rodriguez wrote: > > > El lun., 27 ene. 2020 a las 12:53, Pekka Paalanen > > () escribió: > > > > > > On Mon, 27 Jan 2020 12:36

Re: Fullscreen window (Re: Thread safety when rendering on a separate thread)

2020-01-30 Thread Guillermo Rodriguez
El jue., 30 ene. 2020 a las 13:33, Pekka Paalanen () escribió: > > On Thu, 30 Jan 2020 12:49:34 +0100 > Guillermo Rodriguez wrote: > > > El jue., 30 ene. 2020 a las 12:25, Pekka Paalanen > > () escribió: > > > > > > On Thu, 30 Jan 2020 11:46

Re: Aliases for DRI connectors?

2020-04-07 Thread Guillermo Rodriguez
Hi Pekka, El vie., 3 abr. 2020 a las 12:03, Pekka Paalanen () escribió: > > On Fri, 3 Apr 2020 10:28:52 +0200 > Guillermo Rodriguez wrote: > > > Hi Pekka, > > > > El vie., 3 abr. 2020 a las 10:14, Pekka Paalanen > > () escribió: > > > > > >

Re: Aliases for DRI connectors?

2020-04-03 Thread Guillermo Rodriguez
Hi Pekka, El vie., 3 abr. 2020 a las 10:14, Pekka Paalanen () escribió: > > On Wed, 1 Apr 2020 14:38:37 -0500 > Matt Hoosier wrote: > > > I'm searching for some sort of scheme that will let my DRI master query the > > set of available connectors and select the one carrying a prearranged > >

Possible resource leak in Weston

2020-04-22 Thread Guillermo Rodriguez
e? In case I am not overlooking something and this is indeed a Weston issue, any hints on how to fix it? Thank you, Guillermo Rodriguez [1]: https://github.com/GStreamer/gst-plugins-bad/blob/master/ext/wayland/wldisplay.c#L295 [2]: https://github.com/GStreamer/gst-plugins-bad/blob/master/ext/way

Re: Possible resource leak in Weston

2020-04-23 Thread Guillermo Rodriguez
Hi Pekka, El jue., 23 abr. 2020 a las 11:43, Pekka Paalanen () escribió: > > On Wed, 22 Apr 2020 16:45:42 +0200 > Guillermo Rodriguez wrote: > > > Hi all, > > > > I am investigating something that looks like a resource leak in > > Weston. I first saw the

Re: Possible resource leak in Weston

2020-04-29 Thread Guillermo Rodriguez
Hi Pekka, El vie., 24 abr. 2020 a las 12:50, Pekka Paalanen () escribió: > > On Thu, 23 Apr 2020 16:14:43 +0200 > Guillermo Rodriguez wrote: > > > Hi Pekka, > > > > El jue., 23 abr. 2020 a las 11:43, Pekka Paalanen > > () escribió: > > > > > &

Fwd: Best practices for client side buffer management

2020-06-24 Thread Guillermo Rodriguez
most of the examples I've found so far work like this) and not for a model where the client is updating a buffer asynchronously and you just want to tell the compositor to update parts of the frame. I would be very interested to learn about your solution to this problem. Best, Guillermo Rodriguez Garcia _

Re: Add z-order control into kiosk-shell?

2021-10-22 Thread Guillermo Rodriguez
Hi Matt, Mi use case is exactly the same as you describe: embedded systems where the output is generated from separate apps. In my case there is: - The main app with its UI (bottom layer) - Video output from gstreamer should be rendered on top (I don't want to embed gstreamer in the main app for

Wayland client, cleanup on exit

2023-04-04 Thread Guillermo Rodriguez
Hi all, Is it necessary to explicitly clean up and release any resources before exit in a Wayland client? Does that happen automatically if the process simply exits (in the same way that other resources such as memory or fds are automatically released) ? Thank you, Guillermo

Re: Wayland client, cleanup on exit

2023-04-04 Thread Guillermo Rodriguez
El mar, 4 abr 2023 a las 13:28, Simon Ser () escribió: > On Tuesday, April 4th, 2023 at 13:26, Guillermo Rodriguez < > guillerodriguez@gmail.com> wrote: > > > Out of curiosity, for objects that are only released when a client > > disconnects (such as wl_registry),

Re: Wayland client, cleanup on exit

2023-04-04 Thread Guillermo Rodriguez
El mar, 4 abr 2023 a las 12:53, Simon Ser () escribió: > On Tuesday, April 4th, 2023 at 12:46, Guillermo Rodriguez Garcia < > guille.rodrig...@gmail.com> wrote: > > > One further question: before posting this here, I was trying to verify > > this by myself, and was wond

Re: Basic API usage

2020-09-13 Thread Guillermo Rodriguez Garcia
our e-mails sound like rants and > aren't making it very appealing for people to reply to. > It is not just you. Guillermo -- Guillermo Rodriguez Garcia guille.rodrig...@gmail.com ___ wayland-devel mailing list wayland-devel@lists.freedesk

Re: Best practices for client side buffer management

2020-07-02 Thread Guillermo Rodriguez Garcia
like this) and not for a model where the client is updating a buffer asynchronously and you just want to tell the compositor to update parts of the frame. I would be very interested to learn about your solution to this problem. Best, Guillermo Rodriguez Garcia guille.rodrig...@gmail.com ___

Re: FW: xrandr and xwayland

2021-08-09 Thread Guillermo Rodriguez Garcia
Hi Daniel, El vie, 6 ago 2021 a las 11:57, Daniel Stone () escribió: > Hi Guillermo, > > On Fri, 6 Aug 2021 at 10:44, Guillermo Rodriguez Garcia > wrote: > > El vie, 6 ago 2021 a las 10:14, Daniel Stone () > escribió: > >> kiosk-shell is something we have in

Client-driven orientation change in Weston

2021-08-02 Thread Guillermo Rodriguez Garcia
ing the orientation via transform=xxx in the .ini file. Is it possible to drive this change dynamically from the client instead? BR, Guillermo Rodriguez Garcia guille.rodrig...@gmail.com

Re: FW: xrandr and xwayland

2021-08-06 Thread Guillermo Rodriguez Garcia
Hi Daniel, El vie, 6 ago 2021 a las 10:14, Daniel Stone () escribió: > kiosk-shell is something we have in newer versions of Weston which > sounds like it would work well for your usecases - it's designed to > just run a single application fullscreen. You might want to check out > what we have

Re: Wayland client, cleanup on exit

2023-04-04 Thread Guillermo Rodriguez Garcia
Hello, El mar, 4 abr 2023 a las 12:33, Simon Ser () escribió: > Hi, > > On Tuesday, April 4th, 2023 at 12:16, Guillermo Rodriguez < > guillerodriguez@gmail.com> wrote: > > > Is it necessary to explicitly clean up and release any resources > > before exit in a