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

qui-devices (Qubes Device Widget) failed to start #4386

Closed
wynn1212 opened this issue Oct 10, 2018 · 6 comments
Closed

qui-devices (Qubes Device Widget) failed to start #4386

wynn1212 opened this issue Oct 10, 2018 · 6 comments
Assignees
Labels
C: manager/widget T: bug Type: bug report. A problem or defect resulting in unintended behavior in something that exists.

Comments

@wynn1212
Copy link

wynn1212 commented Oct 10, 2018

Qubes OS version:

Qubes release 4.0 (R4.0)

Affected component(s):

qui-devices (Qubes Device Widget)


Steps to reproduce the behavior:

After update dom0 and reboot
When I entered to my desktop.

Expected behavior:

qui-devices should start in tray icon and displaying which devices is available to use

Actual behavior:

qui-devices failed to start.
when I try to run "qui-devices" in terminal, it shows the following error.

ERROR:dbus.proxies:Introspect error on org.qubes.Devices1:/org/qubes/Devices1: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
Traceback (most recent call last):
  File "/usr/bin/qui-devices", line 9, in <module>
    load_entry_point('qui==0.1', 'gui_scripts', 'qui-devices')()
  File "/usr/lib/python3.5/site-packages/qui/tray/devices.py", line 363, in main
    app = DevicesTray()
  File "/usr/lib/python3.5/site-packages/qui/tray/devices.py", line 344, in __init__
    self.device_manager = qui.models.qubes.DevicesManager()
  File "/usr/lib/python3.5/site-packages/qui/models/qubes.py", line 134, in __init__
    super().__init__(proxy, cls=Device)
  File "/usr/lib/python3.5/site-packages/qui/models/dbus.py", line 168, in __init__
    super(ObjectManager, self).__init__(proxy)
  File "/usr/lib/python3.5/site-packages/qui/models/dbus.py", line 63, in __init__
    super(Model, self).__init__(self._init_interfaces())
  File "/usr/lib/python3.5/site-packages/qui/models/dbus.py", line 74, in _init_interfaces
    xml_str = str(self.proxy.Introspect())
  File "/usr/lib64/python3.5/site-packages/dbus/proxies.py", line 70, in __call__
    return self._proxy_method(*args, **keywords)
  File "/usr/lib64/python3.5/site-packages/dbus/proxies.py", line 145, in __call__
    **keywords)
  File "/usr/lib64/python3.5/site-packages/dbus/connection.py", line 651, in call_blocking
    message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying

General notes:


Related issues:

@wynn1212 wynn1212 changed the title qui-devices failed to start qui-devices (Qubes Device Widget) failed to start Oct 11, 2018
@andrewdavidwong andrewdavidwong added T: bug Type: bug report. A problem or defect resulting in unintended behavior in something that exists. C: manager/widget labels Oct 11, 2018
@andrewdavidwong andrewdavidwong added this to the Release 4.0 updates milestone Oct 11, 2018
@marmarek
Copy link
Member

Fixed in QubesOS/updates-status#741 (by not using that dbus service at all).

@canary5
Copy link

canary5 commented Oct 22, 2018

Hi, after todays update, device widget gone again

@andrewdavidwong
Copy link
Member

@canary5, can you provide the names and version numbers of the packages you updated today?

@canary5
Copy link

canary5 commented Oct 23, 2018

Later yesterday i have installed another update (4.0.11-1) of linux managet which fixed it again.
It was 20 packages installed, please tell which package responsible for device widget, i will look

@wynn1212
Copy link
Author

desktop-linux-manager responsible for device widget

@canary5
Copy link

canary5 commented Oct 23, 2018

Ok, so 4.0.11-1 fixed it again for me. In previous update there was no desktop-linux-manager for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: manager/widget T: bug Type: bug report. A problem or defect resulting in unintended behavior in something that exists.
Projects
None yet
Development

No branches or pull requests

5 participants