Revert "chore: Disable XDG workaround on Fedora 39 and newer"

This reverts commit caf4a9eaa31a3999f9d09d3db5580f7402d019d9.
This commit is contained in:
Kyle Gospodnetich 2023-10-21 09:54:54 -07:00
parent e3ca007799
commit 3eb738ef0c

View File

@ -130,9 +130,7 @@ RUN if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \
kpackagetool5 --type=Plasma/Wallpaper --global --install /tmp/wallpaper-engine-kde-plugin/plugin && \
rm -rf /tmp/kwin-system76-scheduler-integration && \
rm -rf /tmp/wallpaper-engine-kde-plugin && \
if [[ "${FEDORA_MAJOR_VERSION}" -lt "39" ]]; then \
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 \
; fi \
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 \
if [[ "${FEDORA_MAJOR_VERSION}" -lt "39" ]]; then \
rpm-ostree override replace \