Created
May 23, 2023 23:14
-
-
Save jimkang/46de7344ac15a7b8a47540b566c32ad7 to your computer and use it in GitHub Desktop.
Obsidian AppImage desktop shortcut that goes in /usr/share/applications/obsidian.desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Name=Obsidian | |
GenericName=Notes organizer | |
Comment=Organize notes | |
Exec=/home/jimkang/apps/Obsidian-1.0.3.AppImage | |
Terminal=false | |
Type=Application | |
Keywords=notes;organizer; | |
Keywords[fr]=Texte;éditeur; | |
Keywords[ru]=текст;текстовый редактор; | |
Keywords[sr]=Текст;едитор; | |
Keywords[tr]=Metin;düzenleyici; | |
Icon=/home/jimkang/apps/obsidian-meta/obsidian-icon-256.png | |
Categories=Utility;TextEditor; | |
StartupNotify=false | |
MimeType=text/english;text/plain;text/x-markdown; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment