Alberto Garcia
Alberto Garcia
The problem with non-executable files seems to me like a bug in the Steam client or in the "Add to Steam" Dolphin action. At the very least it should fail...
The KDE desktop on the Steam Deck comes with an "Add to Steam" action already.
> steamos-finish-oobe-migration.service is incorrectly failing. The bash script /usr/lib/steamos/steamos-finish-oobe-migration has this line: > `# Shouldn't have been invoked if $old_home isn't here or is a symlink.` > `[[ -d $old_home...
Ah, I see, I think that the problem is that the service shouldn't run in the first place. `ConditionPathIsDirectory=/home/doorstop` is not enough because this check follows symbolic links. Because of...
Yes, that fix is correct :slightly_smiling_face: Just to clarify, these issues are being handled and will be fixed in a future release.
Hi @popsUlfr , the latest preview release (20221010.1000) should handle the problems that you report. If you try it and still have issues please let me know. Thanks!
> The OS Build version says 20221003.100, do I need to unlock Advanced Update Channels and switch to the Main channel ? Yes, it's the main channel. You can also...
Thanks for testing it!
Does that fix work fine? If so, wouldn't it make sense to create a pull request with it?
I see, is there anyone with knowledge on the Astroid code that can provide a better solution?