I noticed whenever I force qt applications to use any GTK theme on Ubuntu 19.10 by adding the line export QT_QPA_PLATFORMTHEME=gtk2
to .profile
, the startup time goes from 1-3 seconds to 20+ seconds for vlc and qbittorrent. Why is this and is there anything I can do?
I have ran sudo apt install qt5ct and sudo apt install qt5-style-plugins
sudo gdk-pixbuf-query-loaders --update-cache
if it helps? – user.dz Nov 01 '19 at 00:44@
followed by the first letter(s) of the user's name. Otherwise, they may not be notified that you've responded. Also, please add any additional information by editing your question as well. – DK Bose Nov 01 '19 at 02:47gtk2
in qt5ct's GUI and setting Adwaita-dark in Tweaks. No lag. I didn't use the.profile
route. OS: Ubuntu 19.10. All packages installed usingsudo apt install
. – DK Bose Nov 01 '19 at 03:47