Skip to content

cinnamon-settings will crash after update to Version 22.3 #13436

Description

@fandarel

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions