From e85cde2c9c2babfd61c538355c0f8399672a43d0 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 20 Jul 2026 09:19:35 -0700 Subject: [PATCH] Don't autostart the print-queue applet system-config-printer ships /etc/xdg/autostart/print-applet.desktop, so installing it for the printer GUI also starts a ~24 MiB Python tray applet in every session whose only job is print-job notifications. Override it with a Hidden=true entry in config/autostart (same mechanism already used for fcitx5 and limine-snapper-notify), so the applet no longer autostarts. Printing and the system-config-printer GUI are unaffected. Verified: with the override in place, systemd's xdg-autostart generator no longer produces app-print\x2dapplet@autostart.service. Co-Authored-By: Claude Fable 5 --- config/autostart/print-applet.desktop | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 config/autostart/print-applet.desktop diff --git a/config/autostart/print-applet.desktop b/config/autostart/print-applet.desktop new file mode 100644 index 00000000..e1e3e173 --- /dev/null +++ b/config/autostart/print-applet.desktop @@ -0,0 +1,2 @@ +[Desktop Entry] +Hidden=true