dflock / ulauncher-window-switcher

Linux/X11 Window Switcher plugin for Ulauncher
GNU General Public License v3.0
14 stars 10 forks source link

Make file compatible with Python 3.5+ #9

Closed systemoperator closed 2 years ago

systemoperator commented 2 years ago

fixes #5

With this fix, the extension also works on Ubuntu 16.04, using Python 3.5+.

see: https://docs.python.org/3/library/subprocess.html

dflock commented 2 years ago

That's great, thanks!

I installed python 3.5, but couldn't figure out how to get ulaucher extensions to work with it.