Skip to content

Latest commit

 

History

History
115 lines (93 loc) · 3.5 KB

Desktop-Setup.md

File metadata and controls

115 lines (93 loc) · 3.5 KB

Desktop Setup

Gnome Extensions

Desktop Icon Creation

Entry should exist in ~/.local/share/applications/ Entry should be AppName.desktop

Example Entry

[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Terminal=false
Exec=~/{IMAGE_NAME}.AppImage
Name={DESKTOP_NAME}
Icon={IMAGE_LOCATION}
MimeType=x-scheme-handler/xxx;text/html;

Entries Currently Using

  1. Bitwarden
[Desktop Entry]
Encoding=UTF-8
Version=1.26.5
Type=Application
Terminal=false
Exec=/home/bshellnu/Bitwarden-1.26.5-x86_64.AppImage
Name=Bitwarden
Icon=/home/bshellnu/Documents/Desktop Icons/Bitwarden.png
MimeType=x-scheme-handler/bitwarden;text/html;
  1. Plexamp
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Terminal=false
Exec=/home/bshellnu/Plexamp-3.0.2.AppImage --disable-seccomp-filter-sandbox
Name=Plexamp
Icon=/home/bshellnu/Documents/Desktop Icons/plexamp.png
MimeType=x-scheme-handler/xxx;text/html;
  1. Standard Notes
[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
  1. Yubico Authenticator
[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
  1. Buckets
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Terminal=false
Exec=/home/bshellnu/Buckets-0.57.5.AppImage
Name=Buckets
Icon=/home/bshellnu/Documents/Desktop Icons/BudgetBucketsIcon.png