Page 160 of 166 FirstFirst ... 60110150158159160161162 ... LastLast
Results 1,591 to 1,600 of 1659

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

  1. #1591
    Join Date
    Mar 2006
    Beans
    12

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

    Using 8.04.1 amd64.

    javaplugin wasn't linked correctly, so I had to do:

    Code:
    cd /usr/lib32/firefox32/plugins/
    rm libjavaplugin_oji.so
    ln -s  /usr/lib/jvm/ia32-java-6-sun-1.6.0.07/jre/plugin/i386/ns7/libjavaplugin_oji.so
    (was pointing to .06)

    Edit:
    It is so sad that this is needed, but I'm very grateful firefox32 is available! Thank you!
    Last edited by asta; October 16th, 2008 at 08:40 PM. Reason: Forgot..

  2. #1592
    Join Date
    Oct 2008
    Beans
    1

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

    Hi when i try to open 3 in 1 what happens is a box comes up asking me what to open it with with a text box and no suggestions. how do i get the terminal to open it?

  3. #1593
    Join Date
    Sep 2008
    Location
    Denver, CO
    Beans
    317
    Distro
    Ubuntu 16.04 Xenial Xerus

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

    I haven't been able to read all 160 pages, but I did follow the instructions on page 1 to install the script, then firefox32. When I try to run firefox32 from the command line I get: "bash: firefox32: command not found"

    Anybody know what is wrong?

  4. #1594
    Join Date
    Jun 2007
    Beans
    49

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

    Had the same issue as asta, but now its fixed. Keep going!

  5. #1595
    Join Date
    Oct 2007
    Location
    Hollyweird, CA
    Beans
    197
    Distro
    Ubuntu 7.10 Gutsy Gibbon

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

    Quote Originally Posted by HDTimeshifter View Post
    I haven't been able to read all 160 pages, but I did follow the instructions on page 1 to install the script, then firefox32. When I try to run firefox32 from the command line I get: "bash: firefox32: command not found"

    Anybody know what is wrong?
    I believe the command is
    Code:
    firefox32-3
    If you type in the terminal firefox and then press the tab button a couple of times, it should either autocomplete or if there is more than one possibility they should all be listed. Give that a try and see what it tells you.

  6. #1596
    Join Date
    Oct 2007
    Location
    Hollyweird, CA
    Beans
    197
    Distro
    Ubuntu 7.10 Gutsy Gibbon

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

    Quote Originally Posted by teddyknox View Post
    Hi when i try to open 3 in 1 what happens is a box comes up asking me what to open it with with a text box and no suggestions. how do i get the terminal to open it?
    Are you trying to open the script file or the .tar.gz file? You need to uncompress the .tar.gz file and in the contained folder there will be a .sh script file.

  7. #1597
    Join Date
    Sep 2008
    Location
    Denver, CO
    Beans
    317
    Distro
    Ubuntu 16.04 Xenial Xerus

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

    Quote Originally Posted by flaggh View Post
    I believe the command is
    Code:
    firefox32-3
    If you type in the terminal firefox and then press the tab button a couple of times, it should either autocomplete or if there is more than one possibility they should all be listed.
    Thanks - that did the trick.

    My ff32 has blank icons for the forward, backward, reload, and stop icons at the upper left. Also several of the menu items are missing icons. Do you know why and how to fix?

    Also it seems that ff32 has a pop-up blocker built-in and turned on, but I am unable to find anywhere to turn it on in ff64. Do I need to find an add-on or extension to do this in ff64?
    Last edited by HDTimeshifter; October 18th, 2008 at 03:56 AM.

  8. #1598
    Join Date
    Sep 2005
    Location
    Vermont
    Beans
    94
    Distro
    Xubuntu 12.04 Precise Pangolin

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

    The flash part of the install is repeatedly failing like this:

    Code:
    Would you like to install the Flash plugin?
    Install option (Yes=1 No=2)? : 1
    --05:52:28--  http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_9_linux.tar.gz
               => `install_flash_player_9_linux.tar.gz'
    Resolving fpdownload.macromedia.com... 72.247.74.70
    Connecting to fpdownload.macromedia.com|72.247.74.70|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 3,044,538 (2.9M) [application/x-gzip]
    
    100%[==========================================================================================================>] 3,044,538     88.31K/s    ETA 00:00
    
    05:53:03 (88.30 KB/s) - `install_flash_player_9_linux.tar.gz' saved [3044538/3044538]
    
    install_flash_player_9_linux/
    install_flash_player_9_linux/flashplayer-installer
    install_flash_player_9_linux/libflashplayer.so
    cp: cannot stat `/tmp/ff32/install_flash_player_9_linux/flashplayer.xpt': No such file or directory
    This is with the current version of the script. That directory only contains
    Code:
    flashplayer-installer  libflashplayer.so
    at that point. Where's the xpt file supposed to come from?

    I should add that the script does not have Flash working for Swiftweasel, so if that error's not why, something else is. The flashplayer-installer of course refused to run in a 64-bit environment.

    Update: It was "something else" - a flashplugin-alternative.so symlink in /usr/lib/mozilla/plugins/ - the script should either delete that link when it exists, or notify the user to delete it.
    Last edited by whit; October 19th, 2008 at 11:35 PM.

  9. #1599
    Join Date
    Oct 2007
    Location
    Hollyweird, CA
    Beans
    197
    Distro
    Ubuntu 7.10 Gutsy Gibbon

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

    Quote Originally Posted by HDTimeshifter View Post
    Thanks - that did the trick.

    My ff32 has blank icons for the forward, backward, reload, and stop icons at the upper left. Also several of the menu items are missing icons. Do you know why and how to fix?
    There's a solution to this problem that was posted a while back. Check it out here:
    http://ubuntuforums.org/showpost.php...postcount=1566

  10. #1600
    Join Date
    Aug 2008
    Beans
    100

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

    wow after reading the first page i am STILL lost
    iam using AMD64 build of ubuntu and since adobe doesn't have flash player 10 .deb installing on this system i have to find another way..

    any idea how to do it?

Page 160 of 166 FirstFirst ... 60110150158159160161162 ... 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
  •