On Tue, May 24, 2005 at 11:27:19PM +0300, Gil Freund wrote: > Hi, > > I an in the process of setting a Linux based Terminal Server which is > suppose to coexist with an exiting windows environment. > > To easy the transition for users we already have Firefox, Thunderbird > and OO in the Windows environment. I would like to preserve the > setting from applications and allow the users to move from one > environment to the other without duplicating settings (bookmarks, > address books, GPG settings and so on). > > Windows profiles are stored on a file server (a network appliance, so > anything that would work an SAMBA/NFS machine would work here). All > users have a home directory which is accessible to the Linux and > Windows machines. > > Users exist in both in LDAP and Windows NT 4.0 SAM (which will be > replaced by SAMBA with LDAP as a backend) > > Thought, comments and suggestions?
You basically need to change the profiles directory, right? By default it is $HOME/.mozilla/firefox for linux and something more complicated for windows. I don't see any relevant switch in firefox(1) . In fact, /usr/bin/mozilla (the shell script) seems to assume that profiles sit at $HOME/.mozilla/firefox . Look for 'HOME' in it. -- Tzafrir Cohen | [EMAIL PROTECTED] | VIM is http://tzafrir.org.il | | a Mutt's [EMAIL PROTECTED] | | best ICQ# 16849755 | | friend ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
