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

Added a check to load each icon and output errors #32

Closed PMunch closed 7 years ago

PMunch commented 7 years ago

To aid people in setting up their config this change will output error messages if an icon couldn't be loaded.

Tomas-M commented 7 years ago

Imlib caches all loaded images anyway so it does not degrade performance, as far as I know.

PMunch commented 7 years ago

Well, you already check if the image is off screen before you load it. So theoretically if a user had icons that would overflow the screen and not show up with what they were searching for the image should never be loaded. But the realistic hit would probably be close to nothing.