Skip to content

Commit 57cbf67

Browse files
committed
fix: Resolve xdg-desktop-portal issues(!)
1 parent 9a6f356 commit 57cbf67

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Containerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,7 @@ RUN if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \
136136
kpackagetool5 --type=KWin/Script --global --install /tmp/kwin-system76-scheduler-integration && \
137137
kpackagetool5 --type=Plasma/Wallpaper --global --install /tmp/wallpaper-engine-kde-plugin/plugin && \
138138
rm -rf /tmp/kwin-system76-scheduler-integration && \
139-
rm -rf /tmp/wallpaper-engine-kde-plugin && \
140-
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 \
139+
rm -rf /tmp/wallpaper-engine-kde-plugin \
141140
; else \
142141
if [[ "${FEDORA_MAJOR_VERSION}" -lt "39" ]]; then \
143142
rpm-ostree override replace \

system_files/desktop/shared/usr/lib/systemd/user/bazzite-user-setup.service

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[Unit]
22
Description=Configure Bazzite for current user
3-
Requires=xdg-desktop-autostart.target
43

54
[Service]
65
Type=simple

0 commit comments

Comments
 (0)