[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#731754: /usr/bin/xmodmap: Re: xmodmap: Does not honour my .Xmodmap at login + setxkbmap de resets manually loaded .Xmodmap



Package: x11-xserver-utils
Version: 7.7+2
Followup-For: Bug #731754

Dear Maintainer,

Login to X via lightdm (no others tested) .Xmodmap is not recognised.

First approach

 echo "xmodmap .Xmodmap"  >> $HOME/Xsession wasn't effective

Second approach (got this from here
https://debianforum.de/forum/viewtopic.php?f=2&t=101362#p636420)

# ! /bin/bash
# /etc/X11/Xsession.d/40-custuom_load-xmodmap
USRMODMAP="$HOME/.Xmodmap"

       if [ -x /usr/bin/X11/xmodmap ]; then
           if [ -f "$USRMODMAP" ]; then
               xmodmap "$USRMODMAP"
           fi
       fi

to /etc/X11/Xsession.d/40-custuom_load-xmodmap

but even get no effect

Starting xmodmap .Xmodmap manually works fine but even stops working if I use
setxkbmap de (which is necessary because of an Problem with keepassx to get ⅛
to @). Afterwards setxkbmap de is called .Xmodmap is not loaded anymore.





-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'testing-updates')
Architecture: i386 (i686)

Kernel: Linux 3.14-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages x11-xserver-utils depends on:
ii  cpp          4:4.8.2-4
ii  libc6        2.19-1
ii  libice6      2:1.0.8-2
ii  libx11-6     2:1.6.2-2
ii  libxaw7      2:1.0.12-1
ii  libxcursor1  1:1.1.14-1
ii  libxext6     2:1.3.2-1
ii  libxi6       2:1.7.2-1
ii  libxmu6      2:1.1.2-1
ii  libxmuu1     2:1.1.2-1
ii  libxrandr2   2:1.4.2-1
ii  libxrender1  1:0.9.8-1
ii  libxt6       1:1.1.4-1
ii  libxxf86vm1  1:1.1.3-1

x11-xserver-utils recommends no packages.

Versions of packages x11-xserver-utils suggests:
pn  cairo-5c        <none>
pn  nickle          <none>
ii  xorg-docs-core  1:1.7-1

-- no debconf information


Reply to: