We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfb53a7 commit 554849bCopy full SHA for 554849b
Containerfile
@@ -102,6 +102,9 @@ RUN if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \
102
--experimental \
103
--from repo=copr:copr.fedorainfracloud.org:kylegospo:gnome-vrr \
104
xorg-x11-server-Xwayland && \
105
+ if grep -qv "nvidia" <<< "${IMAGE_NAME}"; then \
106
+ rpm-ostree install colord-kde \
107
+ ; fi && \
108
git clone https://github.com/maxiberta/kwin-system76-scheduler-integration.git --depth 1 /tmp/kwin-system76-scheduler-integration && \
109
git clone https://github.com/catsout/wallpaper-engine-kde-plugin.git --depth 1 /tmp/wallpaper-engine-kde-plugin && \
110
kpackagetool5 --type=KWin/Script --global --install /tmp/kwin-system76-scheduler-integration && \
0 commit comments