Markus Leuthold
Markus Leuthold
I often create local git repos for smaller projects but then forget to create a new repo on our on premise github, set the remote and push to it. I...
> Zstick 700 is a huge no no, it has issues with firmware from silabs, it has also issues with the region and the saw filter. Currently there are some...
@grahamperrin IMO it's not exactly the same issue. I don't want an empty passwd for the remote access use case (ssh), I only wan't a password less login when I'm...
same behavior here, black screen on autologin into a wayland session, `sudo systemctl restart sddm ` fixes it
Interaction in Console became significantly worse recently (sorry I cannot tell when exactly, must have been early version 4.x) - sometimes pressed keys in console are "swallowed" (not processed) -...
What is the state of the current Qt5 port?
I have a Jabra 410 plugged into the USB port of a Rpi4. dmesg shows ``` # dmesg | grep Jabra 25498.922924] usb 1-1.1: Product: Jabra SPEAK 410 USB [25498.951879]...
Autologin doesn't work on Opensuse TW, neither: Confirmed by 3 users [here](https://forums.opensuse.org/t/sddm-and-autologin/165639/4) (which is a follow-up of [this post](https://forums.opensuse.org/t/plasmawayland-sddm-autologin-is-broken/152845/4)) Symptoms are the same: black screen with a movable mouse pointer....
Opensuse TW just updated to 0.20, but autologin with Wayland still results in a black screen. Loggin in manually with a password and setting the display manager to Wayland works...
For me, the autologin under Wayland was fixed by enabling passwordless login on a PAM level, according to [Arch wiki](https://wiki.archlinux.org/title/SDDM#Passwordless_login) Add the line auth sufficient pam_succeed_if.so user ingroup nopasswdlogin to...