Tomas-M / xlunch

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

Some modifications to the genconf script #29

Closed PMunch closed 7 years ago

PMunch commented 7 years ago

Fixed a bug where ICON got emptied if the first search failed, meaning that the second search would search for a blank icon name. Also added the pixmap path to better comply with the freedesktop standard for icons. And last but not least added automatic conversion of .svg icons into a folder that get's copied into the xlunch install directory (to not pollute the icon folder). This uses imagemagick which adds a dependency so this should probably be optional (and the script should run a check to see if convert exists before running it).

Tomas-M commented 7 years ago

Thank you very much