Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 602480 - gnome-extra/cinnamon-3.2.x: applet config dialogs require dev-python/dbus-python with Python 3 support
Summary: gnome-extra/cinnamon-3.2.x: applet config dialogs require dev-python/dbus-pyt...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Cinnamon Team (DISABLED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-12 22:04 UTC by Thomas Kemmer
Modified: 2017-01-15 20:04 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
cinnamon-3.2.0-r1.patch (cinnamon-3.2.0-r1-pydbus-python3.patch,461 bytes, patch)
2016-12-14 20:36 UTC, Thomas Kemmer
Details | Diff
cinnamon-3.2.0-r2.ebuild (cinnamon-3.2.0-r2.ebuild,7.49 KB, text/plain)
2016-12-14 20:37 UTC, Thomas Kemmer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Kemmer 2016-12-12 22:04:43 UTC
Applet configuration dialogs do not show up without having Python 3 support enabled in dev-python/dbus-python. Attempting to open any applet configuration dialog from a terminal (via cinnamon-settings) reveals the following error:

$ cinnamon-settings
Loading Applets module
Traceback (most recent call last):
  File "/usr/share/cinnamon/cinnamon-settings/xlet-settings.py", line 9, in <module>
    from JsonSettingsWidgets import *
  File "/usr/share/cinnamon/cinnamon-settings/bin/JsonSettingsWidgets.py", line 2, in <module>
    from SettingsWidgets import *
  File "/usr/share/cinnamon/cinnamon-settings/bin/SettingsWidgets.py", line 8, in <module>
    import dbus
ImportError: No module named 'dbus'

After enabling Python 3 support (USE="python_targets_python3_4" emerge -1av dev-python/dbus-python), the error is gone and the dialogs are once again shown correctly.
Comment 1 Thomas Kemmer 2016-12-14 20:36:39 UTC
Created attachment 456242 [details, diff]
cinnamon-3.2.0-r1.patch
Comment 2 Thomas Kemmer 2016-12-14 20:37:32 UTC
Created attachment 456244 [details]
cinnamon-3.2.0-r2.ebuild
Comment 3 Thomas Kemmer 2016-12-21 15:40:15 UTC
I'm afraid the new gnome-extra/cinnamon-3.2.6 ebuild is affected in the same manner.
Comment 4 Thomas Kemmer 2017-01-08 12:01:18 UTC
…as is the cinnamon-3.2.7 ebuild.
Comment 5 Thomas Kemmer 2017-01-15 20:04:06 UTC
Fixed in 823d962. Thanks, @SoapGentoo!