x11 static compile fail

2016-06-06 Thread Rafi Rubin
Compiling a static x11 program fails using the output of: pkg-config --static --libs x11 The problem appears to be -lpthread shows up only before -lxcb. There's something a bit odd in the pkg-config files. x11.pc has pthread in Libs.private, and xcb has pthread-stubs in Requires.private.

Bug#507131: xinit: Xmodmap not loaded

2009-04-08 Thread Rafi Rubin
Looking at old and current upstream xinitrc's ( http://cgit.freedesktop.org/xorg/app/xinit/tree/xinitrc.cpp ), the mode maps are loaded interleaved with resources. 1. System resources 2. System modmap 3. User resources 4. User modmap If that order isn't strictly necessary, it might make sens