From f891efcd502c7141c0c227d95236c3d437dae8ec Mon Sep 17 00:00:00 2001 From: renner Date: Tue, 25 Aug 2026 13:10:38 +0200 Subject: [PATCH] chore: delete bazaar service We have disabled [1] this for a couple months already because of issues no one could consistently reproduce so far [2] and this would likely need some more changes to work now that bazaar uses a daemon [3]. [1] https://github.com/ublue-os/aurora/pull/1749 [2] https://github.com/get-aurora-dev/common/pull/113 [3] https://github.com/bazaar-org/bazaar/pull/1732 --- .../shared/usr/lib/systemd/user/bazaar.service | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 system_files/shared/usr/lib/systemd/user/bazaar.service diff --git a/system_files/shared/usr/lib/systemd/user/bazaar.service b/system_files/shared/usr/lib/systemd/user/bazaar.service deleted file mode 100644 index faa2e25..0000000 --- a/system_files/shared/usr/lib/systemd/user/bazaar.service +++ /dev/null @@ -1,16 +0,0 @@ -[Unit] -Description=Bazaar background service for shell search results -Documentation=https://github.com/kolunmi/bazaar -After=graphical-session.target -Requires=dbus.service -StartLimitBurst=3 - -[Service] -Type=oneshot -RemainAfterExit=yes -ExecCondition=/bin/sh -c '/usr/bin/flatpak info io.github.kolunmi.Bazaar > /dev/null 2>&1' -ExecStart=/usr/bin/flatpak run --command=bazaar io.github.kolunmi.Bazaar --no-window -StandardOutput=journal - -[Install] -WantedBy=graphical-session.target