There are outstanding issues in all Qt apps when they run in the default Fedora 31 desktop which is GNOME / Wayland.
1) Drag & Drop does not work (https://bugzilla.redhat.com/show_bug.cgi?id=1774762, https://bugreports.qt.io/browse/QTBUG-80303) 2) Qt creator become almost useless without drag & drop 3) Window geometry cannot be restored (https://bugreports.qt.io/browse/QTBUG-80612)
All in all it makes a very bad user experience with what is a big GUI framework in the default F31 desktop.
I think the major issue is that these bugs end up in no man's land: 1) Qt GNOME X11: all fine 2) Qt KDE Wayland: all fine
So is the bug in Qt? Mutter? Wayland? Users are not even aware of what is a Qt app and what not.
I have written in the main users mailing list and was told to try here https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org/...
I think that in this state Qt apps should not be allowed to run in Wayland under GNOME (by default).
What do you think?
I need to add:
4) In LyX (a Qt app) the window becomes transparent and flickers when cursor moves (Under Wayland/GNOME) no bug report could be found.
On Mon, Dec 9, 2019 at 1:53 PM mario futire mariofutire@gmail.com wrote:
There are outstanding issues in all Qt apps when they run in the default Fedora 31 desktop which is GNOME / Wayland.
- Drag & Drop does not work (
https://bugzilla.redhat.com/show_bug.cgi?id=1774762, https://bugreports.qt.io/browse/QTBUG-80303) 2) Qt creator become almost useless without drag & drop 3) Window geometry cannot be restored ( https://bugreports.qt.io/browse/QTBUG-80612)
All in all it makes a very bad user experience with what is a big GUI framework in the default F31 desktop.
I think the major issue is that these bugs end up in no man's land:
- Qt GNOME X11: all fine
- Qt KDE Wayland: all fine
So is the bug in Qt? Mutter? Wayland? Users are not even aware of what is a Qt app and what not.
I have written in the main users mailing list and was told to try here
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org/...
I think that in this state Qt apps should not be allowed to run in Wayland under GNOME (by default).
What do you think? _______________________________________________ kde mailing list -- kde@lists.fedoraproject.org To unsubscribe send an email to kde-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kde@lists.fedoraproject.org
On Monday, 9 December 2019 14.03.08 WET Robert Szalai wrote:
I need to add:
- In LyX (a Qt app) the window becomes transparent and flickers when cursor
moves (Under Wayland/GNOME) no bug report could be found.
https://bugzilla.redhat.com/show_bug.cgi?id=1767265
This bug is reported in the lyx tracker and the soon to be released 2.3.4 should fix this. As soon as it is released I will update the package for Fedora 30 to 32 (rawhide).
Incidentally I tried to replicate it changing to Gnome/Wayland but I am unable to reproduce it. :-)
Hi,
On pondělí 9. prosince 2019 14:53:40 CET mario futire wrote:
There are outstanding issues in all Qt apps when they run in the default Fedora 31 desktop which is GNOME / Wayland.
- Drag & Drop does not work
(https://bugzilla.redhat.com/show_bug.cgi?id=1774762, https://bugreports.qt.io/browse/QTBUG-80303)
2) Qt creator become almost
useless without drag & drop
Both are same bug. I understand that non working drag and drop is a problem. I will try to investigate.
- Window geometry cannot be restored
This is a wayland limitation, apps are not allowed to position themself.
All in all it makes a very bad user experience with what is a big GUI framework in the default F31 desktop.
I think the major issue is that these bugs end up in no man's land:
- Qt GNOME X11: all fine
- Qt KDE Wayland: all fine
So is the bug in Qt? Mutter? Wayland? Users are not even aware of what is a Qt app and what not.
I have written in the main users mailing list and was told to try here https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org/ thread/EDLBJZENMUQ5W6OXJPS3G237OHIEBHXA/
I think that in this state Qt apps should not be allowed to run in Wayland under GNOME (by default).
What do you think?
I think that when Gnome decided to switch to Wayland, there was way more issues and the move to switch Wayland actually helped Wayland adoption a lot. Every major change has issues at the beginnings and we are constantly working to make it better.
Regards, Jan
I would like to also point out that I'm doing update process to Qt 5.13.2 which has quite a lot of wayland fixes and I plan to backport support for primary-selection from Qt 5.14.
On pondělí 9. prosince 2019 20:03:36 CET you wrote:
Hi,
On pondělí 9. prosince 2019 14:53:40 CET mario futire wrote:
There are outstanding issues in all Qt apps when they run in the default Fedora 31 desktop which is GNOME / Wayland.
- Drag & Drop does not work
(https://bugzilla.redhat.com/show_bug.cgi?id=1774762, https://bugreports.qt.io/browse/QTBUG-80303)
- Qt creator become almost
useless without drag & drop
Both are same bug. I understand that non working drag and drop is a problem. I will try to investigate.
- Window geometry cannot be restored
This is a wayland limitation, apps are not allowed to position themself.
All in all it makes a very bad user experience with what is a big GUI framework in the default F31 desktop.
I think the major issue is that these bugs end up in no man's land:
- Qt GNOME X11: all fine
- Qt KDE Wayland: all fine
So is the bug in Qt? Mutter? Wayland? Users are not even aware of what is a Qt app and what not.
I have written in the main users mailing list and was told to try here https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.or g/ thread/EDLBJZENMUQ5W6OXJPS3G237OHIEBHXA/
I think that in this state Qt apps should not be allowed to run in Wayland under GNOME (by default).
What do you think?
I think that when Gnome decided to switch to Wayland, there was way more issues and the move to switch Wayland actually helped Wayland adoption a lot. Every major change has issues at the beginnings and we are constantly working to make it better.
Regards, Jan
I can see you are working on 5.13.2 for F32, will you update F31 as well?