Package Details: tauon-music-box 7.7.2-1

Git Clone URL: https://aur.archlinux.org/tauon-music-box.git (read-only, click to copy)
Package Base: tauon-music-box
Description: A modern music player
Upstream URL: https://tauonmusicbox.rocks
Keywords: music player
Licenses: GPL3
Submitter: Taiko2k
Maintainer: Taiko2k
Last Packager: Taiko2k
Votes: 34
Popularity: 0.85
First Submitted: 2017-05-30 05:21 (UTC)
Last Updated: 2024-04-04 02:19 (UTC)

Dependencies (41)

Required by (0)

Sources (3)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

jperry commented on 2023-08-15 02:40 (UTC)

python-pysdl2 needs to be added as a dependency.

giostark commented on 2023-05-04 18:39 (UTC)

@Taiko2k . TNX It worked. Downloading and compiling those makepkgs bring it back. Using the helper via AUR instead still didnt worked.

Taiko2k commented on 2023-05-04 16:37 (UTC)

Tauon may not start after the recent Python update. You'll need to rebuild the packages python-pysdl2 and python-isounidecode

giostark commented on 2023-05-04 13:59 (UTC) (edited on 2023-05-04 14:01 (UTC) by giostark)

Do not start anymore (the flatpack variant does):

Traceback (most recent call last): File "/opt/tauon-music-box/tauon.py", line 152, in <module> from sdl2 import * ModuleNotFoundError: No module named 'sdl2'

Seems an old issue that turn back. Recompiling from the makepkg do not fix this issue.

dmali commented on 2023-04-04 11:25 (UTC)

miniaudio.tar.gz ... СБОЙ

==> ОШИБКА: Исходные файлы не прошли проверку целостности! -> ошибка сборки: tauon-music-box-exit status 1 -> Failed to install the following packages. Manual intervention is required: tauon-music-box - exit status 1

kellerman commented on 2022-12-24 19:03 (UTC)

@cable @Taiko2k @C0rn3j I rebuilt the package today and it seems that it is now working

cable commented on 2022-12-21 04:03 (UTC)

@Taiko2k

Can confirm @kellerman's bug: tauon quits with the error "'ColoursClass' object has no attribute 'status_text_normal'"

Taiko2k commented on 2022-12-20 23:22 (UTC)

@kellerman I see this is an application bug (not a packaging bug). I'll try get a new version of Tauon out with a fix out soon.

C0rn3j commented on 2022-12-20 20:52 (UTC)

@kellerman Works on my machine™.

Make sure your system is up to date and update or rebuild all AUR packages.

kellerman commented on 2022-12-20 20:37 (UTC) (edited on 2022-12-20 20:38 (UTC) by kellerman)

Doesnt launch right now Traceback (most recent call last): File "/opt/tauon-music-box/tauon.py", line 330, in <module> exec(main) File "/opt/tauon-music-box/t_modules/t_main.py", line 45258, in <module> top_panel.render() File "/opt/tauon-music-box/t_modules/t_main.py", line 30799, in render bg = colours.status_text_normal AttributeError: 'ColoursClass' object has no attribute 'status_text_normal'