home.social

#prompted — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #prompted, aggregated by home.social.

  1. Something changed with #Kubuntu 25.10 over the past week. Now all of a sudden I'm getting #prompted for my #sudo #password every time #PackageKit runs to update package sources (which is several times a day)!

    Fortunately, you can create a custom
    #PolKit #rule to let it run without prompting you!

    sudo nano /etc/polkit-1/rules.d/10-allow-packagekit-refresh.rules

    polkit.addRule(function(action, subject) {
        if (action.id == "org.freedesktop.packagekit.system-sources-refresh" &&
            subject.isInGroup("sudo")) {
            return polkit.Result.YES;
        }
    });

    And that seems to work.

    #Linux #Ubuntu #KDE #KDE6 #Plasma6 #KDEPlasma6 #Discover #updates

  2. Something changed with #Kubuntu 25.10 over the past week. Now all of a sudden I'm getting #prompted for my #sudo #password every time #PackageKit runs to update package sources (which is several times a day)!

    Fortunately, you can create a custom
    #PolKit #rule to let it run without prompting you!

    sudo nano /etc/polkit-1/rules.d/10-allow-packagekit-refresh.rules

    polkit.addRule(function(action, subject) {
        if (action.id == "org.freedesktop.packagekit.system-sources-refresh" &&
            subject.isInGroup("sudo")) {
            return polkit.Result.YES;
        }
    });

    And that seems to work.

    #Linux #Ubuntu #KDE #KDE6 #Plasma6 #KDEPlasma6 #Discover #updates

  3. Something changed with #Kubuntu 25.10 over the past week. Now all of a sudden I'm getting #prompted for my #sudo #password every time #PackageKit runs to update package sources (which is several times a day)!

    Fortunately, you can create a custom
    #PolKit #rule to let it run without prompting you!

    sudo nano /etc/polkit-1/rules.d/10-allow-packagekit-refresh.rules

    polkit.addRule(function(action, subject) {
        if (action.id == "org.freedesktop.packagekit.system-sources-refresh" &&
            subject.isInGroup("sudo")) {
            return polkit.Result.YES;
        }
    });

    And that seems to work.

    #Linux #Ubuntu #KDE #KDE6 #Plasma6 #KDEPlasma6 #Discover #updates

  4. Something changed with #Kubuntu 25.10 over the past week. Now all of a sudden I'm getting #prompted for my #sudo #password every time #PackageKit runs to update package sources (which is several times a day)!

    Fortunately, you can create a custom
    #PolKit #rule to let it run without prompting you!

    sudo nano /etc/polkit-1/rules.d/10-allow-packagekit-refresh.rules

    polkit.addRule(function(action, subject) {
        if (action.id == "org.freedesktop.packagekit.system-sources-refresh" &&
            subject.isInGroup("sudo")) {
            return polkit.Result.YES;
        }
    });

    And that seems to work.

    #Linux #Ubuntu #KDE #KDE6 #Plasma6 #KDEPlasma6 #Discover #updates