Diegovsky / spot

Native Spotify client for the GNOME desktop.
MIT License
8 stars 1 forks source link

Compiling on Jammy does not work (latest release zip and git clone from this repo) #1

Open ksaadDE opened 7 months ago

ksaadDE commented 7 months ago

Tried to compile https://github.com/Diegovsky/spot -> doesn't work on ubuntu jammy (latest)

Error says the following doesn't exist:

and many other issues (no time for that)

Would be nice if you could add your deployment docker file or/and the other requirements, further I love linking to: https://askubuntu.com/questions/1404616/how-to-build-spot-native-spotify-client-on-ubuntu-22-04

It helped a bit, as the instructions in the repo are kinda messy :-)

However, ninja install -C target fails: grafik

Despite grafik

grafik

grafik

The versions seem right according to docs

  1. https://gnome.pages.gitlab.gnome.org/libadwaita/doc/main/class.PasswordEntryRow.html
  2. https://gnome.pages.gitlab.gnome.org/libadwaita/doc/main/class.EntryRow.html

Cargo.toml says v1_2, tried to play around with that as well, didn't work

@Diegovsky

repost of https://github.com/xou816/spot/issues/689#issuecomment-1913604806

Diegovsky commented 7 months ago

It's very unfortunate Spot doesn't build in Debian and Ubuntu. I'm not having any issues on Arch, but it's something we'll have to tacle.

Diegovsky commented 7 months ago

I believe this stems from those distros not having recent enough versions of libadwaita.

Diegovsky commented 7 months ago

@ksaadDE would you be fine with flatpak? I'm looking into releasing a new version.

ksaadDE commented 7 months ago

@ksaadDE would you be fine with flatpak? I'm looking into releasing a new

I prefer Snaps and AppImage but that works too.