2

As per @Archisman Panigrahi advice, I'm posting a new question regarding qt5ct. I've recently reinstall 22.04 and found that the Style drop-down menu only has Fusion and Windows, hence, I am unable to have Okular toolbar change according to Gnome's theme as I did before the re-installation. Weird thing is GTK is available in Standard Dialog drop-down menu.

The original solution is available here and my original question.

Kindly advise

Lorenz Keel
  • 9,511
ManOnTheMoon
  • 1,512
  • 8
  • 21

1 Answers1

2

Additional styles are available after installing the package qt5-style-plugins.

It is available from the Ubuntu repositories and you can install it by:

sudo apt install qt5-style-plugins

In order to make qt5ct the default theme manager for Qt apps, run the command:

echo "export QT_QPA_PLATFORMTHEME=qt5ct" >> ~/.profile
Lorenz Keel
  • 9,511