#Rhythmbox 3.4.8 ist vorinstalliert. Das reagiert aber sehr zäh. Nach einem Stop spielt es noch sekundenlang weiter. Das installierte Gnome Software findet #exaile aber nicht #strawberry Im Terminal kann man aber strawberry 1.2.10 installieren.
Für einige #AppImage muss man #libfuse2t64 nachinstallieren.
Bei den meisten anderen mint tools wie #mintbackup #mintupdate oder #mintsystem scheitert die Vorgehensweise, weil #policykit-1 nicht installierbar ist. Offenbar wurde das durch polkit ersetzt.
Linux Security EXPOSED! The Truth About polkit on openSUSE Tumbleweed

YouTube

Enabling an auth method shouldn't prevent you from using others, but if you enable fingerprint auth via #fprintd, privilege escalation commands like #sudo don't let you use a password anymore to authorize actions; you must use a fingerprint (until the fingerprint request times out)

#PolicyKit dialogs show a useless "Authenticate" button that never actually gets clicked, but not a password entry textbox (until after fingerprint auth fails)

The UI is already there, just show it!

@Hemera any chances you're talking about #PolicyKit? 😅

@eliasp @rust_discussions #PolicyKit used to be quite the obtusely documented mess. Has that improved?

All the JS-based rules stuff seems to still have no documentation in Debian (even with policykit-1-doc installed) beyond the default rules (if you count that as docs).

@rust_discussions none of my systems has #sudo - and never had.
"Back in the days", I just used "su", nowadays most applications use #PolicyKit to get elevated privileges for a specific operation and in case I need a full shell, "machinectl shell .host" (aliased to "msh" here) provides a proper (not just subprocess-spawned) session incl. a DBus and systemd user-session.

#systemd #dbus #linux

Do any #GNOME folx know why polkit-gnome https://gitlab.gnome.org/Archive/policykit-gnome got archived and is considered "legacy" now? What is "the way" to have graphical applications ask for rights through #PolKit #PolicyKit?
Archive / PolicyKit-gnome · GitLab

Welcome to GNOME GitLab

GitLab

After switching from Bitwarden to 1Password this week, I couldn't figure out how to get Linux system authentication working between the CLI tool and the 1Password application.

As with most things, it was:

🤦‍♂️ My fault
🤏 A one-line fix

#1password #policykit #i3wm

https://major.io/p/1password-cli-lxpolkit/

Connect 1Password's CLI and app in i3 with lxpolkit

1Password’s CLI tool connects via PolicyKit to the 1Password application for authentication, but this isn’t the easiest in i3. 🔑

Major Hayden

Proposing 3 steps to@solve the #ContentModeration issue on #Mastodon.

Step 1) Create rules for your instance. Easiest is to do it yourself.

Best is to create a policy with your community, and set up a democratic process for it.
Here is how https://joinmastodon.org/covenant

Hey, you are founding a state. Write a constitution. You could ask @axz – she’s built tools like #PolicyKit. policykit.org Another great resource is metagov.org

Mastodon Server Covenant for joinmastodon.org

@aral the fact, that "list-machines" provides output is most likely the inconsistency here, as machines are also global.
The difference between #systemd's "--system" and "--user" mode is, whether something is managed within a user's resources and/or session, like user units/services running within a user's login/desktop session.
This has nothing to do with a users permissions to control services in the system context, for which privileges are granted via #DBus through #PolicyKit