You are not logged in.

#76 2024-04-15 21:29:44

seth
Member
Registered: 2012-09-03
Posts: 51,832

Re: [SOLVED] Issues with qBittorrent and Qt 6.7.0

@muziknavi did you account for the reportedly relevant window state (maximized) condition?

@zebulon, the qlayout error should™ not be fatal, you don't get that whe using xcb?
Have you tried to move away the ktorrent config?
Are any other Qt6 clients affected?

Online

#77 2024-04-16 06:11:47

muziknavi
Member
Registered: 2024-04-15
Posts: 3

Re: [SOLVED] Issues with qBittorrent and Qt 6.7.0

seth wrote:

@muziknavi did you account for the reportedly relevant window state (maximized) condition?

Yeah, maximized window also invisible in F41-rawhide

Offline

#78 2024-04-16 06:52:37

OpusOne
Member
Registered: 2023-05-31
Posts: 86

Re: [SOLVED] Issues with qBittorrent and Qt 6.7.0

No problem here either on KDE Plasma/Wayland, but I do remember running into similar issues as you describe on Gnome before, using some user themes.

Offline

#79 2024-04-16 07:16:21

Bodyash
Member
Registered: 2023-04-05
Posts: 14

Re: [SOLVED] Issues with qBittorrent and Qt 6.7.0

OpusOne wrote:

No problem here either on KDE Plasma/Wayland, but I do remember running into similar issues as you describe on Gnome before, using some user themes.

I don't use user themes, this extension is disabled in my system. I don't even change default wallpaper big_smile
So, themes is unrelated.

UPD: updated to telegram-desktop-4.16.7-1, bug with "transparent/non-visible" media viewer is still present.

Last edited by Bodyash (2024-04-16 07:17:55)

Offline

#80 2024-04-16 11:03:52

Stellarator
Member
Registered: 2019-01-12
Posts: 32

Re: [SOLVED] Issues with qBittorrent and Qt 6.7.0

It looks like rolling back of qt6-wayland to version 6.6.3-1 is enough to restore functionality, given the completely updated system at the time of writing this post. I use only qBittorrent and telegram-desktop. All other packages, including qt6-base, seem unimportant (but I can’t vouch for that, of course).

Offline

#81 2024-04-16 11:19:42

intelfx
Member
From: Russia, Moscow
Registered: 2013-08-21
Posts: 12

Re: [SOLVED] Issues with qBittorrent and Qt 6.7.0

Stellarator wrote:

It looks like rolling back of qt6-wayland to version 6.6.3-1 is enough to restore functionality, given the completely updated system at the time of writing this post. I use only qBittorrent and telegram-desktop. All other packages, including qt6-base, seem unimportant (but I can’t vouch for that, of course).

That's not supposed to work. It will simply prevent Qt's Wayland support from initializing, thus making the affected programs fall back to X11.

Last edited by intelfx (2024-04-16 11:19:55)

Offline

#82 2024-04-16 12:10:01

Stellarator
Member
Registered: 2019-01-12
Posts: 32

Re: [SOLVED] Issues with qBittorrent and Qt 6.7.0

I didn’t say that this was a way out of the situation, I just tried to narrow down the search area for the problem.

Offline

#83 2024-04-16 16:50:16

zebulon
Member
Registered: 2008-10-20
Posts: 359

Re: [SOLVED] Issues with qBittorrent and Qt 6.7.0

seth wrote:

@muziknavi did you account for the reportedly relevant window state (maximized) condition?

@zebulon, the qlayout error should™ not be fatal, you don't get that whe using xcb?
Have you tried to move away the ktorrent config?
Are any other Qt6 clients affected?

With wayland, there is no window whatsoever. Only the icon in the desktop bar.
With xcb, A window appears, but the content is black. I can rsize it and move it, but I cannot close it with the cross (I need to kill it).
The qlayout error appears in both cases.
I am wondering if I am having a completely different problem.

Offline

#84 2024-04-16 19:58:33

golias
Member
Registered: 2023-04-21
Posts: 9

Re: [SOLVED] Issues with qBittorrent and Qt 6.7.0

Not sure if it helps to narrow down the problem. I had the issue using Okular thus I resort to flatpak and it runs normally.

Offline

#85 2024-04-16 20:01:09

seth
Member
Registered: 2012-09-03
Posts: 51,832

Re: [SOLVED] Issues with qBittorrent and Qt 6.7.0

Because you're not using the system-provided Qt 6.7 but whatever version is shipped with that flatpak.

@zebulon

seth wrote:

Have you tried to move away the ktorrent config?

Online

#86 2024-04-16 23:26:09

intelfx
Member
From: Russia, Moscow
Registered: 2013-08-21
Posts: 12

Re: [SOLVED] Issues with qBittorrent and Qt 6.7.0

Stellarator wrote:

I didn’t say that this was a way out of the situation, I just tried to narrow down the search area for the problem.

You missed my point. It does not narrow the search area in any way because all you're doing is basically breaking Qt's wayland backend; what you described is exactly equivalent to uninstalling qt6-wayland altogether.

It was known from the start that the issue only affects Wayland and is mitigated by forcing X11 backend.

Last edited by intelfx (2024-04-16 23:27:42)

Offline

#87 2024-04-17 10:31:57

Bodyash
Member
Registered: 2023-04-05
Posts: 14

Re: [SOLVED] Issues with qBittorrent and Qt 6.7.0

Offline

#88 2024-04-17 14:01:49

intelfx
Member
From: Russia, Moscow
Registered: 2013-08-21
Posts: 12

Re: [SOLVED] Issues with qBittorrent and Qt 6.7.0

If anyone wants to stay on Qt 6.6 for the time being but keep updating the rest of the system, I've created a simple repo with Qt 6 and all its reverse dependencies pinned to Qt 6.6.3: https://outpost.intelfx.name/repo/qt663

It should be enough to add this repo above [extra] and force a one-time downgrade with pacman -Syuu (followed by rebuilding any dependent foreign packages, if you have any).

(Note that this will still break if any of Qt's _forward_ dependencies get incompatibly updated in the meantime, so this is still in some ways a partial upgrade, but must be more robust than just downgrade-ing packages one by one.)

Last edited by intelfx (2024-04-17 14:06:13)

Offline

#89 2024-04-17 18:47:14

zebulon
Member
Registered: 2008-10-20
Posts: 359

Re: [SOLVED] Issues with qBittorrent and Qt 6.7.0

seth wrote:

Because you're not using the system-provided Qt 6.7 but whatever version is shipped with that flatpak.

@zebulon

seth wrote:

Have you tried to move away the ktorrent config?

I had removed .config/ktorrent files but it did not work
However, removing .local/share/ktorrent fix it!
Of course I lost the info regarding all torrents. This suggest this is a ktorrent bug indeed. Thank you!

Offline

#90 2024-04-18 20:12:18

tekstryder
Member
Registered: 2013-02-14
Posts: 134

Re: [SOLVED] Issues with qBittorrent and Qt 6.7.0

Offline

#91 2024-04-21 07:58:15

LarryDave
Member
Registered: 2022-05-03
Posts: 19

Re: [SOLVED] Issues with qBittorrent and Qt 6.7.0

Starting the broken apps with QT_QPA_PLATFORM=xcb and resizing them from their maximized state, then closing and reopening normally with Wayland and then maximizing seems to mitigate the issue. You just have to make sure to resize it before closing it so you can launch it normally with Wayland next time as well. Otherwise you'd have to repeat this process.

Offline

#92 2024-04-21 08:59:14

muziknavi
Member
Registered: 2024-04-15
Posts: 3

Re: [SOLVED] Issues with qBittorrent and Qt 6.7.0

The issue has been fixed in mutter https://gitlab.gnome.org/GNOME/mutter/-/issues/3435

Offline

#93 2024-04-21 13:27:22

tekstryder
Member
Registered: 2013-02-14
Posts: 134

Re: [SOLVED] Issues with qBittorrent and Qt 6.7.0

Verified this issue is fixed with mutter 46.1 tagged release.

Offline

#94 2024-04-21 16:50:39

t00
Member
Registered: 2024-04-12
Posts: 6

Re: [SOLVED] Issues with qBittorrent and Qt 6.7.0

Yes, after fresh update everything is working.

Offline

Board footer

Powered by FluxBB