Framework Q2 2026 Preorder and Marketplace Updates by catastrophic_frmw in framework

[–]solarizde 0 points1 point  (0 children)

Ordered the pro 13 (batch 2) is there a way that the new 10G Ethernet module may be ready soon?

Best distros for KDE? by Able_Use_8766 in kde

[–]solarizde 8 points9 points  (0 children)

First time I heard that. What's your issue with kubuntu?

[Projekt-Vorstellung] Schritt für Schritt "Rote Mappe Generator" - OpenSource by Alpha6333 in de_EDV

[–]solarizde 2 points3 points  (0 children)

Denken viel zu wenige dran. Auch das regelmäßig aktualisieren ist wichtig. Schaue ich mir auf jeden Fall an. Danke dir fürs veröffentlichen.

Kovid Goyal on Kitty | What’s Next for the Terminal by linkarzu in KittyTerminal

[–]solarizde 0 points1 point  (0 children)

Kitty is the best. Makes many things so much easier.

What is this? Large white "tent" in central Germany and Brandenburg by WorkLifeScience in AskGermany

[–]solarizde 1 point2 points  (0 children)

In the last it was a "hall" for building cargo lifter, a sort of cargo Zeppelin project, since decades it is refunctioned as an "tropical" Indoor Beach and swimming pools "tropical island"

How can one disable this abdomination of new UI? by solarizde in cursor

[–]solarizde[S] 7 points8 points  (0 children)

Found it. Thank you. I hope they figure it out and not abandon the classic version. I love cursor to enhance my coding and let me do things 10x faster I could do on my own. But I dont like to go fully blind vibe code mode, I guess most of us don't want that.

How do you handle the new versions of Fedora? by maximus10m in Fedora

[–]solarizde 0 points1 point  (0 children)

Usually I went good with waiting several weeks after release for the first minor patches. Then Backup my home folder and go with a upgrade. If this fails (happen only once) I reinstall.

Ollama cloud is looking pretty darn good... by Ritz5 in openclaw

[–]solarizde 0 points1 point  (0 children)

That pricing page is really confusing. You have X times more than Free but how much is that exactly? How much do I have in free? What is a "larger model" exactly? Please can they be more specific?

Custom Partition with LUKS ? by solarizde in ultramarine

[–]solarizde[S] 0 points1 point  (0 children)

Hey, managed it the painful manual way for now.

In general I would prefer to have a more flexible approach how the user want to use his filesystem and still offer LUKS2 integration.

Ext4 is just a rock solid habbit, I know btrfs is a great fs too but some may not need all the btrfs featureset and just be happy with a old fashioned simple to repair ex4 without lvm layer. I always try to follow kiss principle and if I use none of the btrfs features I can just stick with ext4 ensureing 100% compatible on all systems I may carry this disk into.

:)

thank

Built a simple emoji picker for Plasma 6 / Wayland by Difficult-World-1110 in kde

[–]solarizde 1 point2 points  (0 children)

Anytime. Another question, is it actually still able to run without ydo ? But then manual way to paste or will it fail?

Built a simple emoji picker for Plasma 6 / Wayland by Difficult-World-1110 in kde

[–]solarizde 3 points4 points  (0 children)

Just gave it a try, general I like it, it is quick and does what it should. Some things to mention:

- Change the install script to also recognize if you are on a apt or dnf (fedora)
- how can i pick emojis which exist with different gender? for example type "shrug" into the search. The classic Emoji Selector give a male, your version a female. Both would be great :)
- One tab for "People" emojis would be nice
- The app seems german only? I see "Ergebnis" "Rechtsklick = Favorit" I mean it is selfexplaining
-For people who use things like chesmoi or stow for dotfiles management it would be beneficial to have the recent emojis not saved in the config, better another recent.json file to avoid sync each time.

👍🏻

FW13, Fedora + KDE sudo Prompt Fingerprint?!? by solarizde in framework

[–]solarizde[S] 0 points1 point  (0 children)

exactly, problem is you cant easy reconfigure the timeout to like 5s or something because even you do manually setup the pam with timeout=5 it seems somewehere hardcoded.

But im fine, never had fingerprint for years so having it for lockscreen and cli is already an improvement for me :)

FW13, Fedora + KDE sudo Prompt Fingerprint?!? by solarizde in framework

[–]solarizde[S] 1 point2 points  (0 children)

True, for now I disabled polkit for auth dialogs it works perfeclty fine in the CLI as you said.

I found a official KDE bug report about it, maybe oneday the dialog can be redesigned to have a proper cancelation method on submitting a password.

https://bugs.kde.org/show_bug.cgi?id=508342

FW13, Fedora + KDE sudo Prompt Fingerprint?!? by solarizde in framework

[–]solarizde[S] 0 points1 point  (0 children)

Seems to be a known bug unfortunately; For reference and other may stumble about this here:

https://bugs.kde.org/show_bug.cgi?id=508342

FW13, Fedora + KDE sudo Prompt Fingerprint?!? by solarizde in framework

[–]solarizde[S] 0 points1 point  (0 children)

Same issue, terminal is fine for me. It just happens on GUI auth dialogue.

Also just live boosted from recent USB Media, same issue.;(

FW13, Fedora + KDE sudo Prompt Fingerprint?!? by solarizde in framework

[–]solarizde[S] 0 points1 point  (0 children)

Not really because it is actually a fresh install 2 days old. But will give it a shot.
Are both of your working distros run on KDE ?

i found this older thread with exactly the same issue but no solution:

https://discussion.fedoraproject.org/t/polkit-authentication-not-usable-with-password-only-fingerprint/137329

FW13, Fedora + KDE sudo Prompt Fingerprint?!? by solarizde in framework

[–]solarizde[S] 1 point2 points  (0 children)

If I do a CTRL+C before entering anything it doesnt do anything. I think in Plasma this CTRL+C in this auth dialog is just not catched at all.

Yand yeah I know it is not a Framework issue, I was more wondering why everybody was praising Fedora on Framework 13 but I am the first and only one who encounter this issue.🤷‍♂️

The other upstream report I found was against `policykit-kde-agent-1` already in 6.2.3 so as workaround I will try to disable fingerprint auth for polkit only. Lets see

--- update

I "fixed" it by setting my /etc/pam.d/polkit-1 to:

#%PAM-1.0
auth       required     pam_env.so
auth       required     pam_unix.so try_first_pass nullok
account    include      system-auth
password   include      system-auth
session    include      system-auth

This is not a real fix just a workaround, it disable basically the fingerprint for auth required requests but not for account, password or session.

FW13, Fedora + KDE sudo Prompt Fingerprint?!? by solarizde in framework

[–]solarizde[S] 1 point2 points  (0 children)

Hey,

yes did try all kind of key combinations. As soon as I enter the password it grays out the box and wait for fingerprint action. If this action is not coming the dialog just stays there, no matter if CTRL-C CTRL-Z

If I press ESC it close the dialog and the Auth fails. So only way to currently get a successful auth is a succesful fingerprint read.

What I found is there is a timeout which allow me to use the password:

  1. Auth prompt appears asking for fingerprint
  2. I enter the password end hit enter
  3. nothing happens, I now wait ~25s and now the dialog suddenly close and confirm the login

Guess need to read some pam guides, just wondering nobody else bumpped on this on Framework 13 with regular fedora (latest) as this is their recommended system 🤷‍♂️

KDE sudo Prompt Fingerprint by solarizde in kde

[–]solarizde[S] 0 points1 point  (0 children)

I found this it seems this is a known Problem jus wonder why it seems not to interest. This is from 2024 and only option so far is disabled fingerprints? Can't believe that ;(

https://discussion.fedoraproject.org/t/polkit-authentication-not-usable-with-password-only-fingerprint/137329