Removed spaces in desktop files.

This commit is contained in:
Bradley 2020-05-08 22:00:05 -07:00
parent ff2879b31a
commit d5216c77ce

View file

@ -28,38 +28,38 @@ _Entry should be AppName.desktop_
- [Plexamp](https://plexamp.com/#downloads) - [Plexamp](https://plexamp.com/#downloads)
``` ```
[Desktop Entry] [Desktop Entry]
Encoding=UTF-8 Encoding=UTF-8
Version=1.0 Version=1.0
Type=Application Type=Application
Terminal=false Terminal=false
Exec=/home/bshellnu/Plexamp-3.0.2.AppImage Exec=/home/bshellnu/Plexamp-3.0.2.AppImage
Name=Plexamp Name=Plexamp
Icon=/home/bshellnu/Documents/Desktop Icons/plexamp.png Icon=/home/bshellnu/Documents/Desktop Icons/plexamp.png
MimeType=x-scheme-handler/xxx;text/html; MimeType=x-scheme-handler/xxx;text/html;
``` ```
- [Standard Notes](https://standardnotes.org/extensions?downloaded=linux) - [Standard Notes](https://standardnotes.org/extensions?downloaded=linux)
``` ```
[Desktop Entry] [Desktop Entry]
Encoding=UTF-8 Encoding=UTF-8
Version=1.0 Version=1.0
Type=Application Type=Application
Terminal=false Terminal=false
Exec=/home/bshellnu/Standard-Notes-3.3.5.AppImage Exec=/home/bshellnu/Standard-Notes-3.3.5.AppImage
Name=Standard Notes Name=Standard Notes
Icon=/home/bshellnu/Documents/Desktop Icon=/home/bshellnu/Documents/Desktop
Icons/StandardNotesIcon.png Icons/StandardNotesIcon.png
``` ```
- [Yubico Authenticator](https://www.yubico.com/products/services-software/download/yubico-authenticator/#download_here) - [Yubico Authenticator](https://www.yubico.com/products/services-software/download/yubico-authenticator/#download_here)
``` ```
[Desktop Entry] [Desktop Entry]
Encoding=UTF-8 Encoding=UTF-8
Version=1.0 Version=1.0
Type=Application Type=Application
Terminal=false Terminal=false
Exec=/home/bshellnu/yubioath-desktop-5.0.1-linux.AppImage Exec=/home/bshellnu/yubioath-desktop-5.0.1-linux.AppImage
Name=Yubico Authenticator Name=Yubico Authenticator
Icon=/home/bshellnu/Documents/Desktop Icons/YubicoAuthIcon.png Icon=/home/bshellnu/Documents/Desktop Icons/YubicoAuthIcon.png
``` ```