You are not logged in.

#1 2006-08-02 15:50:53

fluke
Member
From: Shaoguan Univ., PRC
Registered: 2005-08-12
Posts: 241
Website

Enable you flash plugin to work with alsa-oss

I always start my firefox by

aoss firefox

Is there any good way? To modify /opt/mozilla/bin/firefox ?

Offline

#2 2006-08-02 16:50:55

test1000
Member
Registered: 2005-04-03
Posts: 834

Re: Enable you flash plugin to work with alsa-oss

as root or with sudo:

touch /usr/bin/firefox

and put the following into it:

#!/bin/sh
export MOZILLA_LAUNCHER=firefox

aoss /opt/mozilla/bin/firefox "$@"

then make it executable(as root or sudo):

chmod +x /usr/bin/firefox

Then you don't have to type aoss infront of firefox anymore each time you want to launch it.

This was taken from here btw: http://wiki.archlinux.org/index.php/All … nd_at_once


KISS = "It can scarcely be denied that the supreme goal of all theory is to make the irreducible basic elements as simple and as few as possible without having to surrender the adequate representation of a single datum of experience." - Albert Einstein

Offline

#3 2006-08-02 17:33:44

fluke
Member
From: Shaoguan Univ., PRC
Registered: 2005-08-12
Posts: 241
Website

Re: Enable you flash plugin to work with alsa-oss

Thank you very much smile

Offline

#4 2006-08-02 23:21:47

test1000
Member
Registered: 2005-04-03
Posts: 834

Re: Enable you flash plugin to work with alsa-oss

only too happy to help smile


KISS = "It can scarcely be denied that the supreme goal of all theory is to make the irreducible basic elements as simple and as few as possible without having to surrender the adequate representation of a single datum of experience." - Albert Einstein

Offline

#5 2006-08-13 22:19:08

jordz
Member
Registered: 2006-02-01
Posts: 248

Re: Enable you flash plugin to work with alsa-oss

thx! I was looking for this smile

Offline

Board footer

Powered by FluxBB