Skip to content

Commit 4885be3

Browse files
committed
feat(nvidia): Restore X11 support on KDE until Nvidia successfully moves on from 80s Deco
1 parent 4889453 commit 4885be3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Containerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,9 @@ RUN rpm-ostree override remove \
788788
rocm-clinfo && \
789789
if [[ "${BASE_IMAGE_NAME}" == "kinoite" ]]; then \
790790
rpm-ostree override remove \
791-
colord-kde \
791+
colord-kde && \
792+
rpm-ostree install \
793+
plasma-workspace-x11 \
792794
; fi && \
793795
ostree container commit
794796

0 commit comments

Comments
 (0)