On Sat Feb 10, 2018 at 11:11:02AM +0100, Landry Breuil wrote:
> Hi,
> 
> i'm debugging an issue with qgis & qt/gtk integration, and had the need
> to change/try more qt styles, so did a quick port for
> https://sourceforge.net/projects/qt5ct/ and
> https://github.com/qt/qtstyleplugins - dunno if that's worth import, and
> if they should be under x11/qt5 or separate as not part of qt.
> 
> Landry

qt5ct works fine here after setting QT_QPA_PLATFORMTHEME:

[ "$XDG_CURRENT_DESKTOP" = "KDE" ] || [ "$XDG_CURRENT_DESKTOP" = "GNOME" ] || 
export QT_QPA_PLATFORMTHEME="qt5ct"

But needs some tweaks:

missing RDEP on devel/desktop-file-utils
missing @exec of update-desktop-database
missing @unexec-delete of update-desktop-database

Two little qtstyleplugins enhancements:

- tab after GH_PROJECT
- s/BSD/GPLv4+, LGPLv2+/

Reply via email to