[Bug 1395250] [NEW] XConvertSelection crashes gnome-terminal

2014-11-21 Thread Spitzak-k
Public bug reported: Trivial program that will crash gnome-terminal. Select some text in gnome-terminal and run this: #include int main() { Display* dpy = XOpenDisplay(0); Atom selection = XInternAtom(dpy, "PRIMARY", False); Atom target = XInternAtom(dpy, "STRING", False); Window table

[Bug 36812]

2012-10-04 Thread Spitzak-k
As in comment 101, the current behavior of X prevents a lot of interesting usage of shift keys as shortcuts. A Windows-only compose key program uses the "ctrl" key as the compose key. This is apparently impossible to do in X input methods because you can only bind actions to the press of "ctrl". W