Matthew Toseland skrev: > On Tuesday 16 December 2008 19:52, Zero3 wrote: > >> Matthew Toseland skrev: >> >>> - Fixing the Firefox profile corruption bug, probably by starting a >>> > process in > >>> browse.sh/browse.cmd which constantly polls the profiles.ini and fixes it >>> > if > >>> the freenet profile has become the default. >>> >>> >> I hope I will get time to fix up a watchdog to do this under Windows as >> a part of a new launcher (browse.cmd replacement). >> > > How would it differ to browse.cmd? How would it be better? >
On top of my head: - Cleaner code - Proper detection of FireFox location - profiles.ini watchdog thingy - Check if node is running before launching FF (and if not, start or inform user in a GUI message box) (and if needed, shutdown node afterwards as well) - If wanted, GUI warnings about missing daemon, FF or FF profile (we talked a bit about the possibility of nagging users without daemon enabled) Main reason for doing a real launcher (in AHK) was that doing the profile.ini fix in a .cmd file would most likely turn up to be quite ugly, so instead of having both a watchdog and a launcher, I figure you might as well combine them. - Zero3
