Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2012
320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. [jerry@system ~]$ earcandy
  2.  
  3. ** (process:5403): WARNING **: Trying to register gtype 'GMountMountFlags' as enum when in fact it is of type 'GFlags'
  4.  
  5. ** (process:5403): WARNING **: Trying to register gtype 'GDriveStartFlags' as enum when in fact it is of type 'GFlags'
  6.  
  7. ** (process:5403): WARNING **: Trying to register gtype 'GSocketMsgFlags' as enum when in fact it is of type 'GFlags'
  8. /home/jerry/.gtkrc-2.0:2: error: unexpected string constant "| tee -a .gtkrc-2.0
  9. gtk-menu-popdown-", expected keyword - e.g. `style'
  10.  
  11. ** (earcandy:5403): WARNING **: Trying to register gtype 'WnckWindowState' as enum when in fact it is of type 'GFlags'
  12.  
  13. ** (earcandy:5403): WARNING **: Trying to register gtype 'WnckWindowActions' as enum when in fact it is of type 'GFlags'
  14.  
  15. ** (earcandy:5403): WARNING **: Trying to register gtype 'WnckWindowMoveResizeMask' as enum when in fact it is of type 'GFlags'
  16. DEBUG:root:lib :: Loaded library : libpulse.so
  17. Traceback (most recent call last):
  18. File "/usr/bin/earcandy", line 31, in <module>
  19. gtk.window_set_default_icon_from_file(os.path.join(getdatapath(), 'media', 'icon.png'))
  20. File "/usr/lib/python2.7/site-packages/earcandy/earcandyconfig.py", line 39, in getdatapath
  21. raise project_path_not_found
  22. earcandy.earcandyconfig.project_path_not_found
  23. [jerry@system ~]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement