You are not logged in.

#1 2017-11-20 19:14:54

archGuy399
Member
Registered: 2017-11-20
Posts: 2

[SOLVED] Cinnamon settings do not open

Hi, after the latest cinnamon upgrade 3.6.4-1 the settings do not open.

This is the output i get after running $ cinnamon-settings:

Traceback (most recent call last):
  File "/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py", line 45, in <module>
    modules = map(__import__, mod_files)
  File "/usr/share/cinnamon/cinnamon-settings/modules/cs_sound.py", line 689
    icon = iconTheme.load_icon("bluetooth", 32, 0)
       ^
IndentationError: expected an indented block

Last edited by archGuy399 (2017-11-20 21:56:02)

Offline

#2 2017-11-20 19:56:16

loqs
Member
Registered: 2014-03-06
Posts: 17,194

Re: [SOLVED] Cinnamon settings do not open

welcome to the arch linux forums archGuy399.
/usr/share/cinnamon/cinnamon-settings/modules/cs_sound.py line 689

        	if (iconName is not None and "bluetooth" in iconName):

Starts with eight spaces followed by  a tab

            if (iconName is not None and "bluetooth" in iconName):

instead of twelve spaces
Edit:
https://github.com/linuxmint/Cinnamon/c … d9717afed1
Which should be fixed cinnamon 3.6.5-1

Last edited by loqs (2017-11-20 20:19:27)

Offline

#3 2017-11-20 21:52:51

archGuy399
Member
Registered: 2017-11-20
Posts: 2

Re: [SOLVED] Cinnamon settings do not open

I ended up reinstalling, but thanks anyway for the help and welcoming!

Offline

Board footer

Powered by FluxBB