-
Notifications
You must be signed in to change notification settings - Fork 825
Open
Labels
Description
Distribution
Mint 22.3
Package version
6.6.5
Graphics hardware in use
NVIDIA GF108GL [Quadro 600] ; [AMD/ATI] Cezanne [Radeon Vega Series / Radeon Vega Mobile Series]
Frequency
Always
Bug description
Calling 'cinnamon-settings' from the Menu or Commandline leads to a crash:
print("KeybindingWidgets session type: %s" % util.get_session_type())
^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'util' has no attribute 'get_session_type'
Steps to reproduce
me@host:~$ cinnamon-settings
Expected behavior
Start of Cinnamon Settings
Additional information
After changing KeybindWidgets.py and SettingsWidgets.py like
4c4
< import util
---
> from bin import util
all is going well
Reactions are currently unavailable