On Sun, 15 Jan 2012 10:19:14 -0500
William M. Quarles wrote:

> Does anybody know how I might go about fixing this issue more 
> permanently? If there is a bug report that should be filed on this, what 
> package should I report it against?

Don't know what Gnome or KDE might be doing automatically, but with
the xinput tool you can usually make anything happen,
it just takes a while to figure out the arcane command
syntax.

For instance, I have this magic file:

/etc/X11/xinit/xinitrc.d/99-mouse.sh

With junk like this in it:

#!/bin/bash
xinput --set-button-map \
       'Kensington      Kensington Expert Mouse' \
       1 8 3 4 5 6 7 2
xinput --set-int-prop \
       'Kensington      Kensington Expert Mouse' \
       'Evdev Drag Lock Buttons' 8 2 1

The scripts in /etc/X11/xinit/xinitrc.d get run
when you login to an X session, so my mouse
settings get made on each login. If you use a KVM
switch, or plugin the mouse later, you need something
to run the script when it sees the mouse, like this:

http://home.comcast.net/~tomhorsley/software/xdbusd/xdbusd.html
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to