View Single Post
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#2513
Originally Posted by Estel View Post
As qole totally ignored my proposition about image with OO replaced with LibreOffice and Iceweasel replaced with Chromium, i don't think he's interested in hosting and adding another image for ED auto installer.
I don't mind hosting any complete images for the auto installer. If you send me a link like sulu did, I will host it. And I won't say insulting things about you.

@qole
Could you explain, what's the "magic" behind bt-hid-script, that allow hassle-free usage of external keyboard inside LXDE?
You have to run setxkbmap for DISPLAY :1 as well as :0. The relevant code from my bt-script:

Code:
if [ $EDMOUNT = yes ] ; then

  echo "Setting layout for Easy Debian (display :1)."

  # Set layout for Easy Debian
  setxkbmap -device $EXTKBDID -I -I/usr/share/X11/xkb-chinook \
            -rules $KBDRULES -model $KBDMODEL -layout $KBDLAYOUT -print \
          | xkbcomp - :1 2>/dev/null

fi
__________________
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!
 

The Following 2 Users Say Thank You to qole For This Useful Post: