Desktop shortcut for openSTM32 under Linux
Hi
I created a desktop shortcut file in order to have a shortcut for openSTM32 in GNOME (this should work also for other window managers).
The file should be located in /usr/local/share/applications for a global config or in ~/.local/share/applications for single user. The file name can be something like openSTM32.desktop.
I installed openSTM32 in /opt/Ac6, the content of the file is:
[Desktop Entry] Name=openSTM32 Exec=/opt/Ac6/SystemWorkbench/eclipse MimeType=application/x-SystemWorkbench Icon=/opt/Ac6/SystemWorkbench/logo_openstm32.ico Terminal=false Type=Application Categories= Comment= Keywords=Ac6;openSTM32
Could such a file be automatically installed when installing openSTM32?
Bests