Re: Unclean shutdown, Mozilla won't start

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, Dec 04, 2006 at 09:08:10PM -0600, Mike McCarty wrote:
> 
> Ok, I had found a file (link) ~/.mozilla/default/eno64hz7.slt/lock
> and wondered whether I could just delete. Based on your feedback,
> I deleted that link, and Mozilla starts up ok.
> 
> It might be nice if Mozilla had a way to to tell it to do that
> itself.

It is only necessary (sometimes) when Mozilla terminates abnormally.
I created a script (rmlock) to do this for me:

--- cut here ---
#!/bin/bash
find $HOME/.mozilla -name lock -exec rm {} \;
--- cut here ---

Kurt
-- 
How many Unix hacks does it take to change a light bulb?
   Let's see, can you use a shell script for that or does it need a C program?

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux