You are not logged in.

#26 2023-03-02 02:17:39

benm
Member
Registered: 2021-03-28
Posts: 69

Re: [SOLVED] Visual bug in QML based GUIs (bug reported, workaround found)

Wow, this worked: QT_STYLE_OVERRIDE= QT_QPA_PLATFORMTHEME=gtk3 XDG_CURRENT_DESKTOP= kasts.

Truly all that was necessary was QT_QPA_PLATFORMTHEME=gtk3 kasts

Offline

#27 2023-03-02 06:40:52

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

Re: [SOLVED] Visual bug in QML based GUIs (bug reported, workaround found)

It's gonna be either the KDE platform plugin, your visual style or - in case that's actually selected and since it's always soemhow at the end of a problem, the deepin platform plugin.

Offline

#28 2023-03-03 02:07:29

benm
Member
Registered: 2021-03-28
Posts: 69

Re: [SOLVED] Visual bug in QML based GUIs (bug reported, workaround found)

I've tested switching to the default Breeze theme and there was no impact. I also went ahead and completely uninstalled everything deepin on my system including the platform plugins. I looked up the kde plugins but a pacman -Qs plugin | grep kde gave me these options and I am not sure which would be the platform plugin:

local/dolphin-plugins 22.12.2-1 (kde-applications kdesdk)
local/kdecoration 5.27.2-1 (plasma)
local/kdenetwork-filesharing 22.12.2-1 (kde-applications kde-network)
local/kdesdk-thumbnailers 22.12.2-1 (kde-applications kdesdk)
local/kdevelop-php 22.12.2-1 (kde-applications kdevelop)
local/kipi-plugins 22.04.0-1 (kde-applications kde-graphics)
local/telepathy-kde-contact-runner 22.12.2-1 (kde-applications kde-network telepathy-kde)
local/telepathy-kde-send-file 22.12.2-1 (kde-applications kde-network telepathy-kde)

Offline

#29 2023-03-03 07:43:08

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

Re: [SOLVED] Visual bug in QML based GUIs (bug reported, workaround found)

QT_QPA_PLATFORMTHEME=kde kasts

exhibits the problem?
https://archlinux.org/packages/extra/x8 … tegration/ => probably https://archlinux.org/packages/extra/x8 … top-style/

Install https://archlinux.org/packages/community/x86_64/qt5ct/ and use that as your platform theme and report a bug to KDE

Offline

#30 2023-03-04 03:59:20

benm
Member
Registered: 2021-03-28
Posts: 69

Re: [SOLVED] Visual bug in QML based GUIs (bug reported, workaround found)

QT_QPA_PLATFORMTHEME=kde kasts produces the same bug.

Bug reported https://bugs.kde.org/show_bug.cgi?id=466804

Installed qt5ct and set theme in KDE application styles but this did not resolve.

Offline

#31 2023-03-04 07:17:50

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

Re: [SOLVED] Visual bug in QML based GUIs (bug reported, workaround found)

You'll still have to set "QT_QPA_PLATFORMTHEME=qt5ct" for qt5ct to be used.

Offline

#32 2023-03-04 16:47:05

benm
Member
Registered: 2021-03-28
Posts: 69

Re: [SOLVED] Visual bug in QML based GUIs (bug reported, workaround found)

I tried exporting that in my .xprofile but it introduced visual bugs in most of the rest of plasma. So as a stopgap, I am on a per-application basis editing the .desktop files to add QT_QPA_PLATFORMTHEME=qt5ct for known problem programs.

Offline

#33 2023-03-04 17:09:05

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

Re: [SOLVED] Visual bug in QML based GUIs (bug reported, workaround found)

'key…

Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.

Also you might want to update the kasts bug w/ the recent results.

Offline

#34 2023-03-04 19:19:15

benm
Member
Registered: 2021-03-28
Posts: 69

Re: [SOLVED] Visual bug in QML based GUIs (bug reported, workaround found)

I'll consider it partially solved since we got to the point of the bug report and workaround.

Offline

#35 2023-03-09 18:12:40

benm
Member
Registered: 2021-03-28
Posts: 69

Re: [SOLVED] Visual bug in QML based GUIs (bug reported, workaround found)

Sorry to necro-bump this thread but in case future searchers come around, passing QT_QPA_PLATFORMTHEME=qt5ct prevented kdenlive from crashing on launch for me.

Edited 10/23/20203:

The root cause of this issue I have finally discovered.
kcmshell5 qtquicksettings had rendering set to software and I changed it to Automatic, fixing the problem. I do not know how software was initially selected as I didn't know about these settings' existence, but this has fixed all my problems related to this globally.

Last edited by benm (2023-10-23 23:54:56)

Offline

Board footer

Powered by FluxBB