OK weird one this.
I have some keycodes (from my remote) mapped to keys in .xsessionrc to enable my remote to do things i need.
Never had any issues of this on XBMCLive, Dharma or indeed Eden stable but just upgraded to Frodo nightly and now this refuses to load on reboot unless i exit out of xbmc and then log back in.
I tried putting this in etc/rc.local but that didn't make any difference either.
If i exit xbmc and then log back into it all works as it should.
How can i get this to load before xbmc ?
I have some keycodes (from my remote) mapped to keys in .xsessionrc to enable my remote to do things i need.
Quote:xmodmap -display :0 -e "keycode 166 = BackSpace"
xmodmap -display :0 -e "keycode 127 = space"
xmodmap -display :0 -e "keycode 150 = s"
xmodmap -display :0 -e "keycode 175 = c"
xmodmap -display :0 -e "keycode 138 = i"
# Green Button - gui toggle
xmodmap -display :0 -e "keycode 234 = Escape"
# DVD Menu, map to info
xmodmap -display :0 -e "keycode 147 = i"
# Pictures, map to codec info
xmodmap -display :0 -e "keycode 220 = o"
Never had any issues of this on XBMCLive, Dharma or indeed Eden stable but just upgraded to Frodo nightly and now this refuses to load on reboot unless i exit out of xbmc and then log back in.
I tried putting this in etc/rc.local but that didn't make any difference either.
If i exit xbmc and then log back into it all works as it should.
How can i get this to load before xbmc ?