From: Adrian D. <adr...@gm...> - 2002-09-16 16:43:25
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, since mozilla down't allow two intances of itself you can't really use the mozilla option in the prefs. Mozilla allows to open a new window if there is an intance already running. I solved it buy using a script which first tries to open a window to an existing intsance and if fails starts a new mozilla. mozilla -remote "openURL($1,new-window)" 2> /dev/null if [ $? != 0 ] then mozilla -splash -url $1 & fi maybe you could implament this and combine it with using the middle mouse on an link will open the link in a new tap instead of a whole window. That would be a cool feature. Thx 4 Gaim Ciao Adrian -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE9hgpOFyp8AaAsy0wRAkX7AJ9Ve8DN7GZidEwqgrTXX2BNBqtZngCgqYVn dSEFtcRBmg9zCpFL3C6MM9M= =tB8b -----END PGP SIGNATURE----- |