Search Criteria
Package Details: qt6-tools-desktop 6.8.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/qt6-tools-desktop.git (read-only, click to copy) |
---|---|
Package Base: | qt6-tools-desktop |
Description: | Adds desktop integration files for qt6-tools (assistent, designer, linguist and qdbusviewer) |
Upstream URL: | https://www.qt.io |
Licenses: | GPL3 |
Groups: | qt6 |
Submitter: | nomisge |
Maintainer: | nomisge |
Last Packager: | nomisge |
Votes: | 7 |
Popularity: | 1.72 |
First Submitted: | 2022-01-08 17:11 (UTC) |
Last Updated: | 2024-11-29 10:11 (UTC) |
Latest Comments
sausix commented on 2025-01-04 02:24 (UTC)
The window icons do not show up under Wayland/KDE. It's a wide spread bug over multiple applications resulting in showing the default wayland icon.
Cause: The window class still just is "designer" unless you override it to "designer6" by window rules. This tag is being derived from the Qt application name. And it has to match the desktop file name which then should be "designer.desktop". If there's no match these applications can't lookup their icon.
StartupWMClass=designer
in the desktop file should work. But it doesn't for me even after update-desktop-database.Also doesn't work because it probably gets overridden:
designer6 --qwindowicon ...
Poscat commented on 2024-11-29 02:08 (UTC)
git is missing from makedepends
asalde_le1 commented on 2024-10-25 08:26 (UTC) (edited on 2024-10-25 08:34 (UTC) by asalde_le1)
Hello! Here is my patch: https://pastebin.com/qzjLeE36.
Update: Qt 6.8.0, icons and desktop entries
This commit updates the package to Qt 6.8.0 and makes changes to icons and desktop entries:
Thank you in advance for your review!
P. S. "git am" to apply.
krobe commented on 2023-12-28 20:46 (UTC)
Although this is easy enough to change after installing the package, it would be helpful to use
Qt6 QDBusViewer
for the Name to distinguish it from the qt5-tools version of QDBusViewer.