There is pkgbuild already in Arch Gitlab page, just import it here. It should work out of box.
Search Criteria
Package Details: qt5ct-kde 1.8-15
Package Actions
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) |
Required by (10)
- artix-dark-theme-git (requires qt5ct) (optional)
- autokey-git (requires qt5ct)
- cameracontrol-bin (requires qt5ct) (optional)
- editcp (requires qt5ct)
- kdeltachat-git (requires qt5ct)
- lxqt-qt5ct (requires qt5ct)
- nscde (requires qt5ct) (optional)
- nscde-git (requires qt5ct) (optional)
- paperde (requires qt5ct)
- wayfire-desktop-git (requires qt5ct)
Sources (2)
ozky commented on 2025-04-06 19:49 (UTC)
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?
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:
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:
To get them with xdg-desktop-portal-kde:
kde
, see https://wiki.archlinux.org/title/XDG_Desktop_Portal#ConfigurationHow 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