[Gambas-user] A little feature request

martin p cristia tercoide at hotmail.com
Tue Aug 10 14:25:56 CEST 2021


When the packager maked the installation .deb, the installer creates a 
.desktop file in /usr/share/applications. If our program can be used for 
opening some file types with rigth-click "Open with.." in the file 
manager we need a %u added in the "Exec=" entry:

[Desktop Entry]
Version=1.0
Name=GambasAPP
Comment=My great Gambas app
Exec=GambasAPP %u  <----------------------------THIS!
Icon=gambasapp
Terminal=false
Type=Application
StartupNotify=true
Categories=Engineering;Science;

MimeType=image/vnd.dwg;image/vnd.dxf


Of course ir can be manually added, but having it done by the packager 
would be great. Thanks in advance.

-- 

Saludos

Ing. Martin P Cristia



More information about the User mailing list