Assuming you use KDE (you did not mention which desktop you use): open the application menu/starter and drag an application icon onto your desktop. Done.
linux doesn’t use shortcuts it uses desktop files
desktop files are text files which identify the application to launch and are usually shown in the menu bar in plasma5 you can drag a launcher from the menubar to the desktop
another way would be to create *.desktop files and put them in the Desktop directory ~/Desktop
to see some examples of desktop files check out the content of
/usr/share/applications
that’s a system folder and only root can edit files there but you can copy desktop files from there to your desktop or to
~/.local/share/applications
where user defined launchers (shortcuts) go
here’s an example of a launcher I did for Basilisk (it came without one)
I keep it as
~/.local/share/applications/Basilisk.desktop
you can use the above as an example on how to create your own launchers keep in mind enviroment variables don’t seam to work in desktop files (for me anyway) I couildn’t use ~ or $HOME I had to use the full path to the executable
mennoholscher;2866219 Wrote:
> Assuming you use KDE (you did not mention which desktop you use): open
> the application menu/starter and drag an application icon onto your
> desktop. Done.[/QUOUTE]
>
> I use a custom which is mostly GNOME
Hi
There are no more desktop shortcuts in GNOME Tumbleweed, as in it’s
deprecated.
–
Cheers Malcolm °¿° SUSE Knowledge Partner (Linux Counter #276890)
SLES 15 RC4 | GNOME Shell 3.26.2 | 4.12.14-18-default
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!
I don’t know how gnome does the desktop folder but just take a look at the files with the desktop extension in
/usr/share/applications
those are launchers ie shortcuts you can make custom shortcuts and put them in
/home/<you>/.local/share/applications/
and they will appear in the menu bar (start menu)
the default plasma 5 desktop comes with 2 shortcuts (desktop files) and you can put as many desktop files on it as you want but as you use Gnome and I haven’t in years I have no idea if Gnome displays launchers on the Desktop
here’s another simple example
you can copy the Firefox desktop file to your Desktop and you will get a Firefox shortcut on your desktop
this works with plasma 5 and lxqt the desktops I’ve tried I’m not sure about Gnome maybe under classic mode