You are not logged in.

#1 2008-01-27 22:25:46

colbert
Member
Registered: 2007-12-16
Posts: 809

Just installed Swiftfox from AUR, how to install Flash for it??

I just installed Swiftfox for P4, it works great and love it, want to keep using it now but it doesn't have Flash. How can I install it or point it to the already working Flash that my FF2 uses?? (I don't know how to create symbolic links).

TIA folks!! smile

Offline

#2 2008-01-27 22:38:36

jdhore
Member
From: NYC
Registered: 2007-08-01
Posts: 156

Re: Just installed Swiftfox from AUR, how to install Flash for it??

To create a symlink:
ln -s /path/to/real/file /path/to/symlink

or you could try reinstalling the flash package and it might see swiftfox and install it in the swiftfox plugins directory.

Offline

#3 2008-01-27 22:44:08

colbert
Member
Registered: 2007-12-16
Posts: 809

Re: Just installed Swiftfox from AUR, how to install Flash for it??

Okay I found:

bobby@dabox:/opt/mozilla/lib/plugins$ ls
libflashplayer.so  libjavaplugin_oji.so  libnpsoplugin.so
bobby@dabox:/opt/mozilla/lib/plugins$

So what would I do? What is the "/path/to/symlink" supposed to be? Am I linking to /opt/mozilla/lib/plugins/libflashplayer.so, or just /opt/mozilla/lib/plugins??

Offline

#4 2008-01-27 22:51:39

byte
Member
From: Düsseldorf (DE)
Registered: 2006-05-01
Posts: 2,046

Re: Just installed Swiftfox from AUR, how to install Flash for it??

Have a look at /etc/profile.d/mozilla-common.sh for a hint.


1000

Offline

#5 2008-01-27 22:57:27

colbert
Member
Registered: 2007-12-16
Posts: 809

Re: Just installed Swiftfox from AUR, how to install Flash for it??

Okay, that contains:

export PATH="${PATH}:/opt/mozilla/bin"
export PKG_CONFIG_PATH="${PKG_CONFIG_PATH}:/opt/mozilla/lib/pkgconfig"
export MOZ_PLUGIN_PATH="/opt/mozilla/lib/plugins:/usr/lib/mozilla/plugins"

So clearly it looks to /opt/mozilla/lib/plugins. So I would do:

ln -s /opt/mozilla/lib/plugins

But what is the symlink ?

Offline

Board footer

Powered by FluxBB