From 672196e985517c302fa027f6f87755ae31a2d2cf Mon Sep 17 00:00:00 2001 From: Ivan Feign <32289760+ifeign@users.noreply.github.com> Date: Thu, 28 May 2026 17:08:31 -0500 Subject: [PATCH 1/2] docs(readme):added missing steps to distrobox uninstall instructions Added systray and autostart .desktop files to distrobox uninstall instructions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a3a5781..df74397 100644 --- a/README.md +++ b/README.md @@ -209,6 +209,8 @@ Choose the method that matches your installation method: ```bash # desktop menu entries rm -f ~/.local/share/applications/ArctisManager.desktop + rm -f ~/.local/share/applications/ArctisManagerSystray.desktop + rm -f ~/.config/autostart/ArctisManagerSystray.desktop # udev rules sudo rm -f /etc/udev/rules.d/91-steelseries-arctis.rules From a0750c4840b93c2b4f0a3c89ea14d9af56219166 Mon Sep 17 00:00:00 2001 From: Ivan Feign <32289760+ifeign@users.noreply.github.com> Date: Thu, 28 May 2026 17:11:57 -0500 Subject: [PATCH 2/2] markdown cleanup added missing lines for consistency --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index df74397..23d1aae 100644 --- a/README.md +++ b/README.md @@ -194,17 +194,19 @@ Choose the method that matches your installation method: ### Distrobox 1. Stop and disable the service: + ```bash systemctl --user disable --now arctis-manager rm ~/.config/systemd/user/arctis-manager.service ``` -2. Remove the container: +3. Remove the container: + ```bash distrobox-rm -f arctis-manager ``` -3. Remove leftover host files: +5. Remove leftover host files: ```bash # desktop menu entries