mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-04-01 04:21:04 +00:00
fix(kde): No more obnoxious xdg-desktop-portals bug
This commit is contained in:
parent
0ba71d35e7
commit
136391a16f
@ -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 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user