Closed kaimast closed 11 years ago
I just replaced the hardcoded path by QStandardPaths::DataLocation
I've changed that to GenericDataLocation + "/com.mikeasoft.cutespotify", as DataLocation isn't a valid path for Ubuntu Touch. AppArmor only allows us to write to ~/.local/share/
In qspotifysession.cpp the directory "/home/phablet" is used. This breaks CuteSpotify on my machine as my home directory is "/home/kai"
Try using "~/" instead. I am not 100% sure if this works on the Phone too but it should.