Bug 80309 - RFE: Add a configuration option for suspend on lid close even whendocked
Summary: RFE: Add a configuration option for suspend on lid close even whendocked
Status: RESOLVED DUPLICATE of bug 82485
Alias: None
Product: systemd
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
Hardware: All Linux (All)
: medium enhancement
Assignee: systemd-bugs
QA Contact: systemd-bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-20 19:49 UTC by Charles Goyard
Modified: 2014-08-18 21:44 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Charles Goyard 2014-06-20 19:49:58 UTC
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
Comment 1 Lennart Poettering 2014-08-18 21:44:52 UTC

*** 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.