Advertisement
Guest User

Untitled

a guest
Mar 8th, 2012
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. andrei@andrei-desktop:/usr/share/applications$ /usr/bin/py-jupiter.py
  2.  
  3. ** WARNING **: Trying to register gtype 'GMountMountFlags' as enum when in fact it is of type 'GFlags'
  4.  
  5. ** WARNING **: Trying to register gtype 'GDriveStartFlags' as enum when in fact it is of type 'GFlags'
  6.  
  7. Exception in thread Thread-1:
  8. Traceback (most recent call last):
  9. File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner
  10. self.run()
  11. File "/usr/lib/python2.7/threading.py", line 504, in run
  12. self.__target(*self.__args, **self.__kwargs)
  13. File "/usr/bin/py-jupiter.py", line 372, in update_menu_info
  14. msg = 'CPU Mode: ' + self.jupiter.get_cpu_mode_name() + '\n'
  15. File "/usr/bin/py-jupiter.py", line 149, in get_cpu_mode_name
  16. return self.performance_modes[self.collect_data(self.var + '/cpu_mode')]
  17. KeyError: False
  18.  
  19.  
  20.  
  21. Exception in thread Thread-5:
  22. Traceback (most recent call last):
  23. File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner
  24. self.run()
  25. File "/usr/lib/python2.7/threading.py", line 504, in run
  26. self.__target(*self.__args, **self.__kwargs)
  27. File "/usr/bin/py-jupiter.py", line 297, in update_screen_orientations
  28. rotation = self.jupiter.current_rotation()
  29. File "/usr/bin/py-jupiter.py", line 152, in current_rotation
  30. return self.collect_data(self.var + '/rotation_saved').split(' ')[0]
  31. AttributeError: 'bool' object has no attribute 'split'
  32.  
  33.  
  34.  
  35. Traceback (most recent call last):
  36. File "/usr/bin/py-jupiter.py", line 380, in elapsed_time
  37. msg = 'CPU Mode: ' + self.jupiter.get_cpu_mode_name() + '\n'
  38. File "/usr/bin/py-jupiter.py", line 149, in get_cpu_mode_name
  39. return self.performance_modes[self.collect_data(self.var + '/cpu_mode')]
  40. KeyError: False
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement