Advertisement
Guest User

Untitled

a guest
May 18th, 2018
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.12 KB | None | 0 0
  1. ----------------------------NOTE: COULDN'T COPY ENTIRE OUTPUT, TOO LONG---------------------------
  2.  
  3. File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 651, in call_blocking
  4. message, timeout)
  5. dbus.exceptions.DBusException: org.xfce.Xfconf.Error.PropertyNotFound: Property "/panels/panel-0/background-color" does not exist on channel "xfce4-panel"
  6. Traceback (most recent call last):
  7. File "/usr/share/xfce4/panel/plugins/xfce4-dockbarx-plug", line 258, in <module>
  8. dbx = DockBarXFCEPlug()
  9. File "/usr/share/xfce4/panel/plugins/xfce4-dockbarx-plug", line 145, in __init__
  10. self.pattern_from_dbus()
  11. File "/usr/share/xfce4/panel/plugins/xfce4-dockbarx-plug", line 209, in pattern_from_dbus
  12. col = self.get_xfconf_panel("background-color")
  13. File "/usr/share/xfce4/panel/plugins/xfce4-dockbarx-plug", line 200, in get_xfconf_panel
  14. return self.xfconf.GetProperty("xfce4-panel", self.prop + prop)
  15. File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 145, in __call__
  16. **keywords)
  17. File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 651, in call_blocking
  18. message, timeout)
  19. dbus.exceptions.DBusException: org.xfce.Xfconf.Error.PropertyNotFound: Property "/panels/panel-0/background-color" does not exist on channel "xfce4-panel"
  20. Traceback (most recent call last):
  21. File "/usr/share/xfce4/panel/plugins/xfce4-dockbarx-plug", line 258, in <module>
  22. dbx = DockBarXFCEPlug()
  23. File "/usr/share/xfce4/panel/plugins/xfce4-dockbarx-plug", line 145, in __init__
  24. self.pattern_from_dbus()
  25. File "/usr/share/xfce4/panel/plugins/xfce4-dockbarx-plug", line 209, in pattern_from_dbus
  26. col = self.get_xfconf_panel("background-color")
  27. File "/usr/share/xfce4/panel/plugins/xfce4-dockbarx-plug", line 200, in get_xfconf_panel
  28. return self.xfconf.GetProperty("xfce4-panel", self.prop + prop)
  29. File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 145, in __call__
  30. **keywords)
  31. File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 651, in call_blocking
  32. message, timeout)
  33. dbus.exceptions.DBusException: org.xfce.Xfconf.Error.PropertyNotFound: Property "/panels/panel-0/background-color" does not exist on channel "xfce4-panel"
  34. Traceback (most recent call last):
  35. File "/usr/share/xfce4/panel/plugins/xfce4-dockbarx-plug", line 258, in <module>
  36. dbx = DockBarXFCEPlug()
  37. File "/usr/share/xfce4/panel/plugins/xfce4-dockbarx-plug", line 145, in __init__
  38. self.pattern_from_dbus()
  39. File "/usr/share/xfce4/panel/plugins/xfce4-dockbarx-plug", line 209, in pattern_from_dbus
  40. col = self.get_xfconf_panel("background-color")
  41. File "/usr/share/xfce4/panel/plugins/xfce4-dockbarx-plug", line 200, in get_xfconf_panel
  42. return self.xfconf.GetProperty("xfce4-panel", self.prop + prop)
  43. File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 145, in __call__
  44. **keywords)
  45. File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 651, in call_blocking
  46. message, timeout)
  47. dbus.exceptions.DBusException: org.xfce.Xfconf.Error.PropertyNotFound: Property "/panels/panel-0/background-color" does not exist on channel "xfce4-panel"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement