LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 08-03-2018, 05:18 AM   #1
kgha
Senior Member
 
Registered: May 2018
Location: Sweden
Distribution: Slackware 64 -current multilib from AlienBob's LiveSlak MATE
Posts: 1,072

Rep: Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744
Lastest Blueman upgrade and dialogue boxes


After upgrading Blueman (-2.0.6, -current, Aug. 01), dialogue boxes pops up, asking for the root password to confirm network privilegies. Confirmation gives a key icon in the systray.
What annoys me is that these dialogue boxes pops up after every reboot or logout/login.
How do I make the confirmation persistent? Or can I get rid of this in some other way?

EDIT: found this solution that did the trick: https://www.linuxquestions.org/quest...nt-4175626708/

Last edited by kgha; 08-03-2018 at 05:46 AM. Reason: solved
 
Old 08-03-2018, 07:14 AM   #2
zakame
Member
 
Registered: Apr 2012
Location: Philippines
Distribution: Debian, Ubuntu, Slackware
Posts: 295

Rep: Reputation: 181Reputation: 181
That's a nice find, thanks. Instead of "wheel", I'd probably use "netdev" or "plugdev" to for AC via polkit:

Code:
/* /etc/polkit-1/rules.d/xx-blueman.rules (figure out what xx is later) */
polkit.addRule(function(action, subject) {
    if (action.id.indexOf("org.blueman.") == 0 &&
        subject.isInGroup("netdev")) {
        return polkit.Result.YES;
    }
});
Futher polkit stuff may be found in https://github.com/blueman-project/b...wiki/PolicyKit

Last edited by zakame; 08-03-2018 at 07:35 AM. Reason: add gh wiki and rules snippet
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Palemoon-Parabola No Visible Text in Website Dialogue Boxes llewellen Linux - Software 1 07-02-2018 01:25 AM
Not seeing Username or Password boxes on LQ after latest upgrade in seamonkey or firefox Trasa Slackware 8 06-30-2018 09:03 PM
[SOLVED] After recent wayland / bluez upgrade in debian sid, blueman? has error aal Linux - Laptop and Netbook 10 08-25-2014 09:35 PM
Problem Interacting with Windows/Dialogue Boxes Canas Linux - Laptop and Netbook 2 10-08-2013 10:53 PM
no text appears in dialogue boxes! agostini714 Linux - Software 1 02-09-2004 07:19 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 10:17 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration