| Summary: | Default path \TIMIDITY is awkward, please add e.g. C:\Windows\TIMIDITY | ||
|---|---|---|---|
| Product: | SDL_mixer | Reporter: | dank |
| Component: | misc | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Windows (All) | ||
| Attachments: | Patch to implement desired behavior without breaking current users | ||
|
Description
dank
2007-11-18 05:32:54 UTC
Created attachment 236 [details] Patch to implement desired behavior without breaking current users By the way, see http://bugs.winehq.org/show_bug.cgi?id=10492 for a recipe for reproducing the problem in real life. I should mention that patch is untested, it's just to show the idea. A little advice Instead of using C:, I'd suggest you fetch the environment variable %SYSTEMDRIVE%. Perhaps fall back on C: if the environment variable (for some reason) does not exist. It is possible to remap the drives in Windows - a common process on Citrix-solutions. %SYSTEMDRIVE%\timidity\timidity.cfg should work regardless of the letter of the system drive. Regards, Trygve Hi Dan! :) This is fixed for the next release. I default Windows to C:\TIMIDITY and added a TIMIDITY_CFG environment variable so you can fully specify the timidity.cfg file. Thanks! |