Tomas-M / xlunch

Graphical app launcher for X with minimal dependencies
http://xlunch.org
GNU General Public License v3.0
219 stars 37 forks source link

Genentries could not find index.theme for theme adwaita-dark #152

Open Dale-CDL opened 2 months ago

Dale-CDL commented 2 months ago

I am using version 4.7.5 on Void Linux. I downloaded the tarball and compiled it.

When I execute 'genentries --theme adwaita-dark > entries.dsv'. The output of the entries.dsv file is 'Could not find index.theme for theme adwaita-dark'.

When I execute 'genentries > entries.dsv'. The output of the entries.dsv is correct. However, I get the error 'Could not find index.theme for theme adwaita-dark'.

I am using adwaita-dark and have it installed in '/usr/share/themes/Adwaita-dark/index.theme'.

What am I missing to get this to work?

Thank you, Dale