Today I learnt that you can create a desktop short...
# today-i-learned
u
Today I learnt that you can create a desktop shortcut to Dendron workspace on Ubuntu (I have a feeling that it is written in the Wiki...if someone know where is it please let me know) In
~/.local/share/applications
, create a file named
{filename}.desktop
, then fill in the contents of the template:
Copy code
[Desktop Entry]
Name={name of shortcut}
Icon={path to the icon image file}
Comment={a short description of the application}
Exec=code {path to the workspace file}
Version=1.0
Type=Application
Categories=Utility;Development;IDE
Terminal=false
Keywords={some keywords for searching, I used dendron; Dendron as I used something else in the name}