Advertisement
Guest User

Untitled

a guest
Sep 5th, 2010
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. ** Message: pygobject_register_sinkfunc is deprecated (GtkWindow)
  2. ** Message: pygobject_register_sinkfunc is deprecated (GtkInvisible)
  3. ** Message: pygobject_register_sinkfunc is deprecated (GtkObject)
  4. Xlib: extension "RANDR" missing on display ":0.0".
  5. {'capture_new_windows': True,
  6. 'fifo_dir': '/tmp',
  7. 'gtk_refresh': 1000,
  8. 'gtk_tab_pos': 'top',
  9. 'https_colours': 'foreground = "#888"',
  10. 'https_text_colours': 'foreground = "#9c8e2d"',
  11. 'icon_path': '/home/ennui/.local/share/uzbl/uzbl.png',
  12. 'max_title_len': 50,
  13. 'multiline_tabs': True,
  14. 'new_tab_title': 'Loading',
  15. 'save_session': True,
  16. 'saved_sessions_dir': '/home/ennui/.local/share/uzbl/sessions/',
  17. 'selected_https': 'foreground = "#fff"',
  18. 'selected_https_text': 'foreground = "gold"',
  19. 'selected_tab': 'foreground = "#fff"',
  20. 'selected_tab_text': 'foreground = "green"',
  21. 'session_file': '/home/ennui/.local/share/uzbl/session',
  22. 'show_ellipsis': True,
  23. 'show_gtk_tabs': False,
  24. 'show_tablist': True,
  25. 'socket_dir': '/tmp',
  26. 'status_background': '#303030',
  27. 'switch_to_new_tabs': True,
  28. 'tab_colours': 'foreground = "#888" background = "#303030"',
  29. 'tab_indexes': True,
  30. 'tab_indicate_https': True,
  31. 'tab_text_colours': 'foreground = "#bbb"',
  32. 'tab_titles': True,
  33. 'tablist_top': True,
  34. 'verbose': True,
  35. 'window_size': '800,800'}
  36. /usr/share/themes/Zenburn1/gtk-2.0/gtkrc:68: Murrine configuration option "hilight_ratio" will be deprecated in future releases. Please use "highlight_shade" instead.
  37. /usr/bin/uzbl-tabbed:554: GtkWarning: Unable to locate theme engine in module_path: "mist",
  38. self.window = gtk.Window()
  39. uzbl-tabbed: [fifo] listening at '/tmp/uzbltabbed_5844.fifo'
  40. uzbl-tabbed: [socket] listening at '/tmp/uzbltabbed_5844.socket'
  41. Traceback (most recent call last):
  42. File "/usr/bin/uzbl-tabbed", line 1403, in <module>
  43. uzbl.run()
  44. File "/usr/bin/uzbl-tabbed", line 647, in run
  45. self.new_tab()
  46. File "/usr/bin/uzbl-tabbed", line 1012, in new_tab
  47. self._processes += [subprocess.Popen(cmd)] # TODO: do i need close_fds=True ?
  48. File "/usr/lib/python2.6/subprocess.py", line 633, in __init__
  49. errread, errwrite)
  50. File "/usr/lib/python2.6/subprocess.py", line 1139, in _execute_child
  51. raise child_exception
  52. OSError: [Errno 13] Permission denied
  53. uzbl-tabbed: unlinked '/tmp/uzbltabbed_5844.fifo'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement