LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-10-2004, 10:45 PM   #16
shellcode
Member
 
Registered: May 2003
Location: Beverly Hills
Distribution: Slackware, Gentoo
Posts: 350

Rep: Reputation: 32

i downloaded firefox and i found it to be worse than firebird 0.7 and went back.

for one, CTRL+K simply doesn't work. i tried it a million times in a million different ways and it simply will not take me to the google search bar.

another thing is that it keeps trying to modprobe sound-slot-1 or something like that and that's causes errors in kernel logs.

lastly i dislike the new download manager and it's pretty interface.

the gtk2 version is slow. it slows down other programs open on the same virtual desktop.

all in all, i didn't see any improvements and was annoyed with the new features.

dont take this the wrong way. i love mozilla and i think they make some great software, it's just that usually their new releases (including all previous updates of firebird) offer improvements and dont introduce that many new bugs.

tell me what you think.
 
Old 02-11-2004, 04:55 AM   #17
f0rmula
Member
 
Registered: Dec 2003
Posts: 72

Rep: Reputation: 15
Quote:
Originally posted by shellcode
for one, CTRL+K simply doesn't work. i tried it a million times in a million different ways and it simply will not take me to the google search bar.
never worked in either has it??

still wont work for me..

james
 
Old 02-11-2004, 05:08 AM   #18
UltimaGuy
Member
 
Registered: Aug 2003
Location: Chennai, India
Distribution: PCLinuxOS .92, FC4
Posts: 840

Rep: Reputation: 32
I too am disappointed in this release. I tried even the windows version, it crashed twice.. and has no scroll bar and some features from firebird is missing. Needless to say, I dumped it.
 
Old 02-11-2004, 05:58 AM   #19
Andrew Benton
Senior Member
 
Registered: Aug 2003
Location: Birkenhead/Britain
Distribution: Linux From Scratch
Posts: 2,073

Rep: Reputation: 64
Did you think of trying a clean profile?
Quote:
Originally posted by heema
no u just type ./firefox-bin
or u could make a shortcut on ur desktop selecting firefox-bin
That won't work. You run the firefox script or you don't run anything.
 
Old 02-11-2004, 07:31 AM   #20
t3knomanser
LQ Newbie
 
Registered: Feb 2004
Distribution: Mandrake 9.2
Posts: 3

Rep: Reputation: 0
Mozfirefox fix

Here's a little perl-launching script I banged out that makes it easy to have shortcuts point to Firefox without running into multiple instance conflicts. Just thought you guys would like this.

#!/usr/bin/perl

#Simple Firefox launch script.
#I was getting annoyed at dealing with multiple instances
#Simply run this from the command line (or a button)
#and send as an argument a URL.
#If there's no instance of MozFX, then it creates one,
#otherwise, it calls -remote on the running instance,
#and opens the link in a new-tab.

$firefox = "~/firefox/firefox";
$_ = system(qq|$firefox -remote "ping()"|);

print "Ping returned $_\n";

if ($_) {
print "Running: $firefox @ARGV\n";
exec("$firefox @ARGV");
} else {
print "Running remote instance.\n";
#New tab
exec(qq|$firefox -remote "openurl($ARGV[0], new-tab)"|);
#New window
#exec(qq|$firefox -remote "openurl($ARGV[0], new-window)"|);
}
 
Old 02-11-2004, 08:16 AM   #21
Ninja Cow
Member
 
Registered: May 2003
Location: Pensacola, Florida
Distribution: Debian, Slackware, Amigo, Ubuntu
Posts: 221

Rep: Reputation: 30
Quote:
for one, CTRL+K simply doesn't work. i tried it a million times in a million different ways and it simply will not take me to the google search bar.
Try using control + J. Works for me.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Mozilla flaws could allow attacks, data access into Firefox & Mozilla web browsers! t3gah Linux - Security 6 04-09-2006 04:00 AM
Mozilla Firefox and Mozilla Thunderbird FireInTheDark Linux - Software 3 08-14-2004 11:52 AM
Mozilla to firefox cb9fl Slackware 5 03-15-2004 08:31 PM
Mozilla and Firefox XPediTioN Mandriva 1 03-06-2004 03:55 PM
Why should i use firefox instead of mozilla? Braveheart1980 Linux - Software 8 02-24-2004 11:09 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:53 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration