Skip to content

Commit

Permalink
fix XFCE power manager unable to suspend the system on laptop lid clo…
Browse files Browse the repository at this point in the history
…se/low battery
  • Loading branch information
nodiscc committed Nov 18, 2022
1 parent ecd6e00 commit 0640083
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/).

## [v3.1.2](https://gitlab.com/nodiscc/dlc/releases/tag/3.1.2) - UNRELEASED

### Fixed
- fix XFCE power manager unable to suspend the system on laptop lid close/low battery


## [v3.1.1](https://gitlab.com/nodiscc/dlc/releases/tag/3.1.1) - 2022-11-11

### Removed
Expand Down Expand Up @@ -50,7 +56,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
### Fixed
- fix boot in legacy BIOS mode (`Failed to load COM32 file vesamenu.c32`)
- fix unattended-upgrades configuration (automatically update packages from Debian Backports)
- fix xfce4 power manager unable to suspend the system on laptop lid close/low battery
- fix XFCE power manager unable to suspend the system on laptop lid close/low battery

### Upgrade procedure

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,8 @@
<description gettext-domain="systemd">Suspend the system</description>
<message gettext-domain="systemd">Authentication is required to suspend the system.</message>
<defaults>
<allow_any>any</allow_any>
<allow_inactive>any</allow_inactive>
<allow_any>yes</allow_any>
<allow_inactive>yes</allow_inactive>
<allow_active>yes</allow_active>
</defaults>
</action>
Expand Down

0 comments on commit 0640083

Please sign in to comment.