@eugene You should switch the pacparser dependency back to python-pacparser (pithos depends on the python library, not the c one). I've also made you a co-maintainer of python-pacparser because I no longer use it (happy to disown it entirely if you'd like to take it over).
@MarsSeed that's a C library, this is a python library.
Hi,
This should optdepend on repo's pacparser, not AUR's outdated duplicate python-pacparser from 2017. (The latter one is pending deletion anyway.)
Hello. First noticed on June 21st 2022.
Not positive if its directly correlated with the most recent system updates or not.
But I have been successfully using pithos for many years.
**Manjaro KDE - Kernel 5.10.123-1
Pithos wont continuing on playing the next song. It stops and I have to manually click the next song button. Also, the timer doesnt work. When it is playing, the timer sits at 0:00
Thanks for maintaining this software!
The shebang line in /usr/bin/pithos is #!/usr/bin/env python3, when it should be #!/usr/bin/python3. As it is, pithos won't run if the user isn't using the system python and doesn't have the right dependencies installed (e.g. gtk).
I keep getting this error:
:: PGP keys need importing:
-> 108BF2212A051F4A72B18448B3C7CE210DE76DFC, required by: pithos
==> Import? [Y/n]
:: Importing keys with gpg...
gpg: keyserver receive failed: Server indicated a failure```
I tried the tip from @SniK140 to manually import but it still gives a similar error.
UPDATE: I guess someone did something to remedy this, as it is working now! Thanks! :)
@Tio
gpg --keyserver pgp.mit.edu --recv-keys B3C7CE210DE76DFC
Error:
-> Found systemd.service
==> Validating source files with sha256sums...
pithos-1.5.0.tar.xz ... Passed
pithos-1.5.0.tar.xz.asc ... Skipped
systemd.service ... Passed
==> Verifying source file signatures with gpg...
pithos-1.5.0.tar.xz ... FAILED (unknown public key B3C7CE210DE76DFC)
==> ERROR: One or more PGP signatures could not be verified!
Failed to build pithos