Results 1 to 10 of 12
I've recently upgraded from Debian etch to Debian Lenny.
However, Iceweasel does not open now. Upion clicking the icon repeatedly, I get the message similar to :- "Iceweasel is already ...
- 10-21-2009 #1Just Joined!
- Join Date
- Oct 2008
- Posts
- 27
Upgrade from etch to Lenny stopped Iceweasel
I've recently upgraded from Debian etch to Debian Lenny.
However, Iceweasel does not open now. Upion clicking the icon repeatedly, I get the message similar to :- "Iceweasel is already running. Please close other windows or reboot"
I have tried the following without success :-
1) Under iceweasel/iceweasl all entries read APPLICATION_ID = Iceweasel instead of APPLICATION_ID = firefox.
2) I tried to find lock files or parentlock files that lockout iceweasel, and prevent it from launching a new window. I didn't \find any such files under ~/.mozilla.
3) I installed the latest updates and upgrades to lenny.
If it may be of any help --> Despite upgrading to Lenny from etch, and installing all updates, my Debian version still shows "etchnhalf", when I run the command to display the version.
- 10-21-2009 #2
Have you tried to run Iceweasel from the command line?
The text usually gives a little more feedback.Debian GNU/Linux -- You know you want it.
- 10-21-2009 #3Just Joined!
- Join Date
- Aug 2005
- Location
- Houston, Texas.
- Posts
- 57
Don't know what your problem is but this has helped me in the past. Open Synaptic and delet Iceweasel. Then reinstall it. Like I say, this procdure has helped with many apps. Give it a try.
- 10-22-2009 #4Just Joined!
- Join Date
- Oct 2008
- Posts
- 27
Hi again. GNU-Fan, I'll try your suggestion first and if nothing works at all, then I'll try loopback's suggestion.
However, I'd also like to learn why whatever I did, worked at other places, but not in mine (I came across those solutions after searching many internet forums). I guess this answer would be more important.
- 10-22-2009 #5Just Joined!
- Join Date
- Oct 2009
- Posts
- 1
- 10-23-2009 #6Just Joined!
- Join Date
- Oct 2008
- Posts
- 27
I executed iceweasel -x on the command prompt. The output was nothing, i.e. the command prompt reappeared again.
- 10-24-2009 #7
have you tried the following :
1 - logout / reboot
2 - once done pidof 'iceweasel'
if the step 2 gives you a number (like 3456), then kill it :
sudo kill -9 3456
(it will kill the process, as root)
if you didn't get any pid at the step 2 and still see the message ("Iceweasel is already running ...") then the trouble is probably not iceweasel.
if you got a pid at the step 2, killed it and tryed to restart iceweasel, but still see the message, then repeat the step 2 and the kill thing, once done do
sudo apt-get remove iceweasel
(it will uninstall iceweasel, as root)
logout / reboot
if you still see the message then we are sure that it's not from iceweasel
if things seems to be okay, then you can install iceweasel by typing :
sudo apt-get install iceweasel
(it will install iceweasel, as root)
hope this helped.
chris81
- 10-24-2009 #8Just Joined!
- Join Date
- Oct 2008
- Posts
- 27
Hi Chris81. I've done what you suggested. After rebooting, executing pidof does not result in anything (I just get the command prompt again). Then on clicking the iceweasel icon on the tray, nothing happens. Only when I repeatedly click on the icon very fast for a few times, do I get an alert saying, "Iceweasel is already running ... etc...etc..".
As I mentioned previously, all this happened after I updated from etch-n-half to Lenny. Before doing this, iceweasel ran properly. Also, a version query still shows "etch-n-half" instead of "Lenny".
- 10-24-2009 #9Just Joined!
- Join Date
- Oct 2008
- Posts
- 27
I had posted another (though unrelated) problem here before. Could it also be indirectly responsible for Iceweasel not working ?
http://www.linuxforums.org/forum/deb...penoffice.html
- 10-24-2009 #10Just Joined!
- Join Date
- Oct 2008
- Posts
- 27
Problem solved
I'm writing this post from the Iceweasel running on my Debian system.
I just uninstalled and re-installed Iceweasel, and it is working excellently. What's more, an Adobe Flash plugin that I'd installed and was not working, has "magically" started functioning.
However, for the purpose of enhancing knowledge, I'd still like to know :-
1) why weren't there any lock files being created
2) why wasn't pidof iceweasel returning any result
and most importantly,
3) how did uninstallation and reinstallation do the trick ?


Reply With Quote

