@Xeno_Idaltu
It does work for me. Have you checked the "show" option for the collection? Have you rescanned and updated the database? If something doesn't work it's either an issue with dependencies or with the player itself.
@rohshall
Can you give more information? It builds fine for me, as we can see probably for everyone but you.
-Songs Won't Import-
It installed without errors but whenever I go to Preferences to add a folder to import Music, it doesn't do anything.
I restarted my laptop and nothing changed.
So far this is the only Music Player that has given me this nuisance.
DE: KDE
The wxWidgets error:
Could NOT find wxWidgets (missing: wxWidgets_LIBRARIES wxWidgets_INCLUDE_DIRS)
CMake Error at CMakeLists.txt:30 (MESSAGE):
wxWidgets not found!
can be resolved by:
sudo ln -s /usr/bin/wx-config-gtk3 /usr/bin/wx-config
From FSMaxB's observation:
(guayadeque:3719): Gtk-ERROR **: GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not supported
Problem is with wxSqlite3 library be built against wxGTK3. Both wxWidgets (wxGTK) and wxSqlite have to built against the same version of gtk.
Running guayadeque fails with
(guayadeque:3719): Gtk-ERROR **: GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not supported
Although this is probably something that has to be fixed upstream.
UPDATE: https://github.com/anonbeat/guayadeque/issues/48
I get this error
Could NOT find wxWidgets (missing: wxWidgets_LIBRARIES wxWidgets_INCLUDE_DIRS)
CMake Error at CMakeLists.txt:30 (MESSAGE):
wxWidgets not found!
I had wxgtk3 installed but I had to install wxgtk2 so that error disappeared and i could install.
should build again without wxsqlite3 errors
Install error with the wxsqlite 3.5.2-1
@Xeno_Idaltu It does work for me. Have you checked the "show" option for the collection? Have you rescanned and updated the database? If something doesn't work it's either an issue with dependencies or with the player itself.
@rohshall Can you give more information? It builds fine for me, as we can see probably for everyone but you.