Comment 10 for bug 221363

Revision history for this message
Marcelo Boveto Shima (marceloshima) wrote : Re: Policy Kit Unlock Buttons Greyed Out when using NX

I just made a way to make it work.
The problem is that PolicyKit verify if you are on a valid/local/active ConsoleKit session.
To correct the problem follow this steps:
 - Copy nx-session-launcher and nx-session-launcher-suid to /usr/bin
 - Execute $ chown nx /usr/bin/nx-session-launcher-suid
 - Execute $ chmod 4755 /usr/bin/nx-session-launcher-suid
 - Copy ConsoleKit-NX.conf to /etc/dbus-1/system.d/
 - Edit /etc/nxserver/node.conf and change '#COMMAND_START_GNOME=gnome-session'
     to 'COMMAND_START_GNOME=/usr/bin/nx-session-launcher-suid gnome-session'

If anyone uses my ppa I just uploaded to intrepid to test (intrepid package should work fine on hardy).
I will copy to hardy in a day or 2.