In the Guidelines for the Ubuntu App Showdown I can read:
The .desktop file is installed in the standard location /usr/share/applications, but must have the prefix 'extras-' added to its name. Example: extras-foobar.desktop for a package named foobar.
Then I renamed pyenglish.desktop.in to extras-pyenglish.desktop.in and changed the setup.py line 57 to:
fin = file('extras-pyenglish.desktop.in', 'r')
And run this command for using /opt with Quickly:
quickly package --extras
- The desktop file is included in /opt/extras.ubuntu.com/package/share/applications/.desktop
- The bin file is included in /opt/extras.ubuntu.com/package/bin/
The problem is that Ubuntu not found the app in the system :(
How could I change this behavior? Thanks!