LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
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-08-2010, 12:35 PM   #1
miros84
Member
 
Registered: Aug 2009
Location: Spain
Distribution: Debian stable, squeeze
Posts: 501

Rep: Reputation: 31
I cannot open Iceweasel more then 1 time


When I try to open two times Iceweasel I get this:

Code:
Iceweasel is already running, but is not responding. To open a new window, you must first close the existing Iceweasel process, or restart your system.
I am very suprprised, because in Windows xp I can open mozilla firefox 2,3 or more times.
And in Linux, I cannot.
Some idea?
 
Old 02-08-2010, 01:47 PM   #2
Mr-Bisquit
Member
 
Registered: Feb 2009
Distribution: FreeBSD, OpenBSD, NetBSD, Debian, Fedora
Posts: 770
Blog Entries: 52

Rep: Reputation: 68
Code:
$ ps -U your-username
$kill iceweasel-process-number
$su
--enter-root-password--
#apt-get -y upgrade
 
Old 02-08-2010, 03:10 PM   #3
miros84
Member
 
Registered: Aug 2009
Location: Spain
Distribution: Debian stable, squeeze
Posts: 501

Original Poster
Rep: Reputation: 31
It doesnot block.
I can start it, but only one time.
When I try to start it 2 times, then i recive this message and I cannot start, execute it more then 1 time.
 
Old 02-08-2010, 03:13 PM   #4
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
you can remove the lock file.
However, why do you want to start it twice ?
 
Old 02-08-2010, 08:12 PM   #5
Mr-Bisquit
Member
 
Registered: Feb 2009
Distribution: FreeBSD, OpenBSD, NetBSD, Debian, Fedora
Posts: 770
Blog Entries: 52

Rep: Reputation: 68
repo has a point there.
Just use the ctrl+N to open a new window.
If you need the functionality of gecko, then use epiphany or galeon.
Another option: virtualize and minimalize.
 
Old 02-08-2010, 08:16 PM   #6
damgar
Senior Member
 
Registered: Sep 2009
Location: dallas, tx
Distribution: Slackware - current multilib/gsb Arch
Posts: 1,949
Blog Entries: 8

Rep: Reputation: 203Reputation: 203Reputation: 203
Check to see if you have this package installed
PHP Code:
gtk-qt-engine 
From this thread: http://www.linuxquestions.org/questi...stable-773551/

This was a problem for me and many others. The fix was to uninstall the package. I saw no ill-effects and the problem was solved.
 
Old 02-09-2010, 08:14 AM   #7
miros84
Member
 
Registered: Aug 2009
Location: Spain
Distribution: Debian stable, squeeze
Posts: 501

Original Poster
Rep: Reputation: 31
Quote:
Originally Posted by repo View Post
you can remove the lock file.
However, why do you want to start it twice ?
I have 3 screens and sometimes I want to open it 2 or 3 times and have a Iceaweasel window in each screen.
 
Old 02-09-2010, 11:02 PM   #8
Mr-Bisquit
Member
 
Registered: Feb 2009
Distribution: FreeBSD, OpenBSD, NetBSD, Debian, Fedora
Posts: 770
Blog Entries: 52

Rep: Reputation: 68
Try running a session with Xephyr.
 
Old 02-10-2010, 01:00 AM   #9
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
I think what you really want is only one instance but multiple windows. This is usually possible, but for some reason when you try to connect to the running instance it fails to do so. Please completely kill the iceweasel process and start it up again.

Evo2.
 
Old 02-10-2010, 09:07 AM   #10
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Have you tried the Ctrl + N option as described by Repo? It works fine for me.
 
Old 02-10-2010, 11:41 AM   #11
miros84
Member
 
Registered: Aug 2009
Location: Spain
Distribution: Debian stable, squeeze
Posts: 501

Original Poster
Rep: Reputation: 31
Quote:
Originally Posted by XavierP View Post
Have you tried the Ctrl + N option as described by Repo? It works fine for me.
That would help if I have my screens with dual veiew.
But I have them in different X.
So, when I press contrl + N, it opens a new window in the same screen, and what I want is to open a new window in another screen.
And I cannot move windows between my screens.
 
Old 02-10-2010, 04:19 PM   #12
Mr-Bisquit
Member
 
Registered: Feb 2009
Distribution: FreeBSD, OpenBSD, NetBSD, Debian, Fedora
Posts: 770
Blog Entries: 52

Rep: Reputation: 68
What's the default screen size?

Go with Xephyr using the following:
On screens of 1280x1024 to 1024x768 Set up two windows with measures of 45% X and Y of the original screen. This will allow you to run an instance of iceweasel in the background and two in the foreground.
You will be able to switch between them.
Just be sure to close each Xephyr session through the terminal with the proper command or ctrl+C.
 
Old 02-10-2010, 05:15 PM   #13
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,980

Rep: Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624
I thought there was a preference file that has something like multipleinstances -false
 
Old 02-10-2010, 08:29 PM   #14
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Quote:
Originally Posted by miros84 View Post
That would help if I have my screens with dual veiew.
But I have them in different X.
So, when I press contrl + N, it opens a new window in the same screen, and what I want is to open a new window in another screen.
And I cannot move windows between my screens.
Ok, now we have the information we need.

On the 2nd X session run.
Code:
iceweasel -no-remote
This is documented in the man page.

However, the better thing to do would be to fix your X setup.

Evo2.

Last edited by evo2; 02-10-2010 at 08:30 PM.
 
Old 02-11-2010, 12:10 PM   #15
miros84
Member
 
Registered: Aug 2009
Location: Spain
Distribution: Debian stable, squeeze
Posts: 501

Original Poster
Rep: Reputation: 31
Quote:
Originally Posted by evo2 View Post
Ok, now we have the information we need.

On the 2nd X session run.
Code:
iceweasel -no-remote
This is documented in the man page.

However, the better thing to do would be to fix your X setup.

Evo2.
Code:
Iceweasel is already running, but is not responding. To open a new window, you must first close the existing Iceweasel process, or restart your system.
I got the same error, as when I try to open a new window.
In debian squeeze, it seems to be fixed.
As I see, I have to upgrade some day to debian squeeze.

Quote:
However, the better thing to do would be to fix your X setup.
What you mean to fix my x?
 
  


Reply



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
clicking address in icedove opens dillo, while iceweasel is already open f.tuijn Linux - Software 4 06-01-2009 12:37 PM
php5 - apache2 - iceweasel and epiphany don't open - ask for another software to open jfaguimaraes Linux - Software 1 08-29-2008 02:37 PM
Iceweasel seems to work only half the time. rogerdodger111 Linux - Networking 1 08-01-2007 01:52 PM
Open-source idealism--IceWeasel pixellany Linux - General 21 06-06-2007 08:10 PM
How to get Iceweasel to open preffered plugins??? Red Knuckles Debian 0 02-19-2007 03:55 PM

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

All times are GMT -5. The time now is 10:37 PM.

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