Package Details: covergloobus-bzr 381-1

Git Clone URL: https://aur.archlinux.org/covergloobus-bzr.git (read-only, click to copy)
Package Base: covergloobus-bzr
Description: a standalone application to see what is playing in the your favourite music player
Upstream URL: https://launchpad.net/covergloobus
Keywords: broken eol to-be-deleted unneeded
Licenses: GPL3
Conflicts: covergloobus
Submitter: aspirogrammer
Maintainer: MarsSeed
Last Packager: aspirogrammer
Votes: 1
Popularity: 0.000000
First Submitted: 2016-01-19 13:24 (UTC)
Last Updated: 2016-01-19 13:25 (UTC)

Dependencies (7)

Required by (0)

Sources (0)

Latest Comments

MarsSeed commented on 2022-07-07 15:45 (UTC)

So with all these problems, do you think it this package is worth keeping?

MarsSeed commented on 2022-07-07 15:43 (UTC)

It looks like @p0ng was right after all. Even after managing to install it through some hurdles, the application crashes:

Traceback (most recent call last):
  File "/usr/share/covergloobus/covergloobus.py", line 36, in <module>
    from core.covergloobus import CoverGloobus
  File "/usr/share/covergloobus/core/covergloobus.py", line 17, in <module>
    import dbus
ImportError: No module named dbus

MarsSeed commented on 2022-07-07 14:51 (UTC)

After manually installing python-dulwich and trying the build again, another source checkout failure:

==> Starting build()...
==> Connecting to the server....
brz: ERROR: Not a branch: "/home/user/.cache/yay/covergloobus-bzr/src/covergloobus/.bzr/branch/".
==> ERROR: A failure occurred in build().
    Aborting...

MarsSeed commented on 2022-07-07 14:47 (UTC)

Making the package also fails - cannot download sources:

==> Making package: covergloobus-bzr 381-1 (2022-07-07 16:43:23 CEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
==> Connecting to the server....
You have not informed bzr of your Launchpad ID, and you must do this to
write to Launchpad or access private data.  See "bzr help launchpad-login".
brz: ERROR: Unable to import library "dulwich": bzr-git: Please install dulwich, https://www.dulwich.io/
==> ERROR: A failure occurred in build().
    Aborting...

MarsSeed commented on 2022-07-07 04:26 (UTC)

And please declare sources in the source=() array.

MarsSeed commented on 2022-07-07 04:26 (UTC)

Please switch dependency pyxdg to python2-pyxdg. The former is its earlier name from 2012.

MarsSeed commented on 2022-07-06 19:55 (UTC) (edited on 2022-07-06 19:57 (UTC) by MarsSeed)

If this package is still needed, please kindly fix the dbus-python dependency problem (Arch repo's package uses Python 3 but this package needs Python 2).

Also, please switch dependency pyxdg to python2-pyxdg. The former is its earlier name from 2012.

p0ng commented on 2021-05-16 17:12 (UTC) (edited on 2021-05-20 19:51 (UTC) by p0ng)

Edit: Need to install dbus-python via pip2 to work again. (pip2 install dbus-python)

I had to reinstall Arch Linux and now CoverGloobus doesn't work anymore.

Error message:

$ covergloobus

(covergloobus.py:85478): Gtk-WARNING **: 14:09:08.329: Unable to locate theme engine in module_path: "adwaita",
Traceback (most recent call last):
  File "/usr/share/covergloobus/covergloobus.py", line 36, in <module>
    from core.covergloobus import CoverGloobus
  File "/usr/share/covergloobus/core/covergloobus.py", line 17, in <module>
    import dbus
ImportError: No module named dbus