[SOLVED] Re: [qubes-users] Qubes 4.0: Device Widget disappeared

2018-09-28 Thread gaxihoit
On Tuesday, May 8, 2018 at 7:36:42 PM UTC+2, gaxi...@gmail.com wrote:
> On Saturday, May 5, 2018 at 3:47:57 PM UTC+2, modulistic wrote:
> > On 5 May 2018 at 12:57,   wrote:
> > 
> > 
> > Anyway: can anyone tell me the CLI command to start that widget? 
> > 
> > 
> > 
> >  
> > 
> > python3 -mqui.tray.devices
> > python3 -mqui.tray.domains
> 
> 
> 'python3 -mqui.tray.domains' works fine but 'python3 -mqui.tray.devices' 
> gives me an error:
> 
> [user@dom0 ~]$ python3 -mqui.tray.devices
> 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/lib64/python3.5/runpy.py", line 193, in _run_module_as_main
> "__main__", mod_spec)
>   File "/usr/lib64/python3.5/runpy.py", line 85, in _run_code
> exec(code, run_globals)
>   File "/usr/lib/python3.5/site-packages/qui/tray/devices.py", line 353, in 
> 
> sys.exit(main())
>   File "/usr/lib/python3.5/site-packages/qui/tray/devices.py", line 347, in 
> main
> app = DevicesTray()
>   File "/usr/lib/python3.5/site-packages/qui/tray/devices.py", line 328, 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
> 
> 
> Any idea what is missing on my system?
> Thanks!

Good news: After today's dom0 update, the widget re-appeared!

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/e7c0df91-c78e-40e2-a945-3cf6db772dce%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Qubes 4.0: Device Widget disappeared

2018-05-08 Thread gaxihoit
On Saturday, May 5, 2018 at 3:47:57 PM UTC+2, modulistic wrote:
> On 5 May 2018 at 12:57,   wrote:
> 
> 
> Anyway: can anyone tell me the CLI command to start that widget? 
> 
> 
> 
>  
> 
> python3 -mqui.tray.devices
> python3 -mqui.tray.domains


'python3 -mqui.tray.domains' works fine but 'python3 -mqui.tray.devices' gives 
me an error:

[user@dom0 ~]$ python3 -mqui.tray.devices
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/lib64/python3.5/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
  File "/usr/lib64/python3.5/runpy.py", line 85, in _run_code
exec(code, run_globals)
  File "/usr/lib/python3.5/site-packages/qui/tray/devices.py", line 353, in 

sys.exit(main())
  File "/usr/lib/python3.5/site-packages/qui/tray/devices.py", line 347, in main
app = DevicesTray()
  File "/usr/lib/python3.5/site-packages/qui/tray/devices.py", line 328, 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


Any idea what is missing on my system?
Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/5f88c295-7cfa-4313-b5a8-a24f6a2999f5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Qubes 4.0: Device Widget disappeared

2018-05-05 Thread Pablo Costa
On 5 May 2018 at 12:57,  wrote:

>
> Anyway: can anyone tell me the CLI command to start that widget?
>
>
python3 -mqui.tray.devices
python3 -mqui.tray.domains

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/CALeQ-zK-NfdpnxtrD21ieRTcFWh3RmLKjoapY3%2BSL444ks43YA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Qubes 4.0: Device Widget disappeared

2018-05-05 Thread gaxihoit
On Saturday, May 5, 2018 at 1:04:48 AM UTC+2, awokd wrote:
> On Fri, May 4, 2018 4:05 pm, x...@xxx.com wrote:
> > The system tray device widget is not visible anymore. It was there after
> > a fresh 4.0 install but disappeared after some days. How can i get it
> > back?
> 
> Were you playing with the tooltray settings? I tried but couldn't figure
> out how to hide it. Apply any updates right before it disappeared?

I did updates after the install, maybe that removed it.
Anyway: can anyone tell me the CLI command to start that widget? 

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/2a2bc612-866f-4485-99fb-ba932284d51c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Qubes 4.0: Device Widget disappeared

2018-05-04 Thread 'awokd' via qubes-users
On Fri, May 4, 2018 4:05 pm, gaxih...@gmail.com wrote:
> The system tray device widget is not visible anymore. It was there after
> a fresh 4.0 install but disappeared after some days. How can i get it
> back?

Were you playing with the tooltray settings? I tried but couldn't figure
out how to hide it. Apply any updates right before it disappeared?


-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/4be09b5bd08e40c9559188cea84a0ffd.squirrel%40tt3j2x4k5ycaa5zt.onion.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Qubes 4.0: Device Widget disappeared

2018-05-04 Thread gaxihoit
The system tray device widget is not visible anymore. It was there after a 
fresh 4.0 install but disappeared after some days. How can i get it back? 
 

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/aebc0e88-2c98-44a0-954f-d8872a853d59%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.