Advertisement
Guest User

Untitled

a guest
Jan 16th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1.  
  2. While setting 'ignore_case': No option 'ignore_case' (this option was renamed to 'search.ignore_case')
  3. While setting 'messages.unfocused': No option 'messages.unfocused' (this option was removed from qutebrowser)
  4. While setting 'session_default_name': No option 'session_default_name' (this option was renamed to 'session.default_name')
  5. While setting 'tabs.indicator_padding': No option 'tabs.indicator_padding' (this option was renamed to 'tabs.indicator.padding')
  6. Unhandled exception: 'str' object has no attribute 'bar'
  7. Traceback (most recent call last):
  8. File "/usr/lib/python3.6/site-packages/qutebrowser/config/configfiles.py", line 418, in read_config_py
  9. exec(code, module.__dict__)
  10. File "/home/nimred/.config/qutebrowser/config.py", line 982, in <module>
  11. c.tabs.width.bar = '20%'
  12. AttributeError: 'str' object has no attribute 'bar'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement