You are not logged in.
Pages: 1
I installed firefox via
# pacman -S mozilla-firefox
and it is installed (100%, no error messages) this is from the log file:
[09/03/06 06:34] installed libidl2 (0.8.7-1)
[09/03/06 06:34] installed mozilla-common (1.1-1)
[09/03/06 06:34] installed nspr (4.6.2-1)
[09/03/06 06:34] installed nss (3.11.2-1)
[09/03/06 06:34] installed mozilla-firefox (1.5.0.6-2)
but now.. when i try to start firefox with
firefox
or
mozilla-firefox
it can not find it..
Where is my mistake? What am i doing wrong?
greetz
Flufinela
Offline
Did you log out / log in after installing firefox ?
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Try log out/log in and then
firefox
(I had same problem, but log out/log in helped)
Offline
Explanation (f you want it) - Arch installs firefox on /opt/mozilla, which means you need /opt/mozilla in your path. This is taken care of by the /etc/profile.d/mozilla-common.sh script, but obviously it has to be run to have any effect. Logging out and in again activates /etc/profile, which in turn runs mozila-common.sh, and any other scripts in the /etc/profile.d directory. It could also be activated by
source /etc/profile
if for some reason you don't want to log out and in.
Offline
loging out and in did it.. well thank you, guys
Offline
Pages: 1