From 191d7a98c840f71da231e4a5b83ebfbb7ff891f0 Mon Sep 17 00:00:00 2001 From: Nate Graham Date: Sun, 6 Apr 2025 12:03:54 -0600 Subject: [PATCH] Remove stoken GUI app desktop files These come from the `stoken` package, which got pulled in as a dependency of `openconnect` in e7aa97f0fd02b3194561e43c81b16217c28543c0. We don't want these GUI apps cluttering up the menu structure; their icons are ugly, and when you launch them, they just show an incomprehensible error message and quit. --- mkosi.finalize.d/40-core.sh.chroot | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mkosi.finalize.d/40-core.sh.chroot b/mkosi.finalize.d/40-core.sh.chroot index ade2bac..59a8110 100755 --- a/mkosi.finalize.d/40-core.sh.chroot +++ b/mkosi.finalize.d/40-core.sh.chroot @@ -77,6 +77,8 @@ rm -rf \ /usr/share/applications/cups.desktop \ /usr/share/applications/system-config-printer.desktop \ /usr/share/applications/nvtop.desktop \ + /usr/share/applications/stoken-gui-small.desktop \ + /usr/share/applications/stoken-gui.desktop \ ## Remove documentation cruft. Offline documentation while neat is really not that useful in this day and age. ## Do not be verbose here, we'd blow right through the log limit.