Open matthewelmer opened 1 year ago
I've been having this issue as well, killing csd-power seems to work as a temp fix.
It looks this is caused by csd-power not responding to dbus calls.
Here's the output of cinnamon-settings power
on my machine when the problem is happening:
Using PAM module (python3-pam)
/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py:433: DeprecationWarning: Gtk.Window.set_wmclass is deprecated
self.window.set_wmclass(wm_class, wm_class)
Loading Power module
Traceback (most recent call last):
File "/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py", line 743, in <module>
window = MainWindow()
File "/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py", line 438, in __init__
self.go_to_sidepage(cat, path, user_action=False)
File "/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py", line 192, in go_to_sidepage
sidePage.build()
File "/usr/share/cinnamon/cinnamon-settings/bin/SettingsWidgets.py", line 211, in build
self.module.on_module_selected()
File "/usr/share/cinnamon/cinnamon-settings/modules/cs_power.py", line 132, in on_module_selected
device_types = [x[UP_TYPE] for x in self.csd_power_proxy.GetDevices()]
File "/usr/lib/python3/dist-packages/gi/overrides/Gio.py", line 351, in __call__
result = self.dbus_proxy.call_sync(self.method_name, arg_variant,
gi.repository.GLib.Error: g-io-error-quark: Timeout was reached (24)
~/.xsession-errors
:Issue
cinnamon-settings power
won't start the power menu, and I can't change brightness or see battery percentage. It seems to work right after restart, but seems to break if I let my computer sleep. I need to do more testing, but I have immediately pressing matters to attend to.Steps to reproduce
Expected behaviour
Ability to change brightness, view battery percentage, and open power settings menu.
Other information
Configuration info, if applicable
Can't gain access.