I found a bug about this. Please fix it on next release. ===================================================== Left base folder: /home/limityn/Downloads/launchy/launchy-2.5 Right base folder: /home/limityn/src/launchy-2.5 --- platforms/unix/platform_unix.cpp 2010-03-11 08�49�22.000000000 +++ platforms/unix/platform_unix.cpp 2019-04-06 14�39�24.000000000 @@ -156,12 +156,14 @@ QString name = ""; QString icon = ""; QString exe = ""; while(!file.atEnd()) { QString line = file.readLine(); + + if (line[0]...