From ff2879b31a4b22698aa85cdee95d7d8d7d5d7815 Mon Sep 17 00:00:00 2001 From: Bradley Date: Fri, 8 May 2020 21:57:56 -0700 Subject: [PATCH] Fixing desktop files for app image. --- linux/Desktop-Setup.md | 36 +++++++++++++++++++++++++++++++++--- 1 file changed, 33 insertions(+), 3 deletions(-) diff --git a/linux/Desktop-Setup.md b/linux/Desktop-Setup.md index c09f9f6..6ee3697 100644 --- a/linux/Desktop-Setup.md +++ b/linux/Desktop-Setup.md @@ -27,9 +27,39 @@ _Entry should be AppName.desktop_ ### Entries Currently Using - [Plexamp](https://plexamp.com/#downloads) - `[Desktop Entry] Encoding=UTF-8 Version=1.0 Type=Application Terminal=false Exec=/home/bshellnu/Plexamp-3.0.2.AppImage Name=Plexamp Icon=/home/bshellnu/Documents/Desktop Icons/plexamp.png MimeType=x-scheme-handler/xxx;text/html;` +``` + [Desktop Entry] + Encoding=UTF-8 + Version=1.0 + Type=Application + Terminal=false + Exec=/home/bshellnu/Plexamp-3.0.2.AppImage + Name=Plexamp + Icon=/home/bshellnu/Documents/Desktop Icons/plexamp.png + MimeType=x-scheme-handler/xxx;text/html; +``` -- [Standard Notes](https://standardnotes.org/extensions?downloaded=linux) `[Desktop Entry] Encoding=UTF-8 Version=1.0 Type=Application Terminal=false Exec=/home/bshellnu/Standard-Notes-3.3.5.AppImage Name=Standard Notes Icon=/home/bshellnu/Documents/Desktop Icons/StandardNotesIcon.png` +- [Standard Notes](https://standardnotes.org/extensions?downloaded=linux) +``` + [Desktop Entry] + Encoding=UTF-8 + Version=1.0 + Type=Application + Terminal=false + Exec=/home/bshellnu/Standard-Notes-3.3.5.AppImage + Name=Standard Notes + Icon=/home/bshellnu/Documents/Desktop + Icons/StandardNotesIcon.png +``` - [Yubico Authenticator](https://www.yubico.com/products/services-software/download/yubico-authenticator/#download_here) - `[Desktop Entry] Encoding=UTF-8 Version=1.0 Type=Application Terminal=false Exec=/home/bshellnu/yubioath-desktop-5.0.1-linux.AppImage Name=Yubico Authenticator Icon=/home/bshellnu/Documents/Desktop Icons/YubicoAuthIcon.png` +``` + [Desktop Entry] + Encoding=UTF-8 + Version=1.0 + Type=Application + Terminal=false + Exec=/home/bshellnu/yubioath-desktop-5.0.1-linux.AppImage + Name=Yubico Authenticator + Icon=/home/bshellnu/Documents/Desktop Icons/YubicoAuthIcon.png +```