Taiko2k/Tauon

Emit nofications functionality

Opened this issue · 5 comments

Sejf commented

Using Flatpak version v7.8.3 in Mint 21.3

The setting in "Menu > Settings > Window > Emit track change notifications" have the inverse functionality.
When unchecked it emits the notification and when checked it shows.

Can't reproduce on either Flatpak or latest git master from AUR on Arch Linux.

Can you try reproducing it on master?

Executing ./run.sh (which is at the moment used mostly for devel purposes) should do it for a test run.

Sejf commented

I don't think the run script was made for linux since it's calling python instead of python3
./run.sh: line 24: python: command not found

Sejf commented

I just tested in another computer with the same Mint version, and it behaves the same way.

It is written for Linux but it does not expect python to point to python 2, which went EOL in the previous decade.

Which Debian(-based) does by default to this day (should be your case, install python-is-python3) or if you're on openSUSE, just rewrite it.

There are now prebuilt Linux images available - could you test against this one?

https://github.com/Taiko2k/Tauon/actions/runs/12459684311