From 1bc90133655a07f17aac96a85464ebc10556eabd Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Mon, 12 Feb 2024 12:47:11 -0800 Subject: [PATCH] chore: Update libadwaita for prompt --- Containerfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index c6617b02..61a37480 100644 --- a/Containerfile +++ b/Containerfile @@ -392,6 +392,10 @@ RUN if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \ rpm-ostree override remove \ plasma-welcome \ qt5-qdbusviewer && \ + rpm-ostree override replace \ + --experimental \ + --from repo=copr:copr.fedorainfracloud.org:kylegospo:prompt \ + libadwaita && \ rpm-ostree install \ steamdeck-kde-presets-desktop \ wallpaper-engine-kde-plugin \ @@ -427,7 +431,8 @@ RUN if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \ --experimental \ --from repo=copr:copr.fedorainfracloud.org:kylegospo:prompt \ vte291 \ - vte-profile && \ + vte-profile \ + libadwaita && \ rpm-ostree install \ prompt \ nautilus-open-any-terminal \