-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for qt5ct with qt5-gtk-platformtheme #1357
Comments
Hi @lwbt, thank you for taking time to report this and for the research, awesome! |
Hi @lwbt -From your description it looks like you installed only Yaru-shell theme, correct me if I'm wrong. |
Yaru is installed by default in 19.04, no need to install other pieces
manually
…On Sun, 12 May 2019, 23:47 Paz-it, ***@***.***> wrote:
Hi @lwbt <https://github.com/lwbt> -From your description it looks like
you installed only Yaru-shell theme, correct me if I'm wrong.
IF I'm right you have to install the Gtk part of it that include Gtk3+Gtk2
as well.
When you do :
Try to choose Gtk2 in the menu and run your example line like this :
QT_QPA_PLATFORMTHEME="gtk2" vlc
Is it working for you that way?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1357 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAWAAHXVHLMWI2CBKB3LS4DPVCGALANCNFSM4HMKRKGQ>
.
|
That's correct @clobrano , Sorry! I'm still on 18.04 LTS . But all the rest should work as far as I understand. |
Opened the zip.. isn't this the same as |
I don't see any relation. |
Nvm, I should stay away from GitHub before 10:00 xD |
The Qt5 configuration tool will only show Qt themes. There is an Adwaita Qt theme, which provides Adwaita and Adwiata-Dark for Qt apps - which is why these appear in the list. For Yaru to appear in this list, there would need to be a pure Qt version of Yaru. I seem to recall that Adwaita-Qt is GPL licenses, as is Kvantum, so not sure Ubuntu can install that - for the same reasons it cannot use Kvantum. |
Expected Behavior
QT5 apps like KeepassXC and VLC should render in GTK3 Yaru style instead of Adwaita.
I did some research and found threads where
qt5ct
withqt5-gtk-platformtheme
is recommended: keepassxreboot/keepassxc#1931Actual Behavior
Only Adwaita is offered in the selection.
Steps to Reproduce the Problem
apt install qt5ct qt5-gtk-platformtheme
qt5ct
, for example to use a dark theme variantQT_QPA_PLATFORMTHEME="qt5ct" vlc
or put it in your .profile fileSpecifications
I'm running yaru as it is shipped with 19.04.
Software that presents the issue:
The text was updated successfully, but these errors were encountered: