Page 12 of 166 FirstFirst ... 210111213142262112 ... LastLast
Results 111 to 120 of 1659

Thread: Howto Install 32 bit Firefox with Flash w/sound and Java for AMD64

  1. #111
    Join Date
    Mar 2006
    Location
    cyberspace
    Beans
    6,198
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Howto Install 32 bit Firefox with Flash w/sound and Java for AMD64

    Quote Originally Posted by toykilla View Post
    nevermind.. I logged out and back in and now the sound works
    Please be aware there is a bug with using flash and youtube, if you adjust the sound there it can go out. Go to another site and adjust it up to fix it.
    I trust Microsoft as far as I could comfortably spit a dead rat

    I'm in my third year at a Lutheran seminary!

  2. #112
    Join Date
    Apr 2006
    Beans
    62
    Distro
    Ubuntu Gnome 16.04 Xenial Xerus

    Re: Howto Install 32 bit Firefox with Flash w/sound and Java for AMD64

    Could I install the official Ubuntu i386 Firefox package with --force-architecture ? Does it work?

  3. #113
    Join Date
    Mar 2006
    Location
    cyberspace
    Beans
    6,198
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Howto Install 32 bit Firefox with Flash w/sound and Java for AMD64

    Quote Originally Posted by ekerazha View Post
    Could I install the official Ubuntu i386 Firefox package with --force-architecture ? Does it work?
    You would have some problems. But it may work in some ways. Take a look here the attached graphics as an example of problems you will see.
    You could just as easily use the .deb file on the main page that will avoid this and not have to force anything.
    firefox32-1.5.0.6_amd64.deb
    I trust Microsoft as far as I could comfortably spit a dead rat

    I'm in my third year at a Lutheran seminary!

  4. #114
    Join Date
    Mar 2006
    Location
    cyberspace
    Beans
    6,198
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Howto Install 32 bit Firefox with Flash w/sound and Java for AMD64

    Quote Originally Posted by infinitepi View Post
    version 16
    Thats the version I have. But its not the current one, did you lock the version? Are you using Kubuntu or Xubuntu?
    I trust Microsoft as far as I could comfortably spit a dead rat

    I'm in my third year at a Lutheran seminary!

  5. #115
    Join Date
    Nov 2005
    Beans
    16

    Re: Howto Install 32 bit Firefox with Flash w/sound and Java for AMD64

    Quote Originally Posted by Kilz View Post
    Quote Originally Posted by babuu
    Anyone experiencing this?

    The strange looking filebrowser window is 32 bit firefox and the correct one is 64 bit.

    I am running Dapper on an AMD64 and 32 bit firefox as described in this great howto!

    Help...?
    Yes I have seen this. Just a question did you follow the howto, or install the script?

    I installed it manually by following the howto.

  6. #116
    Join Date
    Mar 2006
    Location
    cyberspace
    Beans
    6,198
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Howto Install 32 bit Firefox with Flash w/sound and Java for AMD64

    tripple post, look below
    Last edited by Kilz; August 15th, 2006 at 05:26 PM.
    I trust Microsoft as far as I could comfortably spit a dead rat

    I'm in my third year at a Lutheran seminary!

  7. #117
    Join Date
    Mar 2006
    Location
    cyberspace
    Beans
    6,198
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Howto Install 32 bit Firefox with Flash w/sound and Java for AMD64

    tripple post, see below
    Last edited by Kilz; August 15th, 2006 at 05:27 PM.
    I trust Microsoft as far as I could comfortably spit a dead rat

    I'm in my third year at a Lutheran seminary!

  8. #118
    Join Date
    Mar 2006
    Location
    cyberspace
    Beans
    6,198
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Howto Install 32 bit Firefox with Flash w/sound and Java for AMD64

    Quote Originally Posted by babuu View Post
    I installed it manually by following the howto.
    This is the section you need to go over to maks sure its done. If you still cant get it to work, or dont want to mess with it simply install the firefox32.deb file.

    Next

    Code:
    gksudo gedit /usr/local/bin/firefox32
    Copy the following code into the editor.

    Code:
    #!/bin/sh 
    export GTK_PATH=/usr/lib32/gtk-2.0 
    export LD_PRELOAD=/usr/lib32/libpangohack.so.0 
    linux32 /usr/local/firefox32/firefox $@
    Then we make it executable

    Code:
    sudo chmod +x /usr/local/bin/firefox32
    Get the attached file libpangohack.tar.gz This file contains 2 lib's. The libs enable you to do things like open a downloade file with the file roller without saving it first. Extract the file to your desktop it will make a folder called libpangohack. Open a terminal and paste in the following.
    Code:
    sudo cp -r ~/Desktop/libpangohack/* /usr/lib32
    You can delete the files from the desktop now.
    I trust Microsoft as far as I could comfortably spit a dead rat

    I'm in my third year at a Lutheran seminary!

  9. #119
    Join Date
    Aug 2006
    Beans
    8

    Re: Howto Install 32 bit Firefox with Flash w/sound and Java for AMD64

    Quote Originally Posted by Kilz View Post
    Thats the version I have. But its not the current one, did you lock the version? Are you using Kubuntu or Xubuntu?
    using Ubuntu and no, i didn't lock the version (that I know of?)

  10. #120
    Join Date
    Nov 2005
    Beans
    16

    Re: Howto Install 32 bit Firefox with Flash w/sound and Java for AMD64

    Quote Originally Posted by Kilz View Post
    This is the section you need to go over to maks sure its done. If you still cant get it to work, or dont want to mess with it simply install.

    Code:
    #!/bin/sh 
    export GTK_PATH=/usr/lib32/gtk-2.0 
    export LD_PRELOAD=/usr/lib32/libpangohack.so.0 
    linux32 /usr/local/firefox32/firefox $@
    Aaa silly me, I had that originally but removed the LD_PRELOAD line since I thought it didn't have any effect since I got the preload error on startup. I should have seen the connection....

    thx anyway!!!

Page 12 of 166 FirstFirst ... 210111213142262112 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •