Julien Acroute
Julien Acroute
I think QT part sometimes slow down python interpreter, if you increase refresh rate of progress bar (main gui), you will have many xruns. Gui should not slow down jack...
I'm currently working on packaging, so there is some changes. I think that you're using the master branch with #57 merged, you can use pip to install superboucle : ```bash...
> any help? It seems that you try to run superboucle with python version 2, you need python3 to run superboucle. The `configparser` is a standard module of python3: ```bash...
Interesting to test it on wayland ! > did it by changing the the python version default Cool ! happy to see that you have at least the beautiful interface...
@slyholborn How do you launch superboucle ? Can you paste this script : `/usr/bin/superboucle` it should looks like: ```python #!/usr/bin/python3 # EASY-INSTALL-ENTRY-SCRIPT: 'superboucle==1.2.0','console_scripts','superboucle' __requires__ = 'superboucle==1.2.0' import re import sys...
Ok so it might related to wayland, did you try to set `QT_QPA_PLATFORM=wayland` as mentioned in the error message: ```bash QT_QPA_PLATFORM=wayland superboucle ``` I will do some test with wayland.
You need to install an additional package, on debian it's called `qtwayland5`
> I don't know how to do this... Just open a terminal and add `QT_QPA_PLATFORM=wayland` before the `superboucle` command to set an environment variable just for the command. So in...
> IndexError: tuple index out of range This issue is now fixed on master. Can you update your local clone and retry ?
> everything works well except issues withe the left menu. Can you create a separate issue for issue about left menu with a screenshot ?