Bernd

Results 6 comments of Bernd

I do not think this issue is dependent on the linux distribution. I have the exact same symptoms with a Manjaro + gnome installation where i encrypted the home directory...

@ANDROID2468 I aggree 100%, for most use cases this would absolutely be the best way to do it. However I am running kind of an edge case here, since i...

Since the boot loop is only happening because the encrypted /home partition can not be mounted without a typed password, disabling howdy until home is mounted at the first login...

@appelgriebsch on silverblue you have to manually override some packages first: `sudo rpm-ostree override remove fprintd fprintd-pam`

Thanks for the great script. I adapted it to use --remote-expr together with "excecute(' ... ' )" instead of --remote-send. This works independent of the current mode and does not...

Yes, you can use `|` to send multiple commands. Everything in the single quotes gets executed. No need for the `:` at the beginning.