Closed
Bug 968685
Opened 12 years ago
Closed 12 years ago
Aurora Nightly will not launch on Linux
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: landis, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux i686; rv:30.0) Gecko/20100101 Firefox/30.0 (Beta/Release)
Build ID: 20140205030203
Steps to reproduce:
1) download 29.0a2 - 06.02.14
2) un-arch in directory
3a) create launcher icon (KDE) to ~/mozilla/Aurora29/firefox -P
3b) from console: nav to dir; typed bash firefox -P
Actual results:
Nothing.
No errors
No process attempt
Expected results:
Firefox Aurora should launch (start)
Comment 1•12 years ago
|
||
The command "bash firefox -P" would try to run firefox as a shell script, which is it not. Use the following instead:
bash -c "firefox -P"
Fell free to reopen this bug if you still have issues.
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
Version: 30 Branch → 29 Branch
| Reporter | ||
Comment 2•12 years ago
|
||
today's build (07.02.14) works fine.
Unfortunately it is Aursralis.. That sucks. I will be sticking with Aurora 28 until i have Opera looking the way i want.
Landis.
You need to log in
before you can comment on or make changes to this bug.
Description
•