Open lwbt opened 5 years ago
Hi @lwbt, thank you for taking time to report this and for the research, awesome! I wonder how we can add yaru to the list, we might need to reach the maintainers of the project and ask them
Hi @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?
Yaru is installed by default in 19.04, no need to install other pieces manually
On Sun, 12 May 2019, 23:47 Paz-it, notifications@github.com 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 https://github.com/ubuntu/yaru/issues/1357#issuecomment-491632087, or mute the thread https://github.com/notifications/unsubscribe-auth/AAWAAHXVHLMWI2CBKB3LS4DPVCGALANCNFSM4HMKRKGQ .
Yaru is installed by default in 19.04, no need to install other pieces manually
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 https://github.com/ubuntu/yaru/issues/1294 ?
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: https://github.com/keepassxreboot/keepassxc/issues/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: