Page 21 of 166 FirstFirst ... 1119202122233171121 ... LastLast
Results 201 to 210 of 1659

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

  1. #201
    Join Date
    Apr 2006
    Beans
    9

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

    Umm, I followed the howto and my sound for flash doesnt seem to work at all. When I entered the following code:

    Code:
    zjwagner@zjwagner-laptop:~$ chown -R zjwagner:users /home/zjwagner/.macromedia
    chown: cannot access `/home/zjwagner/.macromedia': No such file or directory

    I searched for a similar error on the thread and found some modified code:

    Code:
    zjwagner@zjwagner-laptop:~$ sudo chown -R zjwagner:users /home/zjwagner/Desktop


    This didn't return an error but sound still didnt work. Everything in the howto went fine, I have no idea why this isnt working. Any help would be appriciated.

  2. #202
    Join Date
    Jun 2006
    Location
    Left Coast
    Beans
    Hidden!
    Distro
    Ubuntu 6.06

    Re: 32 bit Firefox with Flash: Menu Mess!

    I followed the manual instructions at the beginning of this thread. One difference, though: I created /opt/firefox for the installation, and the script you devised, firefox32, lives in /opt. BTW, it looks like this now:

    #!/bin/sh
    export GTK_PATH=/usr/lib32/gtk-2.0
    export LD_PRELOAD=/usr/lib32/libpangohack.so.0
    linux32 /opt/firefox/firefox $@

    And here's how /usr/lib32's pango stuff looks:

    boomer@gobstopper:~$ ls -l /usr/lib32/libpa*
    lrwxrwxrwx 1 root root 24 2006-08-06 10:37 /usr/lib32/libpango-1.0.so.0 -> libpango-1.0.so.0.1201.2
    -rw-r--r-- 1 root root 225076 2006-08-04 06:06 /usr/lib32/libpango-1.0.so.0.1201.2
    lrwxrwxrwx 1 root root 29 2006-08-06 10:37 /usr/lib32/libpangocairo-1.0.so.0 -> libpangocairo-1.0.so.0.1201.2
    -rw-r--r-- 1 root root 27972 2006-08-04 06:06 /usr/lib32/libpangocairo-1.0.so.0.1201.2
    lrwxrwxrwx 1 root root 27 2006-08-06 10:37 /usr/lib32/libpangoft2-1.0.so.0 -> libpangoft2-1.0.so.0.1201.2
    -rw-r--r-- 1 root root 147200 2006-08-04 06:06 /usr/lib32/libpangoft2-1.0.so.0.1201.2
    lrwxrwxrwx 1 root root 19 2006-08-27 13:43 /usr/lib32/libpangohack.so.0 -> libpangohack.so.0.0
    -rw-r--r-- 1 root root 2994 2006-08-27 13:43 /usr/lib32/libpangohack.so.0.0
    lrwxrwxrwx 1 root root 25 2006-08-06 10:37 /usr/lib32/libpangox-1.0.so.0 -> libpangox-1.0.so.0.1201.2
    -rw-r--r-- 1 root root 40308 2006-08-04 06:06 /usr/lib32/libpangox-1.0.so.0.1201.2
    lrwxrwxrwx 1 root root 27 2006-08-06 10:37 /usr/lib32/libpangoxft-1.0.so.0 -> libpangoxft-1.0.so.0.1201.2
    -rw-r--r-- 1 root root 22640 2006-08-04 06:06 /usr/lib32/libpangoxft-1.0.so.0.1201.2

    And lastly, here are the error messages I get when I run firefox32 from a terminal:
    boomer@gobstopper:~$ /opt/firefox32
    ERROR: ld.so: object '/usr/lib32/libpangohack.so.0' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib32/libpangohack.so.0' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib32/libpangohack.so.0' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib32/libpangohack.so.0' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib32/libpangohack.so.0' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib32/libpangohack.so.0' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib32/libpangohack.so.0' from LD_PRELOAD cannot be preloaded: ignored.

    Thanks for the help...

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

    Re: 32 bit Firefox with Flash: Menu Mess!

    Quote Originally Posted by sadhaka View Post
    I followed the manual instructions at the beginning of this thread. One difference, though: I created /opt/firefox for the installation, and the script you devised, firefox32, lives in /opt. BTW, it looks like this now:

    #!/bin/sh
    export GTK_PATH=/usr/lib32/gtk-2.0
    export LD_PRELOAD=/usr/lib32/libpangohack.so.0
    linux32 /opt/firefox/firefox $@

    And here's how /usr/lib32's pango stuff looks:

    boomer@gobstopper:~$ ls -l /usr/lib32/libpa*
    lrwxrwxrwx 1 root root 24 2006-08-06 10:37 /usr/lib32/libpango-1.0.so.0 -> libpango-1.0.so.0.1201.2
    -rw-r--r-- 1 root root 225076 2006-08-04 06:06 /usr/lib32/libpango-1.0.so.0.1201.2
    lrwxrwxrwx 1 root root 29 2006-08-06 10:37 /usr/lib32/libpangocairo-1.0.so.0 -> libpangocairo-1.0.so.0.1201.2
    -rw-r--r-- 1 root root 27972 2006-08-04 06:06 /usr/lib32/libpangocairo-1.0.so.0.1201.2
    lrwxrwxrwx 1 root root 27 2006-08-06 10:37 /usr/lib32/libpangoft2-1.0.so.0 -> libpangoft2-1.0.so.0.1201.2
    -rw-r--r-- 1 root root 147200 2006-08-04 06:06 /usr/lib32/libpangoft2-1.0.so.0.1201.2
    lrwxrwxrwx 1 root root 19 2006-08-27 13:43 /usr/lib32/libpangohack.so.0 -> libpangohack.so.0.0
    -rw-r--r-- 1 root root 2994 2006-08-27 13:43 /usr/lib32/libpangohack.so.0.0
    lrwxrwxrwx 1 root root 25 2006-08-06 10:37 /usr/lib32/libpangox-1.0.so.0 -> libpangox-1.0.so.0.1201.2
    -rw-r--r-- 1 root root 40308 2006-08-04 06:06 /usr/lib32/libpangox-1.0.so.0.1201.2
    lrwxrwxrwx 1 root root 27 2006-08-06 10:37 /usr/lib32/libpangoxft-1.0.so.0 -> libpangoxft-1.0.so.0.1201.2
    -rw-r--r-- 1 root root 22640 2006-08-04 06:06 /usr/lib32/libpangoxft-1.0.so.0.1201.2

    And lastly, here are the error messages I get when I run firefox32 from a terminal:
    boomer@gobstopper:~$ /opt/firefox32
    ERROR: ld.so: object '/usr/lib32/libpangohack.so.0' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib32/libpangohack.so.0' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib32/libpangohack.so.0' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib32/libpangohack.so.0' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib32/libpangohack.so.0' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib32/libpangohack.so.0' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object '/usr/lib32/libpangohack.so.0' from LD_PRELOAD cannot be preloaded: ignored.

    Thanks for the help...
    Ignore the error
    Code:
    ERROR: ld.so: object '/usr/lib32/libpangohack.so.0' from LD_PRELOAD cannot be preloaded: ignored.
    I trust Microsoft as far as I could comfortably spit a dead rat

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

  4. #204
    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 zjwagner View Post
    Umm, I followed the howto and my sound for flash doesnt seem to work at all. When I entered the following code:

    Code:
    zjwagner@zjwagner-laptop:~$ chown -R zjwagner:users /home/zjwagner/.macromedia
    chown: cannot access `/home/zjwagner/.macromedia': No such file or directory

    I searched for a similar error on the thread and found some modified code:

    Code:
    zjwagner@zjwagner-laptop:~$ sudo chown -R zjwagner:users /home/zjwagner/Desktop


    This didn't return an error but sound still didnt work. Everything in the howto went fine, I have no idea why this isnt working. Any help would be appriciated.
    open synaptic and see if alsa-oss is installed.
    I trust Microsoft as far as I could comfortably spit a dead rat

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

  5. #205
    Join Date
    Jul 2006
    Location
    Budapest
    Beans
    99
    Distro
    Ubuntu 9.10 Karmic Koala

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

    I've rerun your script (v6). It runs errorless but no advance.
    What about w32codecs? I've just read about it. Can that help?
    Someone told here this and i experienced the same:
    your script downgrades ia32-libs-gtk from version 16.2 to version 16 (just for your information)
    I've examined those wmv videos again. And the error ALWAYS appears around cuts. So it means that i probably won't meet totally unenjoyable videos.
    Actually i can listen online radios with Realplayer or amarok.
    Seems like enjoying full multimedia is an unreachable dream.
    (Is there a project for playing wmv 9 files or flashplayer 8?)

    Thank you once again. Actually it is lot lot better than the 64 bit firefox attempt with nspluginwrapper. I gave that up.

  6. #206
    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 tkrisz View Post
    I've rerun your script (v6). It runs errorless but no advance.
    What about w32codecs? I've just read about it. Can that help?
    Someone told here this and i experienced the same:
    your script downgrades ia32-libs-gtk from version 16.2 to version 16 (just for your information)
    I've examined those wmv videos again. And the error ALWAYS appears around cuts. So it means that i probably won't meet totally unenjoyable videos.
    Actually i can listen online radios with Realplayer or amarok.
    Seems like enjoying full multimedia is an unreachable dream.
    (Is there a project for playing wmv 9 files or flashplayer 8?)

    Thank you once again. Actually it is lot lot better than the 64 bit firefox attempt with nspluginwrapper. I gave that up.
    If you installed the mplayer script, it installs w32codecs in /usr/lib/win32. Are you using Kubuntu?
    No, there is no way to play each and every wmv9 file. Nor is there a Flash 8 for linux on any version of linux. They are propretary formats. We are kind of stuck. But I understand that Flash 9 for linux is going to be released , we have no date as of yet when that will be though.
    I trust Microsoft as far as I could comfortably spit a dead rat

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

  7. #207
    Join Date
    Jul 2006
    Location
    Budapest
    Beans
    99
    Distro
    Ubuntu 9.10 Karmic Koala

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

    I've seen those codecs, but i didn't know that this is the w32codecs.
    No, i'm not a Kubuntu user. But plan to try KDE in the future.

    Here's a 2-step solution for the language problem if you still have the 64 bit Firefox installed beside the 32 bit Firefox.

    Copy the language pack(s) from
    Code:
    /usr/lib/firefox/extensions
    to
    Code:
    /usr/local/firefox32/extensions
    Edit
    Code:
    /usr/share/firefox/defaults/pref/firefox.js
    and add:
    Code:
    // Use LANG environment variable to choose locale
    pref("intl.locale.matchOS", true);
    (Editing the appropriate line in about:config does not work.)

  8. #208
    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 tkrisz View Post
    I've seen those codecs, but i didn't know that this is the w32codecs.
    No, i'm not a Kubuntu user. But plan to try KDE in the future.

    Here's a 2-step solution for the language problem if you still have the 64 bit Firefox installed beside the 32 bit Firefox.

    Copy the language pack(s) from
    Code:
    /usr/lib/firefox/extensions
    to
    Code:
    /usr/local/firefox32/extensions
    Edit
    Code:
    /usr/share/firefox/defaults/pref/firefox.js
    and add:
    Code:
    // Use LANG environment variable to choose locale
    pref("intl.locale.matchOS", true);
    (Editing the appropriate line in about:config does not work.)
    Thank you verry much for the langauge fix, I will add a link to your post on the howto.
    I trust Microsoft as far as I could comfortably spit a dead rat

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

  9. #209
    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 zjwagner View Post
    Umm, I followed the howto and my sound for flash doesnt seem to work at all. When I entered the following code:

    Code:
    zjwagner@zjwagner-laptop:~$ chown -R zjwagner:users /home/zjwagner/.macromedia
    chown: cannot access `/home/zjwagner/.macromedia': No such file or directory

    I searched for a similar error on the thread and found some modified code:

    Code:
    zjwagner@zjwagner-laptop:~$ sudo chown -R zjwagner:users /home/zjwagner/Desktop


    This didn't return an error but sound still didnt work. Everything in the howto went fine, I have no idea why this isnt working. Any help would be appriciated.
    please make sure these packages are installed.

    Code:
    sudo apt-get install lib32asound2 alsa-oss
    I trust Microsoft as far as I could comfortably spit a dead rat

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

  10. #210
    Join Date
    Jun 2006
    Location
    Left Coast
    Beans
    Hidden!
    Distro
    Ubuntu 6.06

    Re: 32 bit Firefox with Flash: Menu Mess!

    Quote Originally Posted by Kilz View Post
    Ignore the error
    Code:
    ERROR: ld.so: object '/usr/lib32/libpangohack.so.0' from LD_PRELOAD cannot be preloaded: ignored.
    Ok, I will ignore the error... But, do you have any idea what to do about the Firefox File/File Open dialog box? It's still unreadable, being filled with empty boxes in place of characters. I've tried examining about:config, but it's just a rat's nest to me...

    Thanks again...

Page 21 of 166 FirstFirst ... 1119202122233171121 ... 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
  •