Same issue as @EntrepreneurAJ His fix also worked
Search Criteria
Package Details: spotify-tray-git 1.3.2.r0.g99d1fc5-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/spotify-tray-git.git (read-only, click to copy) |
---|---|
Package Base: | spotify-tray-git |
Description: | Tray icon for the Spotify Linux client application |
Upstream URL: | https://github.com/tsmetana/spotify-tray |
Keywords: | spotify tray |
Licenses: | GPL3 |
Conflicts: | spotify-tray |
Provides: | spotify-tray |
Submitter: | WSDMatty |
Maintainer: | SimPilotAdamT |
Last Packager: | SimPilotAdamT |
Votes: | 8 |
Popularity: | 0.000000 |
First Submitted: | 2019-11-01 14:15 (UTC) |
Last Updated: | 2024-05-22 11:49 (UTC) |
Dependencies (3)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR)
- spotifyAUR (spotify-snapstoreAUR, spotify-1.1AUR, spotify-devAUR, spotify-edgeAUR)
- git (git-gitAUR, git-glAUR) (make)
Required by (0)
Sources (1)
Latest Comments
« First ‹ Previous 1 2
niraami commented on 2021-10-31 21:31 (UTC)
EntrepreneurAJ commented on 2021-10-14 10:24 (UTC)
Couldnt install always got the following error; AM_INIT_AUTOMAKE expanded multiple times
Tried building from direct source on GitHub which gave the same error. Found this on Gentoo repos https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4906b9be
had to add THE following line: sed -i -e '/^AM_INIT_AUTOMAKE$/d' configure.ac || die
to the build section under cd "$srcdir/${pkgname%-git}" to make it work
usuariopolivalen commented on 2021-09-13 17:00 (UTC)
(spotify-tray:32252): Gdk-CRITICAL **: 18:59:34.765: gdk_x11_get_xatom_by_name_for_display: assertion 'GDK_IS_DISPLAY (display)' failed Violación de segmento (`core' generado)
error for me
usuariopolivalen commented on 2020-05-29 18:33 (UTC)
the deezer app is not official but works perfect. If someone want to give it a try and may be change to it, the link is here: https://aur.archlinux.org/packages/deezer/ The official app is supposed coming in the future but nobody knows. And... HAVE A TRAY icon built in!
usuariopolivalen commented on 2020-05-24 08:47 (UTC)
alaskanarcher commented on 2020-02-25 19:10 (UTC)
@WSDMatty, thanks!
Just FYI I asked the upstream dev to add a feature that prevents multiple spotify-tray instances from being started, and will show the spotify window when spotify-tray is called if its already running. This is now pushed in commit 10a8bbf. I believe he is now also adding the ability to pass options to spotify through spotify-tray.
WSDMatty commented on 2020-02-22 01:09 (UTC)
@alaskanarcher The deps have been updated. Thanks.
alaskanarcher commented on 2020-02-21 22:59 (UTC)
This depends on gtk3 to build and probably also to run. I recommend adding gtk3 to the dependencies.
Pinned Comments
SimPilotAdamT commented on 2022-12-16 15:40 (UTC)
I'll keep this package adopted for now. For anyone wanting Wayland support, you won't find any. This package requires some parts of X11 that are not included in Wayland to work, since Wayland considers them insecure. More info is the my now closed issue in the upstream git repo, here. And no, running through XWayland will not work.
WSDMatty commented on 2022-12-16 14:55 (UTC) (edited on 2022-12-16 15:01 (UTC) by WSDMatty)
@SimPilotAdamT if you could, I'd appreciate any error messages or relevant log info that might have been produced. I can do -some- puttering around and try to figure out a workaround or fix. I'm not the dev but considering the last few changes to that github i think the chance of it being fixed is much higher if someone pokes it a bit and tells them specifically what in their code needs changed.
Edit: Saw your upstream issue. For others trying to use this app on Wayland it simply will not work. If you'd like the full explanation
https://github.com/tsmetana/spotify-tray/issues/35