Hi,
I am trying to make a shortcut at the desktop , but it throws "An error occurred while starting the app" message instead of starting my app. How should I create the corresponding shortcut ?
MATE 1.16 - how to create a shortcut at the desktop?
- Ed_P
- Contributor
- Posts: 8908
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
MATE 1.16 - how to create a shortcut at the desktop?
You going to tell us the name of the app or show us your desktop code?
MATE 1.16 - how to create a shortcut at the desktop?
I mean steps to create the shortcut from GUI. I am trying to create a shortcut for Telegram with some specific cmd line arguments but no luck. However, when I enter these params in the terminal window, it runs flawlessly.
- Ed_P
- Contributor
- Posts: 8908
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
MATE 1.16 - how to create a shortcut at the desktop?
Well, in my /home/guest/Desktop folder I have a file named BootMode.desktop which is executable and contains the following lines of code:
How does that compare with your desktop file?
Code: Select all
[Desktop Entry]
Name=bootmode
Exec=sh /home/guest/bootmode.sh
Icon=/usr/share/pixmaps/porteus/dialog-warning.svg
Terminal=true
Type=Application
Name[en_US]=BootMode
StartupNotify=false