This bug was fixed in the package adsys - 0.9.2~22.04 --------------- adsys (0.9.2~22.04) jammy; urgency=medium
* Backport to jammy adsys (0.9.2) kinetic; urgency=medium * Update generators to fix FTBFS - shell out to mkdir instead of go's os.Mkdir which can bypass fakeroot's filesystem hijacking and cause unexpected behavior * Update dependencies to latest: - github.com/golangci/golangci-lint - google.golang.org/protobuf adsys (0.9.1) kinetic; urgency=medium [ Didier Roche ] [ Gabriel Nagy ] * Fix loading policy content from uppercase folders (LP: #1982330) * Add GSettings power management keys (LP: #1982349) * Allow parsing policy entries with empty values (LP: #1982342) * Allow parsing policies with unsupported types (LP: #1982343) * Allow parsing policy entries with no data (LP: #1982345) * Lowercase target name when normalizing (LP: #1982347) * Annotate policies that require Ubuntu Pro (LP: #1982348) * Update dependencies to latest: - github.com/spf13/cobra - github.com/spf13/viper - github.com/stretchr/testify - github.com/charmbracelet/bubbletea - github.com/charmbracelet/bubbles - google.golang.org/grpc - github.com/golangci/golangci-lint - github.com/sirupsen/logrus adsys (0.9.0) kinetic; urgency=medium [ Jean-Baptiste Lallement ] [ Didier Roche ] [ Gabriel Nagy ] * Add Active Directory Watch Daemon - adwatchd: (LP: #1982351) - Implement a Windows daemon that watches a list of configured directories for changes and bumps the relevant GPT.INI files. - Add adsys-windows binary package which includes the Windows daemon executable and the admx/adml policies. * Config detection now includes current executable directory * Fixes in generator build race * Update dependencies to latest: - github.com/spf13/cobra - github.com/stretchr/testify * CI updates: - switch to Go setup v3 - bump to really build with Golang 1.18 adsys (0.8.6) kinetic; urgency=medium * Fix new build failures on 32 bits due to libsmbclient-dev no longer sets the large file support cflags in libsmbclient.h. Update to latest libsmbclient-go. * Update dependencies to latest: - google.golang.org/grpc - gopkg.in/ini.v1 - github.com/golangci/golangci-lint - github.com/spf13/viper - github.com/stretchr/testify -- Didier Roche <didro...@ubuntu.com> Thu, 04 Aug 2022 11:23:01 +0200 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to adsys in Ubuntu. https://bugs.launchpad.net/bugs/1982349 Title: Manage energy profile settings Status in adsys package in Ubuntu: Fix Released Status in adsys source package in Focal: Fix Released Status in adsys source package in Jammy: Fix Released Bug description: [Impact] Adsys cannot currently manage GSettings power management keys, such as: /org/gnome/settings-daemon/plugins/power/ambient-enabled /org/gnome/settings-daemon/plugins/power/idle-brightness /org/gnome/settings-daemon/plugins/power/idle-dim /org/gnome/settings-daemon/plugins/power/lid-close-ac-action /org/gnome/settings-daemon/plugins/power/lid-close-battery-action /org/gnome/settings-daemon/plugins/power/lid-close-suspend-with-external-monitor /org/gnome/settings-daemon/plugins/power/power-button-action /org/gnome/settings-daemon/plugins/power/power-saver-profile-on-low-battery /org/gnome/settings-daemon/plugins/power/sleep-inactive-ac-timeout /org/gnome/settings-daemon/plugins/power/sleep-inactive-ac-type /org/gnome/settings-daemon/plugins/power/sleep-inactive-battery-timeout /org/gnome/settings-daemon/plugins/power/sleep-inactive-battery-type [Test Plan] * Open the Group Policy Management Editor for a configured policy * Navigate to Computer Configuration > Administrative Templates > Ubuntu > Client management > Power Management * Double click on the last entry: Whether to hibernate ... * Enable it, set the value to "hibernate" * On a client with adsys, while connected on an AD account, run sudo adsysctl update -m -vv * Observe the logs that indicate the parsing of the dconf key: DEBUG Analyzing entry {Key:org/gnome/settings-daemon/plugins/power/sleep-inactive-battery-type Value:hibernate Disabled:false Meta:s Strategy: Err:<nil>} * Observe the output of the following command (it should print 'hibernate'): gsettings get org.gnome.settings-daemon.plugins.power sleep-inactive-battery-type [Where problems could occur] This code is located in the dconf policy application manager and restricted to it. The negative impact in case of a new bug will be seen by gsettings key not being applied. [Other Info] This issue was initially reported on GitHub at https://github.com/ubuntu/adsys/issues/135 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/adsys/+bug/1982349/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp