Advertisement
Guest User

Untitled

a guest
Mar 25th, 2017
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. richarddjames richarddjames # rigo
  2. python-exec: Invalid impl in /etc/python-exec/python-exec.conf: python3.3
  3. /usr/bin/rigo:39: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.
  4. from gi.repository import Gtk, Gdk, GLib
  5. /usr/lib/rigo/rigo/ui/gtk3/widgets/terminal.py:28: PyGIWarning: Vte was imported without specifying a version first. Use gi.require_version('Vte', '2.91') before import to ensure that the right version gets loaded.
  6. from gi.repository import Vte, Gdk
  7.  
  8. (rigo:25503): Gtk-WARNING **: Theme parsing error: rigo.css:25:27: The style property GtkWidget:link-color is deprecated and shouldn't be used anymore. It will be removed in a future version
  9.  
  10. (rigo:25503): Gtk-WARNING **: Theme parsing error: rigo.css:26:35: The style property GtkWidget:visited-link-color is deprecated and shouldn't be used anymore. It will be removed in a future version
  11.  
  12. (rigo:25503): Gtk-WARNING **: Theme parsing error: rigo.css:44:29: The style property GtkButton:inner-border is deprecated and shouldn't be used anymore. It will be removed in a future version
  13.  
  14. (rigo:25503): Gtk-WARNING **: Theme parsing error: rigo.css:45:31: The style property GtkButton:default-border is deprecated and shouldn't be used anymore. It will be removed in a future version
  15.  
  16. (rigo:25503): Gtk-WARNING **: Theme parsing error: rigo.css:46:39: The style property GtkButton:default-outside-border is deprecated and shouldn't be used anymore. It will be removed in a future version
  17. Traceback (most recent call last):
  18. File "/usr/bin/rigo", line 898, in _permissions_setup
  19. "package", nargs='?', type=file,
  20. NameError: name 'file' is not defined
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement