View Single Post
nicolai's Avatar
Posts: 1,637 | Thanked: 4,424 times | Joined on Apr 2009 @ Germany
#20
1. There are still dos line breaks in your .desktop file
2. the desktop file names
Exec=maecount
as execution path. But your executable is installed in
/usr/bin/maecount/maecount.

Solution
- set
target.path = /usr/bin
instead of
target.path = /usr/bin/maecount
in your .pro file
- or set the full path in the desktop file:
Exec=/usr/bin/maecount

Nicolai
 

The Following User Says Thank You to nicolai For This Useful Post: