You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to trigger:
Edit i3 config file to include an error and restart i3. Observe the red nagbar offering to show errors or edit the config file - don't make any choices on the nagbar. Now start quickswitch. I receive the following response:
Traceback (most recent call last):
File "/home/rich/bin/quickswitch.py", line 259, in
main()
File "/home/rich/bin/quickswitch.py", line 250, in main
lookup = lookup_func()
File "/home/rich/bin/quickswitch.py", line 62, in get_windows
return create_lookup_table(windows)
File "/home/rich/bin/quickswitch.py", line 147, in create_lookup_table
if name.startswith("i3bar for output"):
AttributeError: 'NoneType' object has no attribute 'startswith'
The text was updated successfully, but these errors were encountered:
Hi! Proxypoke hasn't got time to maintain quickswitch, so at the moment my fork is (probably) the most complete. I've pulled in a lot of the other forks' improvements. My fork is at https://github.com/OliverUv/quickswitch-for-i3
Hi! Proxypoke hasn't got time to maintain quickswitch, so at the moment my
fork is (probably) the most complete. I've pulled in a lot of the other
forks' improvements. My fork is at https://github.com/OliverUv/quickswitch-for-i3
—
Reply to this email directly or view it on GitHub #19 (comment)
.
How to trigger:
Edit i3 config file to include an error and restart i3. Observe the red nagbar offering to show errors or edit the config file - don't make any choices on the nagbar. Now start quickswitch. I receive the following response:
Traceback (most recent call last):
File "/home/rich/bin/quickswitch.py", line 259, in
main()
File "/home/rich/bin/quickswitch.py", line 250, in main
lookup = lookup_func()
File "/home/rich/bin/quickswitch.py", line 62, in get_windows
return create_lookup_table(windows)
File "/home/rich/bin/quickswitch.py", line 147, in create_lookup_table
if name.startswith("i3bar for output"):
AttributeError: 'NoneType' object has no attribute 'startswith'
The text was updated successfully, but these errors were encountered: