The menus on linux are incomplete, for some reason the installer does not add the default path to the application on the .desktop files. for example:
[Desktop Entry]
Comment=
Exec=/home/darkstar/apps/games/quake4/quake4
GenericName=Play Quake 4
Icon=/home/darkstar/apps/games/quake4/q4icon.xpm
Name=Quake 4
NoDisplay=false
---> Path=/home/darkstar/apps/games/quake4 <-- This is the one that is missing on the linux installers even when you put the path in the correct way on the installer generator.
StartupNotify=true
Terminal=false
TerminalOptions=
Type=Application
X-KDE-SubstituteUID=false
X-KDE-Username=
The menus on linux are incomplete, for some reason the installer does not add the default path to the application on the .desktop files. for example: [Desktop Entry] Comment= Exec=/home/darkstar/apps/games/quake4/quake4 GenericName=Play Quake 4 Icon=/home/darkstar/apps/games/quake4/q4icon.xpm Name=Quake 4 NoDisplay=false ---> Path=/home/darkstar/apps/games/quake4 <-- This is the one that is missing on the linux installers even when you put the path in the correct way on the installer generator. StartupNotify=true Terminal=false TerminalOptions= Type=Application X-KDE-SubstituteUID=false X-KDE-Username=