Page 49 of 52

Re: MX Modified - Latest MX KDE 5.22 Using MX21 beta

Posted: Thu Feb 24, 2022 4:26 am
by markol
Fingerprint authentication works in Plasma 5.24.2!

1. You need the latest Plasma build from Norbert's repos (see first post in this topic; just replace plasma522 with plasma524, and apps2108 with apps2112)

2. Install

Code: Select all

sudo apt install fprintd libfpam-fprintd
3. Open System Settings -> Users and click on "Configure Fingerprint Authentication...".
Add your fingeprints.
You may have to reboot if the button is not present.

4. Open /etc/pam.d/sddm and add to the top:

Code: Select all

auth 			[success=1 new_authtok_reqd=1 default=ignore]  	pam_unix.so try_first_pass likeauth nullok
auth 			sufficient  	pam_fprintd.so
5. Reboot


Works on my Thinkpad T490S

Re: MX Modified - Latest MX KDE 5.22 Using MX21 beta

Posted: Thu Feb 24, 2022 4:50 am
by norbert
Cool!!!

Re: MX Modified - Latest MX KDE 5.22 Using MX21 beta

Posted: Mon Mar 14, 2022 7:10 am
by markol
@norbert, looks like there's been something wrong with Kalendar on your repo since yesterday

Code: Select all

Fetched 22,8 MB in 6s (3575 kB/s)                                                                                                                          
E: Failed to fetch https://ftp.gwdg.de/pub/opensuse/repositories/home:/npreining:/debian-kde:/other/Debian_11/amd64/kalendar_1.0.0-1~np1_amd64.deb  File has unexpected size (391948 != 391800). Mirror sync in progress? [IP: 2001:638:60f:110::1:2 443]
   Hashes of expected file:
    - SHA256:4cfc34c8b2712f689002cb39647f8fe6c01d354dd2de11432c666479369f3a15
    - SHA1:4d7532672b469b7013abd32c42131cc79a6c154c [weak]
    - MD5Sum:a1ce7de9499d511c22f1c4a0fb86a2ea [weak]
    - Filesize:391800 [weak]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

Re: MX Modified - Latest MX KDE 5.22 Using MX21 beta

Posted: Mon Mar 14, 2022 7:11 am
by norbert
Thanks, will trigger a rebuild soon. Usual thing.

Re: MX Modified - Latest MX KDE 5.22 Using MX21 beta

Posted: Mon Mar 14, 2022 8:19 am
by norbert
Should be fixed by now

Re: MX Modified - Latest MX KDE 5.22 Using MX21 beta

Posted: Mon Mar 14, 2022 11:52 am
by markol
norbert wrote: Mon Mar 14, 2022 8:19 am Should be fixed by now
Indeed, thank you!

Re: MX Modified - Latest MX KDE 5.22 Using MX21 beta

Posted: Sat Mar 19, 2022 1:24 pm
by markol
markol wrote: Fri Feb 18, 2022 12:27 pm Looks like there's a bug in 5.24 (verified on 2 setups)
System settings -> Users
Clicking on user(s) does nothing. I can add new user, but cannot edit/remove existing.

Works in 5.23

Edit: here's the bug report https://bugs.kde.org/show_bug.cgi?id=449385
This bug was resolved in one of the updates (probably 5.24.1 or maybe .2?) but it appeared again in the latest 5.24.3

Re: MX Modified - Latest MX KDE 5.22 Using MX21 beta

Posted: Thu Mar 31, 2022 3:49 am
by markol
@norbert there are problems with this last Plasma 5.24.4 update

Code: Select all

Err:4 https://download.opensuse.org/repositories/home:/npreining:/debian-kde:/plasma524/Debian_11 ./ kde-config-screenlocker 5.24.4-1~np1
  500  Internal Server Error [IP: 2001:67c:2178:8::16 443]
and

Code: Select all

E: Failed to fetch https://mirrorcache.opensuse.org/repositories/home:/npreining:/debian-kde:/plasma524/Debian_11/amd64/kde-config-screenlocker_5.24.4-1~np1_amd64.deb  500  Internal Server Error [IP: 2001:67c:2178:8::16 443]
(all files, not just this one)

Re: MX Modified - Latest MX KDE 5.22 Using MX21 beta

Posted: Thu Mar 31, 2022 4:21 am
by norbert
Hmm, that is strange, but nothing I can really influence. I see the files at https://download.opensuse.org/repositor ... Debian_11/ and anything else sounds like a hiccup on the OBS side which I cannot fix (Internat Server Error).

Re: MX Modified - Latest MX KDE 5.22 Using MX21 beta

Posted: Thu Mar 31, 2022 5:13 am
by markol
Well, it works now. Doing nothing fixed it :D
(sounds like my code sometimes)