everytime crashes in Spanish environments
Status: Alpha
Brought to you by:
richwareham
I have the spanish macosx environment, and everytime y ran the
manager it crashed when showing a dialog. What surprised me is
that the program ran in English because there are Spanish files
inside the package, so I tried removing the Spanish.lproj, and it
works since then (in English, of course) :)
It seems that the manager can't find some strings to translate...
PD: What an ugly ugly workaround I've found ;))
Logged In: YES
user_id=1168282
Hello djwilly,
I have the same problem, I've got the spanish OS X and everytimes that
I ckick on preferences, the app dies...
Could you please explain to me how can I remove the Spanish.lproj?
Where is this file/folder? Should I compile the application again? In that
case, I don't know how to compile the application...
Can you help me please?
Thanks in advance.
Alfredo.
Logged In: YES
user_id=646694
Hola, Alfredo :)
It's easy. Let's suppose we've got the program installed in /Applications,
and it's called "Desktop Manager". Open a console, and follow these
steps:
1) cd /Applications/Desktop Manager.app/Contents/Resources
2) ls (see if "Spanish.lproj" appears). If it does, continue.
3a) mv Spanish.lproj Spanish.lproj.backup
-OR- (if you like risk)
3b) rm -rf Spanish.lproj
4) Enjoy!
Perhaps you need to do this as root. I'm not sure now, sorry.