Package Details: qt5ct-kde 1.8-15

Git Clone URL: https://aur.archlinux.org/qt5ct-kde.git (read-only, click to copy)
Package Base: qt5ct-kde
Description: Qt5 Configuration Utility, patched to work correctly with KDE applications
Upstream URL: https://qt5ct.sourceforge.io/
Licenses: BSD
Conflicts: qt5ct
Provides: qt5ct
Submitter: ilya-fedin
Maintainer: ilya-fedin
Last Packager: ilya-fedin
Votes: 20
Popularity: 0.74
First Submitted: 2021-07-11 08:02 (UTC)
Last Updated: 2024-10-25 18:56 (UTC)

Dependencies (3)

Required by (10)

Sources (2)

Pinned Comments

ilya-fedin commented on 2025-02-17 06:27 (UTC) (edited on 2025-02-17 06:28 (UTC) by ilya-fedin)

Looks like it's over, Plasma 5 is removed from the repos. Now the only things possible to do are to remove the package somehow (how? I don't see such a button) or to wait, maybe someone will re-package the deps in the AUR.

ilya-fedin commented on 2021-07-11 08:04 (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 qt5ct:

  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 qt5ct, too).

To get them with plasma-integration:

  1. Install plasma-integration
  2. Choose KDE as standard dialogs in qt5ct 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 qt5ct 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 »

ozky commented on 2025-04-06 19:49 (UTC)

There is pkgbuild already in Arch Gitlab page, just import it here. It should work out of box.

https://gitlab.archlinux.org/archlinux/packaging/packages/qqc2-desktop-style5/-/blob/main/PKGBUILD?ref_type=heads

italiatroller commented on 2025-03-08 11:05 (UTC)

i found an archive for qqc2-desktop-style5 package https://archive.org/details/archlinux_pkg_qqc2-desktop-style5

kicka commented on 2025-02-25 18:08 (UTC)

I used "downgrade" to install qqc2-desktop-style5 again on my system, and then I reinstalled qt5ct-kde. Everything works fine on my end. Thanks to downgrade now I have amarok and smplayer with dark theme again. Hope this helps.

ilya-fedin commented on 2025-02-21 21:40 (UTC)

Well, the patch also exists at https://github.com/ilya-fedin/nur-repository/blob/master/pkgs/qt5ct/qt5ct-shenanigans.patch and should remain in git history even after I remove it (which will happen when non-patched qt5ct gets removed from nixpkgs)

Kyuunex commented on 2025-02-21 21:23 (UTC) (edited on 2025-02-21 21:23 (UTC) by Kyuunex)

If you have any access to a working qt5ct-kde (e.g. system backup, other non-upgraded system), you can use the Create menu item on three dots button of color scheme chooser.

Thanks

Not sure what you mean, qt5ct-kde doesn't have a github repo.

I mean just make one and archive it. Would still be useful on other distros that still ship Plasma 5. If it wouldn't be a problem. Don't want the project to be lost.

ilya-fedin commented on 2025-02-20 14:11 (UTC)

I still would like to be able to make use of the custom kde color schemes I made, across the numerous apps still on qt5. Perhaps we could get a script to convert them to work with normal qt5ct?

If you have any access to a working qt5ct-kde (e.g. system backup, other non-upgraded system), you can use the Create menu item on three dots button of color scheme chooser.

EDIT: Also would appreciate if you also archive qt5ct-kde on github.

Not sure what you mean, qt5ct-kde doesn't have a github repo.

Kyuunex commented on 2025-02-20 11:57 (UTC) (edited on 2025-02-20 12:01 (UTC) by Kyuunex)

I still would like to be able to make use of the custom kde color schemes I made, across the numerous apps still on qt5. Perhaps we could get a script to convert them to work with normal qt5ct?

EDIT: Also would appreciate if you also archive qt5ct-kde on github.

ilya-fedin commented on 2025-02-17 06:27 (UTC) (edited on 2025-02-17 06:28 (UTC) by ilya-fedin)

Looks like it's over, Plasma 5 is removed from the repos. Now the only things possible to do are to remove the package somehow (how? I don't see such a button) or to wait, maybe someone will re-package the deps in the AUR.

Palestrino commented on 2025-02-16 21:42 (UTC)

qqc2-desktop-style 5 dependency broken

ilya-fedin commented on 2024-05-28 11:08 (UTC)

Are you sure you have binutils installed?