-
Notifications
You must be signed in to change notification settings - Fork 846
LMDE3 - privacy settings module crashes #8790
Copy link
Copy link
Closed
Description
* Cinnamon version Cinnamon 4.2.3 (stock)
* Distribution - LMDE3
* Graphics hardware *and* driver used
Graphics:
Device-1: InnoTek Systemberatung VirtualBox Graphics Adapter
driver: vboxvideo v: 6.0.10 r132072 bus ID: 00:02.0 chip ID: 80ee:beef
Display: x11 server: X.Org 1.19.2 driver: modesetting
unloaded: fbdev,vesa alternate: vboxvideo resolution: 1920x1080~60Hz
OpenGL: renderer: Chromium v: 2.1 Chromium 1.9 direct render: Yes
* 64 bit
* Attach /home/<username>/.xsession-errors, or /var/log/syslog
Issue
In a freshly installed and updated LMDE3 the privacy settings module will not open.
Steps to reproduce
Attempt to lauch the privacy settings module by any method.
If run from the terminal the following output is produced.
Steve@lmde3-vm:~$ cinnamon-settings privacy
True
Using pam module (python3-pampy)
Loading Privacy module
Traceback (most recent call last):
File "/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py", line 724, in <module>
window = MainWindow()
File "/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py", line 428, in __init__
self.go_to_sidepage(cat, path, user_action=False)
File "/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py", line 185, in go_to_sidepage
sidePage.build()
File "/usr/share/cinnamon/cinnamon-settings/bin/SettingsWidgets.py", line 123, in build
self.module.on_module_selected()
File "/usr/share/cinnamon/cinnamon-settings/modules/cs_privacy.py", line 78, in on_module_selected
if nm_client is not None and nm_client.connectivity_check_get_available():
AttributeError: 'Client' object has no attribute 'connectivity_check_get_available'
As LMDE3 out of the box does not have network-manager-config-connectivity-debian available, I tried adding stretch backports, updating network-manager from stretch-backports and installing network-manager-config-connectivity-debian. However this did not resolve the issue.
Expected behaviour
Privacy settings module should work in LMDE3
Other information
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels