The patch now also changes kdeglobals to handle the new KF behavior of pushing the default styling more aggressively (https://invent.kde.org/frameworks/kiconthemes/-/issues/3). To get the change, it should be enough to open the configurator and click OK (it will write both the qt6ct config and kdeglobals).
Although, kconfigwidgets has a bug with the widget style key name so it will fully work only starting with KF 6.7.0.
Pinned Comments
ilya-fedin commented on 2023-11-08 18:17 (UTC) (edited on 2024-03-12 00:06 (UTC) by ilya-fedin)
Some user guide:
My patchset contains multiple fixes/features in comparison to vanilla qt6ct:
xdg-desktop-portal allows you to have KDE dialogs in non-KDE environment without installing plasma-integration package. To get them, all you need is:
How to ensure that session dbus instance is running correctly when using xinit (DMs should already do the right thing for you):
for f in /etc/X11/xinit/xinitrc.d/?*.sh
loop from /etc/X11/xinit/xinitrc to your .xinitrcsystemctl --user status dbus
and the service is running. You shouldn't enable the service, it should be activated by dbus.socket.In case of Wayland, you may need to integrate your WM with systemd (that's what one of the scripts in /etc/X11/xinit/xinitrc.d does for X11): https://github.com/swaywm/sway/wiki#gtk-applications-take-20-seconds-to-start