Re: Wayland client and synthetic input

2025-05-16 Thread Tadeo Kondrak
You may find one of these projects helpful: https://github.com/rvaiya/warpd https://github.com/moverest/wl-kbptr https://github.com/gabcoh/keynav-wayland https://github.com/tadeokondrak/waypoint I believe all of them support the virtual-pointer protocol. Mine (waypoint) supports libei as well, bu

Re: Wayland client and synthetic input

2025-05-16 Thread Olivier Fourdan
Hi Zarif, On Fri, 16 May 2025 at 11:54, Zarif Atai wrote: > Dear subscribers of wayland-devel, > > As a Vim motions enthusiast, it bothers me that there are too many > situations where I'm forced to use a pointer input device (e.g. a mouse) to > perform an action. I looked around to see if anyon

Re: Wayland client and synthetic input

2025-05-16 Thread Jonas Ådahl
On Wed, May 14, 2025 at 11:27:50PM +, Zarif Atai wrote: > Dear subscribers of wayland-devel, > > As a Vim motions enthusiast, it bothers me that there are too many situations > where I'm forced to use a pointer input device (e.g. a mouse) to perform an > action. I looked around to see if any

Re: Wayland and Weston 1.6 RC2 snapshot (1.5.93)

2025-01-19 Thread NIJAT GULIYEV
.

Re: Wayland

2024-08-08 Thread Kirill Primak
The "June 05, 2024" entry refers to the Weston 13.0.3 release, not a Wayland one.

Re: Wayland/weston, Qt and RDP connection...

2024-07-29 Thread Hardening
Le 13/01/2023 à 13:13, Matti Ristimäki a écrit : Hi, Any tips, where/how to debug RDP related problem with Wayland/Weston. Not kind of sure if this is Weston problem or Qt problem… Goal: Trying to create a RDP connection to a Qt GUI-application. [Service] # Requires systemd-notify.so Westo

Re: Wayland design principles (Re: wayland and gambas)

2024-05-01 Thread Carsten Haitzler
On Tue, 30 Apr 2024 17:21:41 -0700 Thiago Macieira said: > On Monday 29 April 2024 22:23:44 GMT-7 Carsten Haitzler wrote: > > > There is worry in our community that Wayland is going to take over and x11 > > > will become obsolete. > > > > It's inevitable. We're just arguing on timescales (I thin

Re: Wayland design principles (Re: wayland and gambas)

2024-05-01 Thread Carsten Haitzler
On Wed, 1 May 2024 09:35:30 +0200 (CEST) Jan Engelhardt said: > > On Tuesday 2024-04-30 07:23, Carsten Haitzler wrote: > >> > >> Although gambas provides a Settings.Write(window_name) / > >> Settings.Read(window_name) that saves/restores the window placement and > >> size. It's bearable Wayland

Re: Wayland design principles (Re: wayland and gambas)

2024-05-01 Thread Jan Engelhardt
On Tuesday 2024-04-30 07:23, Carsten Haitzler wrote: >> >> Although gambas provides a Settings.Write(window_name) / >> Settings.Read(window_name) that saves/restores the window placement and >> size. It's bearable Wayland does not handle this. > >YOU should never be handling this. It's like sayi

Re: Wayland design principles (Re: wayland and gambas)

2024-04-30 Thread Thiago Macieira
On Monday 29 April 2024 22:23:44 GMT-7 Carsten Haitzler wrote: > > There is worry in our community that Wayland is going to take over and x11 > > will become obsolete. > > It's inevitable. We're just arguing on timescales (I think Wayland will need > more time to mature but it'll get there). I us

Re: Wayland design principles (Re: wayland and gambas)

2024-04-30 Thread Carsten Haitzler
On Mon, 29 Apr 2024 22:38:10 +0100 Bruce Steers said: > On Mon, 29 Apr 2024, 20:53 Thiago Macieira, wrote: > > > On Monday 29 April 2024 10:05:32 GMT-7 Bruce Steers wrote: > > > I guess/hope a similar thing will happen to x11 or Wayland will accept > > this > > > particular issue needs addressi

Re: Wayland design principles (Re: wayland and gambas)

2024-04-30 Thread Pekka Paalanen
On Mon, 29 Apr 2024 22:38:10 +0100 Bruce Steers wrote: > > I personally have written many applications with gambas. > > Some have no issue like my text editor for example, a standard looking > editor with window and title bar. > > Although gambas provides a Settings.Write(window_name) / > Sett

Re: Wayland design principles (Re: wayland and gambas)

2024-04-30 Thread Michel Dänzer
On 2024-04-29 23:38, Bruce Steers wrote: > > There is worry in our community that Wayland is going to take over and x11 > will become obsolete. There's no need to worry about that. X clients will keep working in a Wayland session via Xwayland. -- Earthling Michel Dänzer|

Re: Wayland design principles (Re: wayland and gambas)

2024-04-29 Thread Thiago Macieira
On Monday 29 April 2024 14:38:10 GMT-7 Bruce Steers wrote: > Some have no issue like my text editor for example, a standard looking > editor with window and title bar. > > Although gambas provides a Settings.Write(window_name) / > Settings.Read(window_name) that saves/restores the window placement

Re: Wayland design principles (Re: wayland and gambas)

2024-04-29 Thread Bruce Steers
On Mon, 29 Apr 2024, 20:53 Thiago Macieira, wrote: > On Monday 29 April 2024 10:05:32 GMT-7 Bruce Steers wrote: > > I guess/hope a similar thing will happen to x11 or Wayland will accept > this > > particular issue needs addressing and provide a workaround. > > > > As fundamentally Wayland princi

Re: Wayland design principles (Re: wayland and gambas)

2024-04-29 Thread Bruce Steers
On Mon, 29 Apr 2024, 20:32 Thiago Macieira, wrote: > On Monday 29 April 2024 10:17:53 GMT-7 Bruce Steers wrote: > > I thought to redesign my software using a system tray as there was no way > > to position a window but without system tray working I'm stuck for ideas. > > The system tray is not co

Re: Wayland design principles (Re: wayland and gambas)

2024-04-29 Thread Thiago Macieira
On Monday 29 April 2024 10:05:32 GMT-7 Bruce Steers wrote: > I guess/hope a similar thing will happen to x11 or Wayland will accept this > particular issue needs addressing and provide a workaround. > > As fundamentally Wayland principles are to us, restrictive in a way that I > think many will si

Re: Wayland design principles (Re: wayland and gambas)

2024-04-29 Thread Thiago Macieira
On Monday 29 April 2024 10:17:53 GMT-7 Bruce Steers wrote: > I thought to redesign my software using a system tray as there was no way > to position a window but without system tray working I'm stuck for ideas. The system tray is not conveyed through Wayland in the first place (it goes through D-

Re: Wayland design principles (Re: wayland and gambas)

2024-04-29 Thread Bruce Steers
I believe so. It uses dbus org.kde.StatusNotifierItem The source code is here... https://gitlab.com/gambas/gambas/-/tree/master/comp/src/gb.dbus.trayicon/.src Note. I am not "the" gambas ide/source developer I am "a" gambas developer (programmer) I have made some small contributions to the gambas

Re: Wayland design principles (Re: wayland and gambas)

2024-04-29 Thread Bruce Steers
Many thanks for you detailed response Pekka. Kinda wasn't the answer I was hoping for but the explanation helps a lot with our understanding. Seems like a similar situation to when gnome2 became gnome3 and unity and as popular as It was and adopted by many systems so many people didn't like it an

Re: Wayland design principles (Re: wayland and gambas)

2024-04-29 Thread Thiago Macieira
On Monday 29 April 2024 05:43:30 GMT-7 Pekka Paalanen wrote: > The system tray case I am not familiar > with, so I cannot say anything about that. That sounds like the issue is not using the StatusNotifierItem[1] specification. The old XEmbed system tray protocol is not expected to work on Wayla

Wayland design principles (Re: wayland and gambas)

2024-04-29 Thread Pekka Paalanen
On Sat, 27 Apr 2024 08:28:00 +0100 Bruce Steers wrote: > Hello > I am a gambas basic developer and would like to report some wayland > problems. (major issues) that we hear of on the gambas mailing list all the > time. > > The attitude towards wayland with gambas coders at present is ,, ditch >

Re: Wayland Governance Meeting Announcement

2024-04-07 Thread Vlad Zahorodnii
On 4/2/24 10:05 PM, Vlad Zahorodnii wrote: After some break, the governance meeting is back! The Wayland Governance Meeting is semi-regular meeting to drive discussion on wayland-protocols forward. Agenda for the next meeting: - wp-transactions-v1 Link to the doodle:https://nuudel.digitalcou

Re: Wayland Governance Meeting Announcement

2024-04-02 Thread Vlad Zahorodnii
On 4/2/24 10:05 PM, Vlad Zahorodnii wrote: After some break, the governance meeting is back! The Wayland Governance Meeting is semi-regular meeting to drive discussion on wayland-protocols forward. Agenda for the next meeting: - wp-transactions-v1 Link to the doodle:https://nuudel.digitalcou

Re: Wayland debugging with Qtwayland, gstreamer waylandsink, wayland-lib and Weston

2024-03-19 Thread Terry Barnaby
On 05/03/2024 12:26, Pekka Paalanen wrote: On Mon, 4 Mar 2024 17:59:25 + Terry Barnaby wrote: On 04/03/2024 15:50, Pekka Paalanen wrote: On Mon, 4 Mar 2024 14:51:52 + Terry Barnaby wrote: On 04/03/2024 14:14, Pekka Paalanen wrote: On Mon, 4 Mar 2024 13:24:56 + Terry Barnaby

Re: Wayland debugging with Qtwayland, gstreamer waylandsink, wayland-lib and Weston

2024-03-08 Thread Terry Barnaby
On 08/03/2024 15:23, Pekka Paalanen wrote: On Fri, 8 Mar 2024 14:50:30 + Terry Barnaby wrote: On 05/03/2024 12:26, Pekka Paalanen wrote: On Mon, 4 Mar 2024 17:59:25 + Terry Barnaby wrote: ... I would have thought it better/more useful to have a Wayland API call like "stopCommit

Re: Wayland debugging with Qtwayland, gstreamer waylandsink, wayland-lib and Weston

2024-03-08 Thread Pekka Paalanen
On Fri, 8 Mar 2024 14:50:30 + Terry Barnaby wrote: > On 05/03/2024 12:26, Pekka Paalanen wrote: > > On Mon, 4 Mar 2024 17:59:25 + > > Terry Barnaby wrote: > > ... > >> I would have thought it better/more useful to have a Wayland API call > >> like "stopCommiting" so that an applicati

Re: Wayland debugging with Qtwayland, gstreamer waylandsink, wayland-lib and Weston

2024-03-08 Thread Terry Barnaby
On 05/03/2024 12:26, Pekka Paalanen wrote: On Mon, 4 Mar 2024 17:59:25 + Terry Barnaby wrote: On 04/03/2024 15:50, Pekka Paalanen wrote: On Mon, 4 Mar 2024 14:51:52 + Terry Barnaby wrote: On 04/03/2024 14:14, Pekka Paalanen wrote: On Mon, 4 Mar 2024 13:24:56 + Terry Barnaby wr

Re: Wayland debugging with Qtwayland, gstreamer waylandsink, wayland-lib and Weston

2024-03-05 Thread Pekka Paalanen
On Mon, 4 Mar 2024 17:59:25 + Terry Barnaby wrote: > On 04/03/2024 15:50, Pekka Paalanen wrote: > > On Mon, 4 Mar 2024 14:51:52 + > > Terry Barnaby wrote: > > > >> On 04/03/2024 14:14, Pekka Paalanen wrote: > >>> On Mon, 4 Mar 2024 13:24:56 + > >>> Terry Barnaby wrote: > >>>

Re: Wayland debugging with Qtwayland, gstreamer waylandsink, wayland-lib and Weston

2024-03-04 Thread Terry Barnaby
On 04/03/2024 15:50, Pekka Paalanen wrote: On Mon, 4 Mar 2024 14:51:52 + Terry Barnaby wrote: On 04/03/2024 14:14, Pekka Paalanen wrote: On Mon, 4 Mar 2024 13:24:56 + Terry Barnaby wrote: On 04/03/2024 09:41, Pekka Paalanen wrote: On Mon, 4 Mar 2024 08:12:10 + Terry Barnaby

Re: Wayland debugging with Qtwayland, gstreamer waylandsink, wayland-lib and Weston

2024-03-04 Thread Pekka Paalanen
On Mon, 4 Mar 2024 14:51:52 + Terry Barnaby wrote: > On 04/03/2024 14:14, Pekka Paalanen wrote: > > On Mon, 4 Mar 2024 13:24:56 + > > Terry Barnaby wrote: > > > >> On 04/03/2024 09:41, Pekka Paalanen wrote: > >>> On Mon, 4 Mar 2024 08:12:10 + > >>> Terry Barnaby wrote: > >>>

Re: Wayland debugging with Qtwayland, gstreamer waylandsink, wayland-lib and Weston

2024-03-04 Thread Terry Barnaby
On 04/03/2024 14:14, Pekka Paalanen wrote: On Mon, 4 Mar 2024 13:24:56 + Terry Barnaby wrote: On 04/03/2024 09:41, Pekka Paalanen wrote: On Mon, 4 Mar 2024 08:12:10 + Terry Barnaby wrote: While I am trying to investigate my issue in the QtWayland arena via the Qt Jira Bug system,

Re: Wayland debugging with Qtwayland, gstreamer waylandsink, wayland-lib and Weston

2024-03-04 Thread Pekka Paalanen
On Mon, 4 Mar 2024 13:24:56 + Terry Barnaby wrote: > On 04/03/2024 09:41, Pekka Paalanen wrote: > > On Mon, 4 Mar 2024 08:12:10 + > > Terry Barnaby wrote: > > > >> While I am trying to investigate my issue in the QtWayland arena via the > >> Qt Jira Bug system, I thought I would try ta

Re: Wayland debugging with Qtwayland, gstreamer waylandsink, wayland-lib and Weston

2024-03-04 Thread Terry Barnaby
On 04/03/2024 09:41, Pekka Paalanen wrote: On Mon, 4 Mar 2024 08:12:10 + Terry Barnaby wrote: While I am trying to investigate my issue in the QtWayland arena via the Qt Jira Bug system, I thought I would try taking Qt out of the equation to simplify the application a bit more to try and g

Re: Wayland debugging with Qtwayland, gstreamer waylandsink, wayland-lib and Weston

2024-03-04 Thread Pekka Paalanen
On Mon, 4 Mar 2024 08:12:10 + Terry Barnaby wrote: > While I am trying to investigate my issue in the QtWayland arena via the > Qt Jira Bug system, I thought I would try taking Qt out of the equation > to simplify the application a bit more to try and gain some > understanding of what is g

Re: Wayland debugging with Qtwayland, gstreamer waylandsink, wayland-lib and Weston

2024-03-04 Thread Terry Barnaby
While I am trying to investigate my issue in the QtWayland arena via the Qt Jira Bug system, I thought I would try taking Qt out of the equation to simplify the application a bit more to try and gain some understanding of what is going on and how this should all work. So I have created a pure

Re: Wayland debugging with Qtwayland, gstreamer waylandsink, wayland-lib and Weston

2024-03-02 Thread Terry Barnaby
Hi Pekka, Did you try making the "middle" QWidget *not* have a wl_surface of its own? Hack on Qt, then? Sorry, but I don't understand this insistence that what sounds like a Qt bug must be workaround-able via Wayland. Hmm, that does not sound right to me, but then again, I don't know Qt. Waylan

Re: Wayland debugging with Qtwayland, gstreamer waylandsink, wayland-lib and Weston

2024-02-29 Thread Pekka Paalanen
On Wed, 28 Feb 2024 18:04:28 + Terry Barnaby wrote: > Hi Pekka, > > Some questions below: > > Thanks > > Terry > On 26/02/2024 15:56, Pekka Paalanen wrote: > > Ok. What Wayland API requests cause a surface to actually be mapped > >> (Sorry don't really know Wayland protocol) ? > > Hi T

Re: Wayland debugging with Qtwayland, gstreamer waylandsink, wayland-lib and Weston

2024-02-28 Thread Terry Barnaby
Hi Pekka, Some questions below: Thanks Terry On 26/02/2024 15:56, Pekka Paalanen wrote: Ok. What Wayland API requests cause a surface to actually be mapped (Sorry don't really know Wayland protocol) ? Hi Terry, the basic protocol object is wl_surface. The wl_surface needs to be given a "rol

Re: Wayland debugging with Qtwayland, gstreamer waylandsink, wayland-lib and Weston

2024-02-26 Thread Pekka Paalanen
On Mon, 26 Feb 2024 15:18:27 + Terry Barnaby wrote: > Hi Pekka, > > Thanks for the response. Notes below: > > Terry > > On 26/02/2024 13:28, Pekka Paalanen wrote: > > On Sun, 25 Feb 2024 08:04:30 + > > Terry Barnaby wrote: > > > >> Hi, > >> > >> I have investigated a bit further. I

Re: Wayland debugging with Qtwayland, gstreamer waylandsink, wayland-lib and Weston

2024-02-26 Thread Terry Barnaby
Hi Pekka, Thanks for the response. Notes below: Terry On 26/02/2024 13:28, Pekka Paalanen wrote: On Sun, 25 Feb 2024 08:04:30 + Terry Barnaby wrote: Hi, I have investigated a bit further. I have built my own Weston server to run under X11 on Fedora37 so I can add printf's and debug mor

Re: Wayland debugging with Qtwayland, gstreamer waylandsink, wayland-lib and Weston

2024-02-26 Thread Pekka Paalanen
On Sun, 25 Feb 2024 08:04:30 + Terry Barnaby wrote: > Hi, > > I have investigated a bit further. I have built my own Weston server to > run under X11 on Fedora37 so I can add printf's and debug more easily > than using a cross compiled iMX8mp target system etc. I added a new > dsmc-shell

Re: Wayland debugging with Qtwayland, gstreamer waylandsink, wayland-lib and Weston

2024-02-25 Thread Terry Barnaby
Hi, I have investigated a bit further. I have built my own Weston server to run under X11 on Fedora37 so I can add printf's and debug more easily than using a cross compiled iMX8mp target system etc. I added a new dsmc-shell to Weston which is identical to kiosk-shell (apart from names) so I

Re: Wayland debugging with Qtwayland, gstreamer waylandsink, wayland-lib and Weston

2024-02-23 Thread Terry Barnaby
Hi David, Many thanks for the reply and the info on how to get the ID. I have added a basic example with some debug output at: https://portal.beam.ltd.uk/public//test016-qt6-video-example.tar.gz If there are any ideas of things I could look at/investigate I am all ears! In a previous email I

Re: Wayland debugging with Qtwayland, gstreamer waylandsink, wayland-lib and Weston

2024-02-23 Thread Marius Vlad
Hi, On Fri, Feb 23, 2024 at 06:14:11AM +, Terry Barnaby wrote: > I have tried using "weston-debug scene-graph" and I am coming to the > conclusion that qtwayland 6.5.0 is not really using native Wayland surfaces > when Qt::WA_NativeWindow is used. From what I can see (and I could easily be > wr

Re: Wayland debugging with Qtwayland, gstreamer waylandsink, wayland-lib and Weston

2024-02-23 Thread David Edmundson
On Fri, Feb 23, 2024 at 6:15 AM Terry Barnaby wrote: >I don't know how to determine the Wayland surface ID from a > wl_surface pointer unfortunately to really check this. wl_proxy_get_id(static_cast(myWlSurface)); > >> Possibly when QWidget is below in hierarcy to be a child of of a parent, > >

Re: Wayland debugging with Qtwayland, gstreamer waylandsink, wayland-lib and Weston

2024-02-22 Thread Terry Barnaby
I have tried using "weston-debug scene-graph" and I am coming to the conclusion that qtwayland 6.5.0 is not really using native Wayland surfaces when Qt::WA_NativeWindow is used. From what I can see (and I could easily be wrong) the Wayland protocol shows wl_surfaces being created and two QWidg

Re: Wayland debugging with Qtwayland, gstreamer waylandsink, wayland-lib and Weston

2024-02-22 Thread Terry Barnaby
Hi Marius, Many thanks for the info. Some notes/questions below: Terry On 22/02/2024 17:49, Marius Vlad wrote: Hi, On Thu, Feb 22, 2024 at 03:21:01PM +, Terry Barnaby wrote: Hi, We are developing a video processing system that runs on an NXP imx8 processor using a Yocto embedded Linux sy

Re: Wayland debugging with Qtwayland, gstreamer waylandsink, wayland-lib and Weston

2024-02-22 Thread Marius Vlad
Hi, On Thu, Feb 22, 2024 at 03:21:01PM +, Terry Barnaby wrote: > Hi, > > We are developing a video processing system that runs on an NXP imx8 > processor using a Yocto embedded Linux system that has Qt6, GStreamer, > Wayland and Weston. > > We are having a problem displaying the video stream

Re: Wayland Governance Meeting - Oct 30 / Nov 01

2023-11-02 Thread Pekka Paalanen
On Wed, 1 Nov 2023 18:06:50 +0100 Carlos Garnacho wrote: > Hi, > > On Thu, Oct 19, 2023 at 11:58 PM Carlos Garnacho wrote: > > > > Hi, > > > > I would like to propose a meeting about the color management protocol > > [1] after next week (it's late to schedule for next, plus there's > > people s

Re: Wayland Governance Meeting - Oct 30 / Nov 01

2023-11-01 Thread Carlos Garnacho
Hi, On Thu, Oct 19, 2023 at 11:58 PM Carlos Garnacho wrote: > > Hi, > > I would like to propose a meeting about the color management protocol > [1] after next week (it's late to schedule for next, plus there's > people still likely at XDC). After talking with GIMP maintainers, I > think this topi

Re: Wayland Governance Meeting - Oct 30 / Nov 01

2023-10-25 Thread Carlos Garnacho
Hi, On Thu, Oct 19, 2023 at 11:58 PM Carlos Garnacho wrote: > > Hi, > > I would like to propose a meeting about the color management protocol > [1] after next week (it's late to schedule for next, plus there's > people still likely at XDC). After talking with GIMP maintainers, I > think this topi

Re: Wayland Governance Meeting - Oct 30 / Nov 01

2023-10-24 Thread Carlos Garnacho
Hi Pekka, (this time on list) On Fri, Oct 20, 2023 at 12:44 PM Pekka Paalanen wrote: > > On Thu, 19 Oct 2023 23:58:18 +0200 > Carlos Garnacho wrote: > > > Hi, > > > > I would like to propose a meeting about the color management protocol > > [1] after next week (it's late to schedule for next, p

Re: Wayland Governance Meeting - Oct 30 / Nov 01

2023-10-20 Thread Jehan
Hi! On 10/20/23 12:44, Pekka Paalanen wrote: On Thu, 19 Oct 2023 23:58:18 +0200 Carlos Garnacho wrote: Hi, I would like to propose a meeting about the color management protocol [1] after next week (it's late to schedule for next, plus there's people still likely at XDC). After talking with G

Re: Wayland Governance Meeting - Oct 30 / Nov 01

2023-10-20 Thread Pekka Paalanen
On Thu, 19 Oct 2023 23:58:18 +0200 Carlos Garnacho wrote: > Hi, > > I would like to propose a meeting about the color management protocol > [1] after next week (it's late to schedule for next, plus there's > people still likely at XDC). After talking with GIMP maintainers, I > think this topic m

Re: Wayland governance meeting - 22-25 August

2023-08-18 Thread Xaver Hugl
Hi, Victoria wanted to take part in this meeting, but she's on vacation during that week. Would you mind having the meeting the week afterwards instead? Best regards, Xaver Am Do., 17. Aug. 2023 um 21:44 Uhr schrieb Simon Zeni : > Hello there! > > Apologies again for the duplicated governance m

Re: Wayland Governance Meeting

2023-08-13 Thread David Redondo
Hi everyone, Wednesday, 16th of August 11:00 CEST has been selected for next weeks meeting. Best regards, David Am Dienstag, 8. August 2023, 15:41:20 CEST schrieb David Redondo: This is a meeting annoucement. The Wayland Governance Meeting is semi-regular meeting to drive discussion on waylan

Re: Wayland Governance Meeting

2023-08-06 Thread Xaver Hugl
Hi everyone, Monday 7th of August 2023, 11:00 CEST has been selected for next weeks meeting. Best regards, Xaver Am Do., 3. Aug. 2023 um 00:58 Uhr schrieb Xaver Hugl : > This is a meeting annoucement. > > The Wayland Governance Meeting is semi-regular meeting to drive > discussion on wayland-p

Re: Wayland Governance Meeting

2023-07-28 Thread Victoria Brekenfeld
Hi everyone, Monday 31th of July 2023, 21:00 CEST has been selected for next weeks meeting. Best regards, Victoria Am Mittwoch, dem 26.07.2023 um 13:12 +0200 schrieb Victoria Brekenfeld: > This is a meeting annoucement. > > > The Wayland Governance Meeting is semi-regular meeting to drive > d

Re: Wayland Governance Meeting

2023-07-10 Thread Victoria Brekenfeld
Hi everyone, Wednesday 12 of July 2023, 11:00 CEST has been selected for this weeks meeting. Best regards, Victoria Friday, Jul 07 2023 at 16:38 +0200 Victoria Brekenfeld wrote: > This is a meeting annoucement. > > The Wayland Governance Meeting is semi-regular meeting to drive > discussion on

Re: Wayland protocol clarification questions

2023-05-02 Thread Jonas Ådahl
On Tue, May 02, 2023 at 11:50:55AM +0300, Pekka Paalanen wrote: > On Sun, 30 Apr 2023 10:29:31 +0200 > Tarek Sander wrote: > > > Hello, > > > > I want to write a Wayland compositor and while reading the protocol > > specification, I noticed some things that aren't clear to me: > > Hi! > > > -

Re: Wayland protocol clarification questions

2023-05-02 Thread Pekka Paalanen
On Sun, 30 Apr 2023 10:29:31 +0200 Tarek Sander wrote: > Hello, > > I want to write a Wayland compositor and while reading the protocol > specification, I noticed some things that aren't clear to me: Hi! > - How does the input and opaque region of a surface behave on a resize? > Do the addit

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), how does the Wayland server k

Re: Wayland client, cleanup on exit

2023-04-04 Thread Simon Ser
On Tuesday, April 4th, 2023 at 13:26, Guillermo Rodriguez wrote: > Out of curiosity, for objects that are only released when a client > disconnects (such as wl_registry), how does the Wayland server know > how to release this if the client does not disconnect explicitly. in > other words how is

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 wondering whether there is some

Re: Wayland client, cleanup on exit

2023-04-04 Thread Simon Ser
On Tuesday, April 4th, 2023 at 12:46, Guillermo Rodriguez Garcia wrote: > One further question: before posting this here, I was trying to verify > this by myself, and was wondering whether there is some sort of tool > that can be used to monitor resources currently in use in a Wayland > server.

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 Wayland client? Does that happen

Re: Wayland client, cleanup on exit

2023-04-04 Thread Simon Ser
Hi, On Tuesday, April 4th, 2023 at 12:16, Guillermo Rodriguez wrote: > 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 a

Re: Wayland/weston, Qt and RDP connection...

2023-01-18 Thread Marius Vlad
On Wed, Jan 18, 2023 at 12:12:43PM +, Matti Ristimäki wrote: > Hi, Hi, > > > > Thanks for the reply! > > > > Of course in our embedded system the CPX Control Panel(Qt) works normally > via (HDMI) without any problems. And when it is running, it uses > WAYLAND_DISPLAY=wayland-0 and DRM

Re: Wayland/weston, Qt and RDP connection...

2023-01-17 Thread Pekka Paalanen
On Mon, 16 Jan 2023 14:25:25 + Matti Ristimäki wrote: > Hi, > > > > Ok, this might be the reason… > > Your Qt app segfaults in the stand-alone RDP Weston instance case. We > have no idea why that would be, when weston-smoke works. If it is > because the app requires hardware accelerated O

Re: Wayland/weston, Qt and RDP connection...

2023-01-17 Thread Marius Vlad
2 fps > > 302 frames in 5 seconds: 60.42 fps > > 302 frames in 5 seconds: 60.42 fps > > 302 frames in 5 seconds: 60.42 fps > > > > > > Result: > > > > Works fine, animation runs smoothly. > > > > [cid

Re: Wayland/weston, Qt and RDP connection...

2023-01-16 Thread Pekka Paalanen
On Sat, 14 Jan 2023 11:58:37 +0200 Marius Vlad wrote: > On Fri, Jan 13, 2023 at 08:07:07PM +, Matti Ristimäki wrote: > > Hi, > Hi, > > > > > > > > Thanks for the reply! > > > > > > > > Jep, this might be the reason... > > > > > --modules=systemd-notify.so --modules=screen.share.so

Re: Wayland/weston, Qt and RDP connection...

2023-01-14 Thread Marius Vlad
ce : Waiting for service > "com.planmeca.updater" > > planmeca.dbus: CanUpdaterDBusInterface : Waiting for service > "com.planmeca.updater" > > planmeca.dbus: CanUpdaterDBusInterface : Waiting for service > "com.planmeca.updater" > > planmeca.dbus: CanUpdaterDBusInterface : Waiting for service > "com.planmeca.updater" > > planmeca.dbus: CanUpdaterDBusInter

Re: Wayland/weston, Qt and RDP connection...

2023-01-13 Thread Marius Vlad
On Fri, Jan 13, 2023 at 12:13:41PM +, Matti Ristimäki wrote: > Hi, Hi, > > Any tips, where/how to debug RDP related problem with Wayland/Weston. Not > kind of sure if this is Weston problem or Qt problem... > > Goal: > Trying to create a RDP connection to a Qt GUI-application. What do you me

Re: Wayland fd watching

2022-01-14 Thread Maksim Sisov
On 2022-01-13 15:46, Pekka Paalanen wrote: > On Thu, 13 Jan 2022 14:05:47 +0200 > Maksim Sisov wrote: > >> On 2022-01-13 11:42, Pekka Paalanen wrote: >> > On Thu, 13 Jan 2022 10:05:56 +0200 >> > Maksim Sisov wrote: >> > > > ... > >> >> I see. The only only problem here is that we don't use pol

Re: Wayland fd watching

2022-01-13 Thread Pekka Paalanen
On Thu, 13 Jan 2022 14:05:47 +0200 Maksim Sisov wrote: > On 2022-01-13 11:42, Pekka Paalanen wrote: > > On Thu, 13 Jan 2022 10:05:56 +0200 > > Maksim Sisov wrote: > > ... > >> I see. The only only problem here is that we don't use poll, but rather > >> libevent, which is wrapped around Chro

Re: Wayland fd watching

2022-01-13 Thread Maksim Sisov
On 2022-01-13 11:42, Pekka Paalanen wrote: > On Thu, 13 Jan 2022 10:05:56 +0200 > Maksim Sisov wrote: > >> + wayland-devel ML. >> >> Hi Pekka, >> >> Thanks for your answers! Please see my questions inlined. >> >> On 2022-01-12 16:16, Pekka Paalanen wrote: >> >> > On Mon, 10 Jan 2022 08:53:50 +020

Re: Wayland fd watching

2022-01-13 Thread Pekka Paalanen
On Thu, 13 Jan 2022 10:05:56 +0200 Maksim Sisov wrote: > + wayland-devel ML. > > Hi Pekka, > > Thanks for your answers! Please see my questions inlined. > > On 2022-01-12 16:16, Pekka Paalanen wrote: > > > On Mon, 10 Jan 2022 08:53:50 +0200 > > Maksim Sisov wrote: > > > >> Hi Pekka, >

Re: Wayland fd watching

2022-01-13 Thread Maksim Sisov
+ wayland-devel ML. Hi Pekka, Thanks for your answers! Please see my questions inlined. On 2022-01-12 16:16, Pekka Paalanen wrote: > On Mon, 10 Jan 2022 08:53:50 +0200 > Maksim Sisov wrote: > >> Hi Pekka, >> >> Thanks for answering all my previous questions before. > > Hi Maksim, > > lo

Re: Wayland not accept libinput configuration

2021-12-22 Thread Aleix Pol
On Tue, Dec 21, 2021 at 2:53 PM Simon Ser wrote: > > Please ask the KDE devs about it. > > Wayland (the protocol, and library) doesn't handle this. Not sure what happened here, I don't see context in the e-mail. In any case, if you need to report a bug, feel free to do so in here: https://bugs.k

Re: Wayland not accept libinput configuration

2021-12-21 Thread Simon Ser
Please ask the KDE devs about it. Wayland (the protocol, and library) doesn't handle this.

Re: Wayland and window position/size

2021-05-28 Thread Pekka Paalanen
Hi, Carsten already replied well, so I'll just clarify a few little details more. On Thu, 27 May 2021 17:02:24 -0500 Igor Korot wrote: > Hi, Pekka, > > On Wed, May 26, 2021 at 4:30 AM Pekka Paalanen wrote: > > > > On Tue, 25 May 2021 22:10:38 -0500 > > Igor Korot wrote: > > > > > Hi, Cars

Re: Wayland and window position/size

2021-05-27 Thread Carsten Haitzler
On Thu, 27 May 2021 17:02:24 -0500 Igor Korot said: > Hi, Pekka, > > On Wed, May 26, 2021 at 4:30 AM Pekka Paalanen wrote: > > > > On Tue, 25 May 2021 22:10:38 -0500 > > Igor Korot wrote: > > > > > Hi, Carsten, > > > > > > On Tue, May 25, 2021 at 8:51 PM Carsten Haitzler > > > wrote: > > > >

Re: Wayland and window position/size

2021-05-27 Thread Igor Korot
Hi, Pekka, On Wed, May 26, 2021 at 4:30 AM Pekka Paalanen wrote: > > On Tue, 25 May 2021 22:10:38 -0500 > Igor Korot wrote: > > > Hi, Carsten, > > > > On Tue, May 25, 2021 at 8:51 PM Carsten Haitzler > > wrote: > > > > > > On Tue, 25 May 2021 16:24:30 -0500 Igor Korot said: > > > > > > > Hi,

Re: Wayland and window position/size

2021-05-26 Thread Carsten Haitzler
On Tue, 25 May 2021 22:10:38 -0500 Igor Korot said: > Hi, Carsten, > > On Tue, May 25, 2021 at 8:51 PM Carsten Haitzler wrote: > > > > On Tue, 25 May 2021 16:24:30 -0500 Igor Korot said: > > > > > Hi, list, > > > Couple of questions about Wayland, since more and more distros > > > switching ;-

Re: Wayland and window position/size

2021-05-26 Thread Daniel Stone
Hi, On Wed, 26 May 2021 at 10:30, Pekka Paalanen wrote: > On Tue, 25 May 2021 22:10:38 -0500 Igor Korot wrote: > > > Positioning - Don't position and Wayland discourages it by not having > > > such an > > > API. Sizing - do whatever you like. > > > > It just discourages it, so it is not complet

Re: Wayland and window position/size

2021-05-26 Thread Pekka Paalanen
On Tue, 25 May 2021 22:10:38 -0500 Igor Korot wrote: > Hi, Carsten, > > On Tue, May 25, 2021 at 8:51 PM Carsten Haitzler wrote: > > > > On Tue, 25 May 2021 16:24:30 -0500 Igor Korot said: > > > > > Hi, list, > > > Couple of questions about Wayland, since more and more distros switching > >

Re: Wayland and window position/size

2021-05-25 Thread Igor Korot
Hi, Carsten, On Tue, May 25, 2021 at 8:51 PM Carsten Haitzler wrote: > > On Tue, 25 May 2021 16:24:30 -0500 Igor Korot said: > > > Hi, list, > > Couple of questions about Wayland, since more and more distros switching ;-) > > > > If I understand correctly window positioning/sizing is based on th

Re: Wayland and window position/size

2021-05-25 Thread Carsten Haitzler
On Tue, 25 May 2021 16:24:30 -0500 Igor Korot said: > Hi, list, > Couple of questions about Wayland, since more and more distros switching ;-) > > If I understand correctly window positioning/sizing is based on the > compositor/window content. > > 1. Is there a way to select where each individu

Re: Wayland crashes when label size in Gtk is large

2021-02-10 Thread Jonas Ådahl
On Mon, Feb 08, 2021 at 01:45:37PM +, Irene Kravets wrote: > I am using Wayland/Weston. Running a simple Python script that uses Gtk to > display a couple of labels. If the size of the label font goes past a certain > size (nothing unreasonable), Wayland crashes with error message "Error 71

Re: Wayland Direct Framebuffer (FreeBSD)

2020-08-03 Thread Pekka Paalanen
On Fri, 31 Jul 2020 10:37:51 -0400 Lonnie Cumberland wrote: > One more quick question. > > I had read somewhere that Wayland has troubles with Nvidia cards, but what > is strange is that I was able to download a Wayland Linux ISO called > "WayfireWM 3D" > > https://forum.manjaro.org/t/wayfire-l

Re: Wayland Direct Framebuffer (FreeBSD)

2020-07-31 Thread Lonnie Cumberland
One more quick question. I had read somewhere that Wayland has troubles with Nvidia cards, but what is strange is that I was able to download a Wayland Linux ISO called "WayfireWM 3D" https://forum.manjaro.org/t/wayfire-linux-manjaro-spin-with-wayfirewm-3d-wayland-compositer/110398 and iso from

Re: Wayland Direct Framebuffer (FreeBSD)

2020-07-31 Thread Lonnie Cumberland
Hi pq, Thanks so very much for the clarification as I am totally new to the Wayland world across all of the platforms. In the past, I have used a lot of Linux and other similar flavors, but for this particular project, I am jumping into the FreeBSD and illumos-based (i.e. OpenIndiana, OmniOS, and

Re: Wayland Direct Framebuffer (FreeBSD)

2020-07-31 Thread Pekka Paalanen
On Tue, 21 Jul 2020 13:17:25 -0400 Lonnie Cumberland wrote: > Hi pq, > > Thanks for your question on my post and I am sorry that I was not clearer > on the information. > > Yes, you are correct in that the Direct Framebuffer approach that I am > thinking about is how it might be possible to com

Re: Wayland Direct Framebuffer (FreeBSD)

2020-07-31 Thread Pekka Paalanen
On Tue, 21 Jul 2020 15:52:07 -0400 Lonnie Cumberland wrote: > Yea, that is the idea. > > The concern for me is that my main OS for the project being built off of > FreeBSD that has been trimmed down with a project called "mfsBSD" is at > about 30MB in size (compressed, uncompress is about 65MB).

Re: Wayland Direct Framebuffer (FreeBSD)

2020-07-21 Thread Lonnie Cumberland
Yea, that is the idea. The concern for me is that my main OS for the project being built off of FreeBSD that has been trimmed down with a project called "mfsBSD" is at about 30MB in size (compressed, uncompress is about 65MB). It holds everything except the graphic stuff. As this is an exercise i

Re: Wayland Direct Framebuffer (FreeBSD)

2020-07-21 Thread Thiago Macieira
On Tuesday, 21 July 2020 12:15:03 PDT Lonnie Cumberland wrote: > On the other hand, they do have builds for the latest RDP client > applications for Wayland and I was even able to compile it myself, but just > do not have a Wayland server set up and am trying to find the simplest > solution to use

Re: Wayland Direct Framebuffer (FreeBSD)

2020-07-21 Thread Lonnie Cumberland
Hi Thiago, Thanks for your response. The problem that I seem to have here is that the FreeRDP client application cannot be compiled to use DirectFB easily as support for it was stopped a number of years ago and would take a lot of work to revitalize that effort. On the other hand, they do have b

Re: Wayland Direct Framebuffer (FreeBSD)

2020-07-21 Thread Thiago Macieira
On Sunday, 19 July 2020 16:55:01 PDT Lonnie Cumberland wrote: > I am working on a speciality project for a super ultra-thin distro that > will basically run just a single graphical application in a type of Kiosk > (fullscreen) mode and Xorg is just WAY too large for what I want to do. If you're ru

Re: Wayland Direct Framebuffer (FreeBSD)

2020-07-21 Thread Lonnie Cumberland
Hi pq, Thanks for your question on my post and I am sorry that I was not clearer on the information. Yes, you are correct in that the Direct Framebuffer approach that I am thinking about is how it might be possible to compile Weston compositor of the Wayland protocol to use the DirectFB (direct f

  1   2   3   4   5   6   7   8   9   >