fix(kde): No more obnoxious xdg-desktop-portals bug

This commit is contained in:
Kyle Gospodnetich 2023-09-14 10:01:35 -07:00
parent 0ba71d35e7
commit 136391a16f

View File

@ -103,7 +103,8 @@ RUN if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \
kpackagetool5 --type=KWin/Script --global --install /tmp/kwin-system76-scheduler-integration && \ kpackagetool5 --type=KWin/Script --global --install /tmp/kwin-system76-scheduler-integration && \
kpackagetool5 --type=Plasma/Wallpaper --global --install /tmp/wallpaper-engine-kde-plugin/plugin && \ kpackagetool5 --type=Plasma/Wallpaper --global --install /tmp/wallpaper-engine-kde-plugin/plugin && \
rm -rf /tmp/kwin-system76-scheduler-integration && \ rm -rf /tmp/kwin-system76-scheduler-integration && \
rm -rf /tmp/wallpaper-engine-kde-plugin \ rm -rf /tmp/wallpaper-engine-kde-plugin && \
sed -i 's@After=plasma-core.target@After=plasma-core.target\nAfter=xdg-desktop-portal.service@g' /usr/lib/systemd/user/plasma-xdg-desktop-portal-kde.service \
; else \ ; else \
rpm-ostree override replace \ rpm-ostree override replace \
--experimental \ --experimental \