Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recent Cinnamon Updates break Extension(s)/Access to Control Centre #22366

Closed
ghost opened this issue May 27, 2020 · 3 comments
Closed

Recent Cinnamon Updates break Extension(s)/Access to Control Centre #22366

ghost opened this issue May 27, 2020 · 3 comments

Comments

@ghost
Copy link

ghost commented May 27, 2020

An update to a number of Cinnamon components last weekend result in the above issue.

Lookingglass log indicates the following as contributing to error:

GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.cinnamon.SettingsDaemon was not provided by any .service files

(Apologies if my reporting etiquette is non conventional, I don't 'do' Github!)

Regards,

Stu

@ericonr
Copy link
Member

ericonr commented May 27, 2020

Have you checked if cinnamon-settings-daemon is installed?

@not-chicken
Copy link
Contributor

Don't know if it's directly related to this issue or not but trying to open cinnamon settings(control-center) gave this output for me:

File "/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py", line 730, in <module>
    window = MainWindow()
  File "/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py", line 309, in __init__
    for module in modules:
  File "/usr/share/cinnamon/cinnamon-settings/modules/cs_info.py", line 10, in <module>
    import distro
ModuleNotFoundError: No module named 'distro'

Seems like python3-distro should be added as a dependency.

@ghost
Copy link
Author

ghost commented May 28, 2020

Thank you for your mutual responses.. In regard to ericonr's comments, I did check to determine whether cinnamon-settings-daemon was installed and can confirm it is/was..

Re not-chicken's recommendation I confirmed python3-distro wasn't in fact installed and after installing this and rebooting I was then able to once more gain access to the Control Centre. The residual warning notification re a broken extension etc. prevailed but as suspected that was a result of the sole extension I have installed presumably not having caught up with the upstream Cinnamon stuff and once disabled, disappeared on the next reboot.

As a result all sorted, thank you both! :-)

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants