mirror of
https://github.com/BradNut/computer-setup-info
synced 2025-09-08 17:40:23 +00:00
2.6 KiB
2.6 KiB
Desktop Setup
Gnome Extensions
- Arc Menu
- If error restart UI and/or check if installed:
sudo apt-get install gir1.2-gmenu-3.0andsudo apt-get install gnome-menus - Blyr
- Caffeine
- Dash to Dock
- Dash to Panel
- gTile
- OpenWeather
- Panel OSD
- Removable Drive Menu
- User Themes
- Workspace Matrix
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
[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;
[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
[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