Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • Dang, I forgot strace existed. Great detective work. Thank you! Commented Oct 30, 2014 at 0:40
  • 1
    Just a note about using ~/.Xcompose. Unless you are copying a system Compose file into your ~/.XCompose file, make sure you put include "%L" at the top of it before your custom Compose lines. That way you can reference the locale specific system Compose file under /usr/share/X11/locale. This is slightly better in that you are always referencing the latest installed system Compose file for your locale and your custom Compose file is cleaner as it only contains your definitions. You can find out about %L by using man Compose from a terminal. Commented Oct 27, 2020 at 0:41