Hey, What's the purpose of the mumble-0.9.4-path.patch for Mumble? I looked through the ChangeLog and peeked at Bugzilla but wasn't able to find an answer. I guess it was added because Mumble, by default, goes through a list of directories for creating its local settings database. With its default list of directories, it simply creates a 'mumble.sqlite' file in the users home directory by default - not too pretty! However, the problem with the patch is, that Mumble does not try to create any of the directories it regards as places safe for storing its database. This means that if the user doesn't have a '.qt' directory in their home directory, it will fail with an error message. I had initally gone through a lot of rebuilds of Qt before I realised that this patch was the culprit, and not a faulty combination of the 'sqlite' and 'sqlite3' use flags. Quite a pain on my slow laptop. :-) So, what's the right way to fix this? Drop the patch and fix it upstream for the next release, perhaps? Reproducible: Always Steps to Reproduce:
I updated the patch to make it create ~/.qt and I add vanilla use flag to do not apply the patch. I hope it's enough :)