Skip to content

Commit 554849b

Browse files
committed
feat: Add missing package for KDE color control (Except on Nvidia)
1 parent bfb53a7 commit 554849b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Containerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ RUN if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \
102102
--experimental \
103103
--from repo=copr:copr.fedorainfracloud.org:kylegospo:gnome-vrr \
104104
xorg-x11-server-Xwayland && \
105+
if grep -qv "nvidia" <<< "${IMAGE_NAME}"; then \
106+
rpm-ostree install colord-kde \
107+
; fi && \
105108
git clone https://github.com/maxiberta/kwin-system76-scheduler-integration.git --depth 1 /tmp/kwin-system76-scheduler-integration && \
106109
git clone https://github.com/catsout/wallpaper-engine-kde-plugin.git --depth 1 /tmp/wallpaper-engine-kde-plugin && \
107110
kpackagetool5 --type=KWin/Script --global --install /tmp/kwin-system76-scheduler-integration && \

0 commit comments

Comments
 (0)