Hello everybody,
after spending hours in searching for a solution,without any success, I'm trying to get help with this at this forums.
The problem that I want to solve is the following:
I'm using several macs and there are different users with different languages. (Russian,Polish,German,English)
If a user changes the OS X language (everybody uses the same account) to russian then it's not possible for everyone to understand the language and change it to the language the user needs.
So I would like to add the "Language Chooser.app" to the login screen (upper right corner where I can set the input language).
Is this possible?Or is there any way to solve this problem?
I already tried several ways but none works:
For example: Adding Language Chooser.app to Library/StartupItems, this brings an error "unsecure startup objects", I tried to solve this by reparing the rights on this volume, but it doesn't work
Or:
Or:
Or:
None of those work.
It would be great if there is anybody who can help me with this issue.
Kind regards
bizzi
after spending hours in searching for a solution,without any success, I'm trying to get help with this at this forums.
The problem that I want to solve is the following:
I'm using several macs and there are different users with different languages. (Russian,Polish,German,English)
If a user changes the OS X language (everybody uses the same account) to russian then it's not possible for everyone to understand the language and change it to the language the user needs.
So I would like to add the "Language Chooser.app" to the login screen (upper right corner where I can set the input language).
Is this possible?Or is there any way to solve this problem?
I already tried several ways but none works:
For example: Adding Language Chooser.app to Library/StartupItems, this brings an error "unsecure startup objects", I tried to solve this by reparing the rights on this volume, but it doesn't work
Or:
Code:
defaults write ~/Library/Preferences/com.apple.loginwindow AutoLaunchedApplicationDictionary -array-add '{ Path= "/System/Library/CoreServices/Language Chooser.app"; "Hide" = "0"; }'
Code:
defaults write ~/Library/Preferences/com.apple.loginitems AutoLaunchedApplicationDictionary -array-add '{ Path= "/System/Library/CoreServices/Language Chooser.app"; "Hide" = "0"; }'
Code:
defaults write ~/Library/Preferences/loginwindow AutoLaunchedApplicationDictionary -array-add '{ Path= "/System/Library/CoreServices/Language Chooser.app"; "Hide" = "0"; }'
None of those work.
It would be great if there is anybody who can help me with this issue.
Kind regards
bizzi