-
Notifications
You must be signed in to change notification settings - Fork 797
Closed
Labels
Description
Distribution
Arch Linux
Package version
6.4.8
Graphics hardware in use
Advanced Micro Devices, Inc. [AMD/ATI] Cezanne [Radeon Vega Series / Radeon Vega Mobile Series]
Frequency
Always
Bug description
The cinnamon-settings-daemon just cannot let me see or change the mouse and touchpad part, with double quick click, it changed the mouse tracker size from 24 to 5 (seen from dconf-editor)
Steps to reproduce
- Open Cinnamon Settings.
- Click on Mouse & Touchpad settings for once.
- The Cinnamon settings stand still.
3.1.optional. The mouse tracker become extremely small with double quick click on the settings
Expected behavior
The mouse & touchpad settings should display normally and can let me change
Additional information
System Information:
Kernel: 6.13.7-zen1-1-zen
cinnamon-settings-daemon: 6.4.3-1
journalctl or .xsession-errors related Logs: None
Logs when I tryed cinnamon-settings mouse
:
/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py:458: DeprecationWarning: Gtk.Window.set_wmclass is deprecated
self.window.set_wmclass(wm_class, wm_class)
Loading Mouse module
Traceback (most recent call last):
File "/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py", line 811, in <module>
window = MainWindow()
File "/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py", line 330, in __init__
if self.load_sidepage_as_standalone():
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py", line 464, in load_sidepage_as_standalone
self.go_to_sidepage(sp_data.sp, user_action=False)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py", line 185, in go_to_sidepage
sidePage.build()
~~~~~~~~~~~~~~^^
File "/usr/share/cinnamon/cinnamon-settings/bin/SettingsWidgets.py", line 212, in build
self.module.on_module_selected()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/share/cinnamon/cinnamon-settings/modules/cs_mouse.py", line 65, in on_module_selected
[CDesktopEnums.PointerAccelProfile.DEFAULT.value_nick, _("Device default")],
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'PointerAccelProfile' object has no attribute 'value_nick'
So sorry that my English is not good so some parts may not be described clearly. As a supplement for not sure whether it can be used as a reference to solve the bug, my system language is zh_TW.UTF-8
Vanes1236