Fluxbox doesn't recognize multimedia keys if gnome-settings-daemon is started
Thomas Stein <[email protected]>
| Newsgroups | gmane.comp.window-managers.fluxbox.user |
|---|---|
| Message-ID | <[email protected]> |
Hello! I'm using Fluxbox 0.9.12 with Mandrivalinux 2005 LE here. I login via XDM. Although I let xmodmap read my settings in .xsession, the multimedia keys on my keyboard don't work until I run "xmodmap ~/.Xmodmap" manually after login. If I remove the line with gnome-settings-daemon in ~/.fluxbox/startup, the keys do work fine without a manual call of xmodmap. My startup files are as follows: #------------------------------ # ~/.xsession #------------------------------ #!/bin/bash source ~/.bashrc xmodmap ~/.Xmodmap & xscreensaver -no-splash & exec startfluxbox #------------------------------ # end of ~/.xsession #------------------------------ #------------------------------ # ~/.fluxbox/startup #------------------------------ nautilus --no-default-window > /dev/null 2>&1 & gnome-volume-manager > /dev/null 2>&1 & gnome-settings-daemon > /dev/null 2>&1 & if [ `ps aux | grep $USER | grep kdeinit | wc -l` -le 2 ] ; then kdeinit > /dev/null 2>&1 & fi /usr/bin/kmix > /dev/null 2>&1 & /usr/bin/kgpg > /dev/null 2>&1 & exec /usr/X11R6/bin/fluxbox #------------------------------ # end of ~/.fluxbox/startup #------------------------------ Could you give me a hint were to look? TIA Thomas Stein -- GPG-Key available <http://www.tstein.net/downloads/tstein.asc> Member of LUGse Linux User Group Senftenberg <http://www.lugse.de> Registered Linux User No. 390025 <http://counter.li.org>
signature.asc
(application/pgp-signature, 189 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQBDFtY91FztJcrh134RAmVZAJ9EYp38Q5ZLLR4k8kMWWr/TQ4oqjQCeOUSp K7z7RY1TxyJ8RORI4WcpsAQ= =yy/W -----END PGP SIGNATURE-----