I am trying to create a shortcut for a word document (.docx
) on Lubuntu desktop (22.04 LTS). I thought I could create a symlink as follows:
ln -s a.docx ~/Desktop/
The symlink does get created and show up as a shortcut on the desktop. But it seems that Lubuntu does not treat it as a shortcut. When I double-click a.docx
on Desktop, Lubuntu asks me to choose a program to open the symlink as shown in the screenshot below.
What is the right way to create a shortcut on Lubuntu desktop?