Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Users

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-01-2008, 02:17 PM
tja tja is offline
Member
 
Posts: 10
Default [SOLVED] MacOS, .11 and the "@" character

strange, strange.

today my wife wanted to compose a message and told me that the she cant enter "@" into the email-adress. first i didnt believe her as i had sent a mail today without troubles.

she insists so i checked it and - voila - on her macboc (10.5.5) she cant enter "@" into "To:", "CC:", "Subject:" and not even into the message. the key simply wouldnt work (its ALT-L as we have german mac keyboards).
other special chars with ALT are working fine, entering "@" into the browsers adress-line or searchfield, entering "@" into other apps and webapps ... and entering "@" in the zimbra adress-book, calendar etc will work too !!!
just the mail-part will take no "@" ...

further tests show that
.) the problem is on both safari and firefox 3
.) firefox in ubuntu works fine (thats why i had no problem)
.) a second macbook (10.5.5 too) show the same symptoms

on monday i did the update to 5.0.11 ...

dunno what happens here.
didnt find any other post on this problem but "@ mac" is a difficult search-term i guess.

has anybody a clue ?

wbr,tja...

EDIT: added forgotten info about the update.

Last edited by tja; 12-01-2008 at 02:21 PM..
Reply With Quote
  #2 (permalink)  
Old 12-01-2008, 02:49 PM
Moderator
 
Posts: 6,237
Default

That's Bug 28221 - [Mac] shortcut "Alt+L" coflicts with "@" char on german mac keyboard fixed for GNR 6.0.

Workaround is to change the shortcuts for low priority:
/opt/zimbra/mailboxd/webapps/zimbra/WEB-INF/classes/keys ZmKeys_de.properties &
ZhKeys_de.properties

You could either create .mac values:
compose.LowPriority.display = Alt+L
compose.LowPriority.display.mac = Alt+value
compose.LowPriority.keycode = Alt+76
compose.LowPriority.keycode.mac = Alt+value

Or change it to what it's going to be for 6.0 and not mess with specific .os attributes:
compose.LowPriority.display = Ctrl+P,Ctrl+L
compose.LowPriority.keycode = Ctrl+80,Ctrl+76
compose.LowPriority.description = Low priority
compose.LowPriority.sort = 30110

su - zimbra
zmmailboxdctl restart
Reply With Quote
  #3 (permalink)  
Old 12-02-2008, 12:53 AM
tja tja is offline
Member
 
Posts: 10
Default

Quote:
Originally Posted by mmorse View Post
ah, should have searched for Alt+L then.
Quote:
Originally Posted by mmorse View Post
Workaround is to change the shortcuts for low priority:
/opt/zimbra/mailboxd/webapps/zimbra/WEB-INF/classes/keys ZmKeys_de.properties &
ZhKeys_de.properties
...
Or change it to what it's going to be for 6.0 and not mess with specific .os attributes:
compose.LowPriority.display = Ctrl+P,Ctrl+L
compose.LowPriority.keycode = Ctrl+80,Ctrl+76
compose.LowPriority.description = Low priority
compose.LowPriority.sort = 30110
ok, did that:
Code:
for f in *; do sed -i 's/Alt+L/Ctrl+P,Ctrl+L/g' $f; done
for f in *; do sed -i 's/Alt+76/Ctrl+80,Ctrl+76/g' $f; done
restarted zimbra and relog and the mac is able to send mails again, thank you very much.

wbr,tja...
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.