Package Details: qt6ct-kde 0.10-1

Git Clone URL: https://aur.archlinux.org/qt6ct-kde.git (read-only, click to copy)
Package Base: qt6ct-kde
Description: Qt 6 Configuration Utility, patched to work correctly with KDE applications
Upstream URL: https://github.com/ilya-fedin/qt6ct
Licenses: BSD
Conflicts: qt6ct
Provides: qt6ct
Submitter: ilya-fedin
Maintainer: ilya-fedin
Last Packager: ilya-fedin
Votes: 21
Popularity: 3.30
First Submitted: 2023-11-08 18:16 (UTC)
Last Updated: 2025-02-04 20:31 (UTC)

Pinned Comments

ilya-fedin commented on 2023-11-08 18:17 (UTC) (edited on 2025-03-04 14:40 (UTC) by ilya-fedin)

Some user guide:

My patchset contains multiple fixes/features in comparison to vanilla qt6ct:

  1. KDE color schemes support
  2. KDE QML applications theming support
  3. KDE's icon engine is used, fixing monochrome icons colors (I saw problems with e.g. Adapta Kvantum theme on KDE applications toolbars, like dolphin, they're grey when should be white)

It's important to set a KDE color scheme (marked as (KColorScheme) in the list) for proper theming of KDE apps.

Additionally, if one wants KDE dialogs, this could be reached either with plasma-integration or xdg-desktop-portal (both work with vanilla qt6ct, too).

To get them with plasma-integration:

  1. Install plasma-integration
  2. Choose KDE as standard dialogs in qt6ct configurator

To get them with xdg-desktop-portal-kde:

  1. Install xdg-desktop-portal + xdg-desktop-portal-kde
  2. Configure xdg-desktop-portal's FileChooser to kde, see https://wiki.archlinux.org/title/XDG_Desktop_Portal#Configuration
  3. Ensure that session dbus instance is running correctly
  4. Choose XDG Desktop Portal as standard dialogs in qt6ct configurator

How to ensure that session dbus instance is running correctly when using xinit (DMs should already do the right thing for you):

  1. Ensure you don't have dbus-launch nor dbus-session-run in .xinitrc
  2. Ensure you copied the for f in /etc/X11/xinit/xinitrc.d/?*.sh loop from /etc/X11/xinit/xinitrc to your .xinitrc
  3. Ensure you have no errors in systemctl --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

Latest Comments

1 2 3 4 Next › Last »

ilya-fedin commented on 2025-03-05 15:52 (UTC)

The new MR URL is https://www.opencode.net/trialuser/qt6ct/-/merge_requests/9

ilya-fedin commented on 2025-03-05 14:49 (UTC)

New qt6ct upstream is found https://www.opencode.net/trialuser/qt6ct

ilya-fedin commented on 2025-03-04 14:26 (UTC)

So it seems the repo got archived not at author's will but due to sanctions. Arch maintainers don't seem to want to switch upstream. If anyone has account on sourceforge, asking author what's the new upstream URL might be the only way forward.

More info at https://gitlab.archlinux.org/archlinux/packaging/packages/qt6ct/-/issues/1

KdU7aq commented on 2025-02-06 17:42 (UTC)

qt6ct got archived on github so I took the liberty to completely fork it. I released 0.10 on my repo, I wonder whether we can ask to switch official Arch package to it?

Indeed, it would be nice if this could replace current extra/qt6ct which still uses archived upstream project.

Thank you for your work!

ilya-fedin commented on 2025-02-04 20:31 (UTC)

qt6ct got archived on github so I took the liberty to completely fork it. I released 0.10 on my repo, I wonder whether we can ask to switch official Arch package to it?

DrTebi commented on 2025-01-17 16:56 (UTC)

Great, I finally have dolphin in dark again. My eyes were hurting already ;) Thanks for providing this.

Kyuunex commented on 2024-11-23 07:51 (UTC)

fair enough, didn't know there was a flag for it.

ilya-fedin commented on 2024-11-23 07:37 (UTC)

Isn't it enough to allow the AUR helper to ignore the arch, without editing the PKGBUILD?

Kyuunex commented on 2024-11-23 07:30 (UTC)

Any chance you could add aarch64 on line 9? I managed to get this to build on Arch Linux ARM and it would be cool it just worked without the user editing the PKGBUILD themselves. Same for qt5ct-kde.