Hi guys!<br>I have small script for my keyboard layouts that I place in /etc/init.d/ and add chmod +x , the script is linked in /etc/rc.4/ and /etc/rc.5/ but it won't start at boot. Why? Here it is : <br><br>#!/bin/sh<br>
### BEGIN INIT INFO<br># Bulgarian Phonetic Layout.<br>### END INIT INFO<br>setxkbmap -layout  'us,bg(bp)' -option grp:alt_shift_toggle<br>echo Klayouts Done.<br>exit 0<br><br>Plaese help me... I was headbanging all day over this issue.<br>
<br>p.s. Sorry about my bad Englis.<br><br>Best wishes,<br>Ned<br>