LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Slack-Current Firefox 3.0.4 (https://www.linuxquestions.org/questions/slackware-14/slack-current-firefox-3-0-4-a-689005/)

slackass 12-07-2008 08:08 PM

Slack-Current Firefox 3.0.4
 
Slackware-Current / fully updated with slackpkg
Logitech G5 mouse (9 button)

My xorg.conf
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Buttons" "10"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "ButtonMapping" "1 2 3 6 7"
EndSection

With Firefox 3.0.3 everything worked fine for me.
After using slackpkg to upgrade-all it upgraded me to Firefox 3.0.4.
After Firefox 3.0.4 was installed my mouse browser forward and back buttons quit working.
(Logitech G5 mouse)
The buttons on the browser itself still worked.
I still had those functions in Seamonkey and Opera.
So the problem was only in Firefox 3.0.4.
I then downloaded Firefox 3.0.4 from Mozilla and extracted it to:
/usr/lib/firefox-3.0.4
and removed the Slack package for Firefox 3.0.4 with pkgtool.
Now everything works again.

I went through this 2 times just to be sure it wasent a fluke.

Q:
Is there a bug in the Slackware package for Firefox 3.0.4 that needs to be addressed?

EDIT:
The problem came back even with the Mozilla download after I rebooted.
So I installed 2.0.0.18 and that made everything work.
I guess The new Firefox just don't like my mouse.

mRgOBLIN 12-07-2008 09:08 PM

using 3.0.4 here (on 12.1) with a G9 and no issues with fwd back etc.

Here is my mouse section.

Code:

Section "InputDevice"
    Identifier    "Mouse0"
    Driver        "mouse"
    Option        "Protocol" "ExplorerPS/2"
    Option        "Buttons" "9"
    Option        "Device" "/dev/input/mice"
    Option        "ZAxisMapping" "4 5"
    Option        "ButtonMapping" "1 2 3 6 7 8 9"
EndSection

Check with 'xev' to see what the buttons are mapped to. Mine are button6 and button7.

slackass 12-07-2008 09:54 PM

Yep, mine works perfect on 12.1 also with my xorg.conf.
But I'm guna try yours too just for kicks.
Right now I'm doing a hose & reload on that system because I've butchered it up quite a bit in the last week.

Thanks.

Toods 12-08-2008 03:46 AM

Please delete my post.

lumak 12-08-2008 11:47 AM

The probably is more than likely Firefox's problem. Slackware just repackages the official binaries.

I do remember reading the 2.x.x versions of firefox required the user to remap the mouse keys and that this was supposedly going to be fixed in 3.x.x.

Did you try not remapping the buttons?

slackass 12-08-2008 11:54 AM

Solved:
I did a hose & reload and updated to ff 3.0.4 and ff works perfect now with the stock xorg.conf.
Probably nothing wrong with ff in the first place.

I had used the xorg mouse setting that I have on 12.1 and I think I should have just left xorg.conf alone in Current..

Woodsman 12-08-2008 11:55 AM

There might have been some key binding remaps in 3.0.x. with 2.0.0.0.0.0.0.x I had to always modify the browser.xul package so I could have Ctrl-Q as my Exit keyboard shortcut. This key binding was not enabled in the previous version but is enabled by default now in 3.0.4.

slackass 12-08-2008 12:34 PM

Woodsman:
I sure do like your site.
It's been a big help to me as I blunder through my little learning curve.
Thanks!

Woodsman 12-08-2008 12:47 PM

I like your forum name. :D Thanks.


All times are GMT -5. The time now is 09:12 AM.