[partitionmanager] [Bug 403970] Partition manager crashes just by browsing menus

2019-02-06 Thread Johan Klokkhammer Helsing
https://bugs.kde.org/show_bug.cgi?id=403970

--- Comment #13 from Johan Klokkhammer Helsing  ---
> If you are asking whether I have tried building qt with it, then no, I have 
> not. TBH I don't even know how.

Yeah. Sorry, I just thought "resolved upstream" meant that you knew it was now
fixed at the Qt level.

I see that it's just means that it's resolved as far as you're concerned and
something that needs to be fixed upstream.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Oxygen] [Bug 403978] oxygen theme incompatible with qt5 5.12.1-1 libs

2019-02-06 Thread Johan Klokkhammer Helsing
https://bugs.kde.org/show_bug.cgi?id=403978

--- Comment #7 from Johan Klokkhammer Helsing  ---
Ah, my bad. I was searching the tracker for wayland changes, and somehow this
showed up, and I didn't really check the description itself.

I guess you can probably disregard everything I said :/

Sorry for the noise.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Oxygen] [Bug 403978] oxygen theme incompatible with qt5 5.12.1-1 libs

2019-02-06 Thread Johan Klokkhammer Helsing
https://bugs.kde.org/show_bug.cgi?id=403978

--- Comment #5 from Johan Klokkhammer Helsing  ---
> you can see here the files that have changed in qt5 5.12.1 version :
https://wiki.qt.io/Qt_5.12.1_Change_Files

I know, I wrote that file ;)

Anyways, I was asking because I asked the archlinux maintainer to cherry-pick a
patch that fixed a freeze which resulted in version 5.12.0-2, however it was
reverted in 5.12.0-3, due to some clients using 100% cpu. But if you used
5.12.0-1, 5.12.1-1, then that fix is unrelated.

Also, it would probably be useful for whoever is going to debug this if you
could attach a log with WAYLAND_DEBUG=1 set in the environment.

-- 
You are receiving this mail because:
You are watching all bug changes.

[konsole] [Bug 394004] Special character rendered overly small when on wayland

2019-02-06 Thread Johan Klokkhammer Helsing
https://bugs.kde.org/show_bug.cgi?id=394004

--- Comment #6 from Johan Klokkhammer Helsing  ---
So likely either a Qt bug and/or something weird with your fontconfig...

It works on X?

Could you file a bug at bugreports.qt.io?

-- 
You are receiving this mail because:
You are watching all bug changes.

[konsole] [Bug 394004] Special character rendered overly small when on wayland

2019-02-06 Thread Johan Klokkhammer Helsing
https://bugs.kde.org/show_bug.cgi?id=394004

--- Comment #4 from Johan Klokkhammer Helsing  ---
Weird.

Can you try running the following in qmlscene?

import QtQuick 2.6
Column {
TextEdit {
id: size
text: "32"
}
Text {
font.pixelSize: size.text
text: "Smileys Symbols ㋡ ㋛ ☺ ☹ ☻ 〠 シ ッ ツ ヅ Ü 〲 〴 ϡ ﭢ ت ⍡ ⍢ ⍣ ⍤ ⍥ ⍨ ⍩ ὃ
ὕ ὣ Ѷ Ӫ ӫ "
}
Text {
font.pointSize: size.text
text: "Smileys Symbols ㋡ ㋛ ☺ ☹ ☻ 〠 シ ッ ツ ヅ Ü 〲 〴 ϡ ﭢ ت ⍡ ⍢ ⍣ ⍤ ⍥ ⍨ ⍩ ὃ
ὕ ὣ Ѷ Ӫ ӫ "
}
}

-- 
You are receiving this mail because:
You are watching all bug changes.

[policykit-kde-agent-1] [Bug 403832] Password prompts appears on random positions on Wayland

2019-02-06 Thread Johan Klokkhammer Helsing
https://bugs.kde.org/show_bug.cgi?id=403832

Johan Klokkhammer Helsing  changed:

   What|Removed |Added

 CC||johan.hels...@qt.io

--- Comment #1 from Johan Klokkhammer Helsing  ---
@mthw0: At least the regular xdg-shell doesn't allow you to specify a position
for toplevel windows, only relative positions for popups (menus etc).

Could perhaps be done through some protocol extension? Not sure if anything
like this exists...

-- 
You are receiving this mail because:
You are watching all bug changes.

[neon] [Bug 370518] Include acd10cd393abe04a8fd6fe3ab14055e09c85bc15 in QtWayland

2019-02-06 Thread Johan Klokkhammer Helsing
https://bugs.kde.org/show_bug.cgi?id=370518

Johan Klokkhammer Helsing  changed:

   What|Removed |Added

 CC||johan.hels...@qt.io

--- Comment #2 from Johan Klokkhammer Helsing  ---
@Alexander Mentyu: The patch has been part of Qt since 5.8.0 so if you're using
a newer version than that, then you already have the patch and this can be
closed.

Issue in Qt bug tracker: https://bugreports.qt.io/browse/QTBUG-56475

-- 
You are receiving this mail because:
You are watching all bug changes.

[konsole] [Bug 394004] Special character rendered overly small when on wayland

2019-02-06 Thread Johan Klokkhammer Helsing
https://bugs.kde.org/show_bug.cgi?id=394004

Johan Klokkhammer Helsing  changed:

   What|Removed |Added

 CC||johan.hels...@qt.io

--- Comment #2 from Johan Klokkhammer Helsing  ---
I can't reproduce this with Qt 5.12.1 and konsole version 18.12.1.

Does setting or clearing QT_WAYLAND_FORCE_DPI do any difference for you (try
setting it to 96 or physical)?

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 403970] Partition manager crashes just by browsing menus

2019-02-06 Thread Johan Klokkhammer Helsing
https://bugs.kde.org/show_bug.cgi?id=403970

Johan Klokkhammer Helsing  changed:

   What|Removed |Added

 CC||johan.hels...@qt.io

--- Comment #11 from Johan Klokkhammer Helsing  ---
@mthw0: The dropping of frames on gnome-shell is likely this bug:
https://gitlab.gnome.org/GNOME/mutter/issues/199

Also, do you know which patch fixed it for you? Perhaps this one?
https://codereview.qt-project.org/#/c/252117/

Popups on Qt Wayland are a mess. There are restrictions in the xdg-shell
protocol that match really poorly to the APIs we provide in Qt. In this case,
it is probably the restriction that a new grabbing popup has to be the child of
the current grabbing popup, combined with closing and opening sometimes
happening in the opposite order.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Oxygen] [Bug 403978] oxygen theme incompatible with qt5 5.12.1-1 libs

2019-02-06 Thread Johan Klokkhammer Helsing
https://bugs.kde.org/show_bug.cgi?id=403978

Johan Klokkhammer Helsing  changed:

   What|Removed |Added

 CC||johan.hels...@qt.io

--- Comment #2 from Johan Klokkhammer Helsing  ---
Potomac: Do you know the exact Qt version that worked for you. In particular,
is there a difference between 5.12.0-1 and 5.12.0-2?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 392376] Wayland socket buffer gets filled up and application terminates when GUI thread was blocked

2018-03-27 Thread Johan Klokkhammer Helsing
https://bugs.kde.org/show_bug.cgi?id=392376

--- Comment #2 from Johan Klokkhammer Helsing <johan.hels...@qt.io> ---
Maybe you can send more ping events and stop sending pointer events when a
client doesn't answer? I think this is what Weston does. It would probably
solve the problem in almost all cases. (I was not able to reproduce a crash on
Weston)

It's not currently (without significant hacks) possible to read wayland events
without also dispatching them, so there's not much we can really do except tell
application code to stop blocking the GUI thread.

>From what I can tell, you're also going to have the same problem with blocking
GTK clients as they handle events the same way we do.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 392376] Wayland socket buffer gets filled up and application terminates when GUI thread was blocked

2018-03-27 Thread Johan Klokkhammer Helsing
https://bugs.kde.org/show_bug.cgi?id=392376

Johan Klokkhammer Helsing <johan.hels...@qt.io> changed:

   What|Removed |Added

 CC||johan.hels...@qt.io

-- 
You are receiving this mail because:
You are watching all bug changes.

[Breeze] [Bug 382473] Breeze style breaks mouse input on Wayland compositors

2017-07-21 Thread Johan Klokkhammer Helsing
https://bugs.kde.org/show_bug.cgi?id=382473

--- Comment #18 from Johan Klokkhammer Helsing <johan.hels...@qt.io> ---
This (qtwayland) patch should fix it:

https://codereview.qt-project.org/#/c/200604/

-- 
You are receiving this mail because:
You are watching all bug changes.

[Breeze] [Bug 382473] Breeze style breaks mouse input on Wayland compositors

2017-07-19 Thread Johan Klokkhammer Helsing
https://bugs.kde.org/show_bug.cgi?id=382473

Johan Klokkhammer Helsing <johan.hels...@qt.io> changed:

   What|Removed |Added

 CC||johan.hels...@qt.io

--- Comment #8 from Johan Klokkhammer Helsing <johan.hels...@qt.io> ---
Hugo, you should be able to just delete the

XdgShellV5 {
...
}

part, since the clients can run fine on just wl_shell.

If it's still broken, there's a minimal qml compositor for the tech preview
(5.7) API here: http://blog.qt.io/blog/2016/06/13/new-compositor-api-qtwayland/

-- 
You are receiving this mail because:
You are watching all bug changes.