Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions files/scripts/removefedorathirdpartyrefreshservice.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env bash

# SPDX-FileCopyrightText: Copyright 2026 The Secureblue Authors
#
# SPDX-License-Identifier: Apache-2.0

rm -f /usr/lib/systemd/system/fedora-third-party-refresh.service
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ enable podman-auto-update.timer
enable rpm-ostreed-automatic.timer
enable secureblue-unbound-key.service

disable fedora-third-party-refresh.service
disable flatpak-add-fedora-repos.service
disable geoclue.service
disable systemd-resolved.service
2 changes: 2 additions & 0 deletions recipes/common/kinoite-modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ modules:
- kdeconnectd
- fedora-chromium-config-kde
- fedora-flathub-remote
- fedora-workstation-repositories
Copy link
Copy Markdown
Collaborator

@RoyalOughtness RoyalOughtness Jan 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't this also include fedora-third-party?

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Turns out it's a dependency of plasma-discover, so we have to hold off on removing it at least until Bazaar is installed.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@RoyalOughtness @HastD IIRC fedora-third-party is also a dependency of other things other than plasma-discover, so this PR follows the safest path for now. The real problem is the service running in the background, which we don't want. We can decide to review the removal of fedora-third-party later when Bazaar is included, so we can be sure it doesn't affect other packages.

- fuse-encfs
- krfb
- krfb-libs
Expand All @@ -33,5 +34,6 @@ modules:
- type: script
source: ghcr.io/blue-build/modules@sha256:8e92fcaaef385a1728b8d8224296484260b67126ac83f7ed85b4ae3dde4ad19d
scripts:
- removefedorathirdpartyrefreshservice.sh
- setdefaultkdewallpapers.sh
- systemsettings-standard-malloc.sh