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

Re: Mouse middle button and Enlightenment(E17)



On 8/29/13, Johann Spies <johann.spies@gmail.com> wrote:
> I am experimenting with E17 as an alternative desktop environment on two
> computers.

Cool. I would like to hear if you have good experiences.

> On one I can paste (as in other enironments like LXDE, Gnome, KDE, XFCE)
> after selecting some part of the screen and then pressing the middle button
> (mouse wheel).  On the other one that process does not work.  I thought I
> have about the same environment on both computers (testing/sid with 3-10-2
> kernel).
>
> Where do I look for a solution or configuration?  This only happens when i
> use E17.

I use Logitech trackman, and my solution may give you a pointer:
from: http://askubuntu.com/questions/133648/marble-mouse-middle-click-fail-in-12-04
I have appended the following settings ing 10-evdev.conf:
/usr/share/X11/xorg.conf.d/10-evdev.conf
Section "InputClass"
        Identifier  "Marble Mouse"
        MatchProduct "Logitech USB Trackball"
        MatchIsPointer "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
        Option "ButtonMapping" "1 8 3 4 5 6 7 2 2"
        Option "EmulateWheel" "true"
        Option "EmulateWheelButton" "8"
        Option "ZAxisMapping" "4 5"
        Option "XAxisMapping" "6 7"
        Option "Emulate3Buttons" "true"
EndSection

Also check out xev if you need more specifics on your particular button codes.

> By the way, I like what I see of E17.  Apart from this little irritation on
> one computer the only other real problem is that there is no Dropbox
> synchronization available under E17.

apt-cache show sparkleshare

good luck
zenaan


Reply to: