I would like to add the gapminder executable file to the lubuntu menu, with as little terminal use as possible... Is there any way to do this? Here is an attached image of the file:
Asked
Active
Viewed 2,033 times
0
1 Answers
0
The easiest way in my opinion is this:
Open directory /usr/share/applications with sudo rights (easiest way with command 'gksu pcmanfm', gksu must be installed) and create the file appname.desktop and put this inside:
[Desktop Entry]
Name='appname'
Exec=/'path-to-app'/'appname'
Terminal=false
Type=Application
The menu will detect it automatically (a reboot may be needed).

Thanos Apostolou
- 4,481
gapminder
from? How did you install it? Seems like a Windows program because ofapplication.ini
in your image. – DK Bose Mar 06 '16 at 04:37