Alberto Garcia
                                            Alberto Garcia
                                        
                                    > 2. Go to Desktop Mode > Flatpak Apps can actually open Dolphin > > 3. Return to Gaming Mode > > 4. Go back to Desktop Mode > Flatpak...
This should fix the problem: https://github.com/flatpak/xdg-desktop-portal/commit/9de515017f3273b7ec6adf458e8d10dd2b61bb51 If you want to give it a try before the fix is available in SteamOS then open a terminal, type `systemctl --user edit xdg-desktop-portal`...
@NightHammer1000 can you provide the following info? 1) Value of `BUILD_ID` from `/etc/os-release` 2) Full output of `systemctl --user cat xdg-desktop-portal` 3) The Flatpak app that is causing problems and...
Ok I just gave Lutris a quick try. After it is installed I run it, click on the + icon and then "Scan a folder for games". The KDE file...
I'm interested in this line of yours: ``` Jun 26 23:11:24 steamdeck xdg-desktop-por[9824]: Failed to create settings proxy: Error calling StartServiceByName for org.freedesktop.impl.portal.desktop. ``` but it is truncated in your...
I still cannot reproduce the problem. Let's try this: - Switch back to the Desktop after having logged out / used the other UI. - Open a terminal and run...
(I was by the way using the latest image from the main branch, `20220624.1001`)
The latest beta images come with the fixed portal packages, you can remove `$HOME/.config/systemd/user/xdg-desktop-portal.service.d/override.conf` if you had created it. @NightHammer1000 I still haven't been able to reproduce your problem, hopefully...
The problem from the last log that you posted is this one: `xdg-desktop-portal[42143]: Invalid MIT-MAGIC-COOKIE-1 key` which seems to be the same one described in a previous comment here: https://github.com/ValveSoftware/SteamOS/issues/775#issuecomment-1126816887...
The problem with the spaces in the filename is that the generated desktop file contains quotes and triggers this bug: https://github.com/ValveSoftware/steam-for-linux/issues/8164 See also https://github.com/ValveSoftware/SteamOS/issues/830