Register Decimal BASIC with Linux launcher

Register with Linux launcher

Start a text editor, and type

[Desktop Entry]
Type=Application
Encoding=UTF-8
Name=BASIC
Comment=Decimal BASIC Qt5 
Exec=/home/*************/BASICEn/basic --platform xcb
Icon=/home/*************/BASICEn/BASIC_ICON.png
Categories=Development;
Terminal=false

Replace ******** with log-in acount name, and modify them as accurate path to BASICEn
Modify "BASICEn" to the actual folder name.
In case of gtk2 editon, tail of Exec line "--platform xcb" is not needed.
For Chromebook, add -NI at the tail of the Exec line.
And then save as
~/.local/share/applications/basic.desktop 


Return