Hi, logind ignores lid switch events if docked. I personally find it unpractical. From logind-action.c: /* If we are docked don't react to lid closing */ if (manager_is_docked(m)) { log_debug("Ignoring lid switch request, system is docked."); return 0; } Please add a option for finer behavior on this. Thanks, Charles
*** This bug has been marked as a duplicate of bug 82485 ***
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.