Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Error Message' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Error Message
Authored by: klanda on Feb 11, '04 11:10:45AM
Hey. I tried to modify the script so that it would apply only to Safari. I entered it as follows:
defaults write NSGlobalDomain NSUserKeyEquivalents  '{"Quit Safari" = "@Q"}'
Unfortunately I got the following error messages.

2004-02-11 11:02:50.798 defaults[1062] CFLog (0): CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
2004-02-11 11:02:50.820 defaults[1062] CFLog (0): CFPropertyListCreateFromXMLData(): The file name for this data might be (or it might not): file://localhost/usr/share/zoneinfo/Canada/Eastern
2004-02-11 11:02:50.909 defaults[1062] Could not parse: {"Quit Safari" = "@Q"}.  Try single-quoting it.
Any help on what I did wrong? Thanks, Ken

---
-------
.sig

[ Reply to This | # ]

Error Message
Authored by: noj on Feb 26, '04 04:57:22PM

judging from the error:
2004-02-11 11:02:50.798 defaults[1062] CFLog (0): CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.


I would put a semicolon after "@Q" so that you have:
'{"Quit Safari" = "@Q";}'



[ Reply to This | # ]