Originally posted by rafanelli
View Post
Announcement
Collapse
No announcement yet.
Qt 6.5 Beta Released With New Modules
Collapse
X
-
Is it possible to set the window position in my code using Qt 6.x on Wayland yet? That is one of the most irritating missing features for me in Qt 5.15 with Wayland. Some (non-Qt) programs manage to do it, so don't try to tell me this can't be done on Wayland.
Also would be really nice if the memory leaks in Qt WebEngine were solved.
Comment
-
Originally posted by ed31337 View PostIs it possible to set the window position in my code using Qt 6.x on Wayland yet? That is one of the most irritating missing features for me in Qt 5.15 with Wayland. Some (non-Qt) programs manage to do it, so don't try to tell me this can't be done on Wayland.
App-configured window position was frowned upon even on Xorg and it was described as "optional", even if most toolkits and WMs allowed it. Window position is meant to be managed by the WM alone.
By the way, how do you dare to say that it is *irritating to you* that you cannot control window position based on your whims? You're trying to force some stupid shit down the throats of your users, LOL! Let your users call it irritating instead.Last edited by curfew; 23 December 2022, 12:35 AM.
- Likes 5
Comment
-
Originally posted by curfew View PostApp-configured window position was frowned upon even on Xorg and it was described as "optional", even if most toolkits and WMs allowed it. Window position is meant to be managed by the WM alone.
Originally posted by curfew View PostBy the way, how do you dare to say that it is *irritating to you* that you cannot control window position based on your whims? You're trying to force some stupid shit down the throats of your users, LOL! Let your users call it irritating instead.
- Likes 1
Comment
-
Originally posted by ed31337 View Post
Restoring my app's window position upon restart is frowned upon? By whom? Some "way smarter than thee committee?" It's my computer and my app -- it should do what I want, not some "stupid shit" forced on me by the "way smarter than thee committee."
I *am* the user. These are apps I write for myself to use.
- Likes 1
Comment
Comment