diff --git a/README.md b/README.md index 3520962..d8da0d5 100644 --- a/README.md +++ b/README.md @@ -548,20 +548,28 @@ Also needs a UTF8 locale and a font that covers: ## Installing the snap [![btop](https://snapcraft.io/btop/badge.svg)](https://snapcraft.io/btop) +### Note: there are now two snaps available: `btop` and `btop-desktop`. The desktop version is much larger and includes the desktop entries needed to allow for launching `btop` with a click. + * **Install the snap** ```bash sudo snap install btop + or + sudo snap install btop-desktop ``` * **Install the latest snap from the edge channel** ``` sudo snap install btop --edge + or + sudo snap install btop-desktop --edge ``` * **Connect the interface** ```bash sudo snap connect btop:removable-media + or + sudo snap connect btop-desktop:removable-media ``` diff --git a/snap/gui/btop.desktop b/snap/gui/btop.desktop deleted file mode 100644 index 0135a93..0000000 --- a/snap/gui/btop.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Type=Application -Version=1.0 -Name=btop++ -GenericName=System Monitor -Comment=Resource monitor that shows usage and stats for processor, memory, disks, network and processes -Icon=${SNAP}/meta/gui/icon.svg -Exec=btop -Terminal=true -Categories=System;Monitor;ConsoleOnly; -Keywords=system;process;task diff --git a/snap/gui/icon.svg b/snap/gui/icon.svg deleted file mode 100644 index 402b842..0000000 --- a/snap/gui/icon.svg +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 1794f17..16978fe 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -25,8 +25,6 @@ package-repositories: apps: btop: command: usr/local/bin/btop -# extensions: -# - gnome-3-38 environment: LC_ALL: C.UTF-8 LANG: C.UTF-8 @@ -39,11 +37,6 @@ apps: - network-observe - home - removable-media -# - desktop -# - desktop-legacy -# - x11 -# - wayland -# - unity7 parts: btop: