Seems to have stopped working recently. Anybody has this problem as well?
Search Criteria
Package Details: spotifywm-git 0.0.r1.91dd553-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/spotifywm-git.git (read-only, click to copy) |
---|---|
Package Base: | spotifywm-git |
Description: | Makes Spotify more friendly to window managers by settings a class name before opening the window. |
Upstream URL: | https://github.com/dasJ/spotifywm |
Keywords: | spotify wm workaround |
Licenses: | MIT |
Submitter: | gc1 |
Maintainer: | gc1 (invidian) |
Last Packager: | gc1 |
Votes: | 10 |
Popularity: | 0.009528 |
First Submitted: | 2017-08-12 15:41 (UTC) |
Last Updated: | 2019-02-27 01:20 (UTC) |
Dependencies (4)
- libx11 (libx11-git, libx11-firefox-fix)
- sh (bash-devel-git, dashbinsh, bash-devel-static-git, bash-git, bash-xdg, zshbinsh, bash)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
- spotify (spotify-legacy, spotify-dev, spotify-edge, spotify-snapstore) (optional)
Required by (0)
Sources (2)
Piotr610 commented on 2021-11-30 22:39 (UTC)
BachoSeven commented on 2021-03-25 14:56 (UTC)
I can also reproduce @jzbor's issue. After the update to 1.1.55.498, this seems to have stopped working; it might have to be reported upstream, or perhaps it can be solved by linking some additional library in the wrapper(haven't got it working though)
jzbor commented on 2021-03-23 12:24 (UTC)
This somehow doesn't work anymore since the recent spotify updates. I have tried @Typologys fix, but it didn't seem to be working either. On my machine the spotify binary is in /opt/spotify/spotify
with /usr/bin/spotify
linking to it. I use the default aur package together with spicetify-cli
for theming.
invidian commented on 2019-02-25 08:52 (UTC)
It seems that latest update of spotify package changed the path to spotify binary, so installing this package now breaks starting spotify.
Workaround:
sudo sed -i 's/\/usr\/share\/spotify\/spotify/\/usr\/bin\/spotify/g' /usr/local/bin/spotify
gc1 commented on 2018-10-03 18:28 (UTC)
Hi @hero, I thought Git was included on base-devel, added to buildeps! About the guideline, I think that applies for official packages and not for packages from the AUR. This is a workaround as you can see on the previews comments; if you have a better solution for this, it's welcomed!
hero commented on 2018-10-03 16:33 (UTC)
Hey, so according to this https://wiki.archlinux.org/index.php/Arch_packaging_standards packages should never install into /usr/local/
.
But what is more important is, that git is missing as a build dependency.
gc1 commented on 2018-08-14 21:31 (UTC)
Good idea, thanks vknmnn.
vknmnn commented on 2018-08-14 20:48 (UTC)
instead of forcing install, PKGBUILD should install to /usr/local/bin which would take precedence over /usr/bin. (line #27) Likewise, spotifywm.so should not be installed to the same directory as spotify, to avoid conflicts on updates. It's enough to just put it in /usr/lib/ and link it in the spotify.sh (/usr/local/bin/spotify)
export LD_PRELOAD=/usr/lib/spotifywm.so
Pinned Comments