On Mon, Sep 18, 2006 at 07:48:08PM +0200, Helge Kreutzmann wrote:
[...]
> > Please send the output of
> >   setxkbmap -print
> 
> xkb_keymap {
>         xkb_keycodes  { include "macintosh+aliases(qwertz)"     };
>         xkb_types     { include "complete+numpad(mac)"  };
>         xkb_compat    { include "complete"      };
>         xkb_symbols   { include 
> "pc(pc105)+macintosh_vndr/de(nodeadkeys)+inet(apple)+level3(lwin_switch)"     
>   };
>         xkb_geometry  { include "macintosh(macintosh)"  };
> };

Unfortunately it does not crash here.  Please run
  xkbcomp :0
before running setxkbmap and send the server-0.xkb generated file,
normally I could then run setxkbmap in the same environment as yours.

You can also save the output above into a file my.xkb, and remove
components to determine what is causing the crash, by running
  xkbcomp my.xkb :0
Or begin with a minimal input file, like
 xkb_keymap {
     xkb_keycodes  { include "macintosh" };
     xkb_types     { include "complete"  };
     xkb_compat    { include "complete"  };
     xkb_symbols   { include "pc(pc105)+macintosh_vndr/de(nodeadkeys)" };
     xkb_geometry  { include "macintosh(macintosh)" };
 };
and add components until xkbcomp crashes.  

Denis


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to