how get rid of "authentication is required for suspending the system while other users are logged in

on my samsung rv520 laptop with an opensuse 13.1 fresh install with kde, when more than one user are logged in, closing the lid perform an automatic suspending, opening the lid I get a window with this message:
authentication is required for suspending the system while other users are logged in
that require root password.
How to get rid of this and have access to the system without this window and root password???

manythanks, :slight_smile: ciao :slight_smile: pier

Add the following line to /etc/polkit-default-privs.local:

org.freedesktop.login1.suspend-multiple-sessions yes

and run:

sudo /sbin/set_polkit_default_privs

You shouldn’t have to enter the root password then if you want to suspend with more than one user logged in.

manythanks, it solved…:slight_smile: