Comment 21 for bug 1524054

Revision history for this message
Daniel Schürmann (daschuer) wrote :

You need an sqlite database editor to change the path. The attachment contains the fixed DB.

It really strange why it could happen that location and directory contains different base paths.
We use QString QFileInfo::absoluteFilePath() for location and QString QFileInfo::absolutePath() const for directory.
The symlink check code is not aware of this.

What happens if you remove the mixxx.sqlite file and start Mixxx 2.0.0 new?
Will it still have two different paths?