Re: Password for shutdown -

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 19.01.2014 15:07, Bob Goodwin - Zuni, Virginia, USA wrote:
> 
> Fedora 20 requires a password to shutdown. This is something new, I've 
> used Redhat and/or Fedora Linux for a long time and never had this 
> requirement. I am the sole user of this computer and see it as an 
> annoyance, more so when rebooting than for shutting down at night.
> 
> How do I fix this?

LightDM/Xfce?

Save the file
'50-org.freedesktop.login1.power-off-multiple-sessions.rules' in the
attachment to a dir '/etc/polkit-1/rules.d'.

Create a group 'poweroff'
# groupadd yumex

Add your username to this group
# gpasswd -a <USER> poweroff

Re-log-in.


poma

polkit.addRule(function(action, subject) {
    if (action.id == "org.freedesktop.login1.power-off-multiple-sessions" &&
        subject.isInGroup("poweroff")) {
        return polkit.Result.YES;
    }
});
-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux