elementary / music

Music player and library designed for elementary OS
https://elementary.io
GNU General Public License v3.0
145 stars 49 forks source link

built new music player 7.0.0 issues #714

Open LinuxWOW opened 2 years ago

LinuxWOW commented 2 years ago

Hi elementary OS team.

DISTRO ARCH_LINUX Installed pantheon desktop everything works

I installed elementary OS on Arch. everything working fine but new music player.

I built it followed the info but some issues with it on Arch. ,When i click on it the cover art twice is crashes. seems i built it right just doesn't like something of Arch. if anyone could help, dev of music player.

I also had to build this granite-7 found: YES 7.0.0 too work

[204/216] Compiling Vala source ../src/Application...kBar.vala ../src/Widgets/TrackRow.vala Config.vala ../src/PlaybackManager.vala:157.45-157.57: warning: `Gst.PbUtils.DiscovererInfo.get_tags' has been deprecated since 1.20 157 | unowned Gst.TagList? tag_list = info.get_tags (); | ^~~~~~~~~~~~~ Compilation succeeded - 1 warning(s) only this one warning, but it did build it. doesn't seem to function right. But i do notice it being flatpak in the file so maybe you can add how to install it as that.

Thanks. Anymore info you can give or i can give to you guys love the OS thanks

jeremypw commented 9 months ago

When I double-click on the album art (placeholder) then the window maximises presumably because double clicking that does nothing and it gets passes to the window manager. I am running the latest version (7.1.0)

You can build the flatpak by typing flatpak-builder --user --force-clean --install ./.flatpak io.elementary.music.yml in a terminal pressing Enter. You need to have the dependencies mentioned in the manifest installed:

runtime: io.elementary.Platform runtime-version: '7.2' sdk: io.elementary.Sdk

You can then run the flatpak with flatpak run --user io.elementary.music