Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while launching quickswitch #23

Closed
cig0 opened this issue Mar 22, 2015 · 1 comment
Closed

Error while launching quickswitch #23

cig0 opened this issue Mar 22, 2015 · 1 comment

Comments

@cig0
Copy link

cig0 commented Mar 22, 2015

Hi!

Today I found quickswitch wasn't working, launching it from console shows this:
$ quickswitch.py
Traceback (most recent call last):
File "/usr/bin/quickswitch.py", line 247, in
main()
File "/usr/bin/quickswitch.py", line 238, in main
lookup = lookup_func()
File "/usr/bin/quickswitch.py", line 65, in get_windows
return create_lookup_table(windows)
File "/usr/bin/quickswitch.py", line 147, in create_lookup_table
if name.startswith("i3bar for output"):
AttributeError: 'NoneType' object has no attribute 'startswith'

Originally I installed quickswitch via pip and was working great (well, with the exception of bug #21) and all of a sudden it stopped working - presumably because a system update to the Python stack?
Running a 'pip install quickswitch --upgrade' tells me I already have latest quickswitch version.
My system is an F21, fully updated.

@cig0
Copy link
Author

cig0 commented Apr 4, 2015

UPDATE
The problem has definitely to be with the Python libraries installed in my system - or with the package uploaded to pip; cloning the repository and compiling quickswitch-i3 produces a working copy of it.
I'm closing this ticket for now then.
Cheers.

@cig0 cig0 closed this as completed Apr 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant