Skip to content
Juha Kukkonen edited this page Mar 20, 2018 · 7 revisions

Loginized is not listing any of themes or theme I want

If there is a case that application is not listing theme you want it to list it is because that theme does not have gnome-shell/gnome-shell-theme.gresource in it. Only compiled themes can be currently installed as login theme via Loginized.

To solve this issue without furhter Googling you could follow next few simple steps:

  • Make folder gnome-shell in your theme folder located in /usr/share/themes/mytheme/.
  • Run following command in terminal # loginized-cli compile /usr/share/themes/mytheme /usr/share/themes/mytheme/gnome-shell
  • Tada! Now when you restart the Loginized application or even run command $ loginized-cli list it should list the theme you just compiled to be available in application.

Of course replace your the mytheme with actual name of the theme.

Clone this wiki locally