You are not logged in.
Pages: 1
Well, I just installed Arch Linux on a newer computer, and I've run into a few problems I didn't encounter with the old arch system I was running. First, after installing firefox, I couldn't open it from the icon. I had to change it from "firefox %u" to "/opt/mozilla/bin/firefox %u"
The next problem I encountered involves flash, jre, and other plugins. Firefox isn't finding any of the plugins, even though they are installed. In addition, OpenOffice.org isn't finding the JRE.
Any idea what's going on, and how to fix it? And if it involves "changing paths", then could someone please explain to me how to do that?
Offline
are the plugins listed in /opt/mozilla/lib/plugins ?
My Website: www.LinuxLefty.com
Offline
The next problem I encountered involves flash, jre, and other plugins. Firefox isn't finding any of the plugins, even though they are installed. In addition, OpenOffice.org isn't finding the JRE.
Any idea what's going on, and how to fix it? And if it involves "changing paths", then could someone please explain to me how to do that?
this is a bug in jre. see http://bbs.archlinux.org/viewtopic.php?id=41512
first post.
Give what you have. To someone, it may be better than you dare to think.
Offline
Well, this seems to work quite well. It not only fixed JRE, but mozplugger, flash, etc. as well.
Offline
My guess as to why you had to change the icon to call /opt/mozilla/bin/firefox directly is because it was a fresh install and Arch wasn't of this in your $PATH. A logout/login would have solved this, or a source /etc/profile.
That would have updated your $PATH variable to include /opt/mozilla/bin.
Offline
So I guess the moral of the story is "When in doubt, reboot."
Offline
not reboot - logout/login. You hardly ever actually need to reboot in linux
Offline
plugins path is /usr/lib/mozilla/plugins
From flash package:
install -m755 $startdir/src/install_flash_player_9_linux/libflashplayer.so \
$startdir/pkg/usr/lib/mozilla/plugins || return 1
I need real, proper pen and paper for this.
Offline
Sorry for bumping, but what exactly is the fix to making FF see the missing plugins? (Flash, JRE, Mplayer)
Offline
Pages: 1