Slashdot Mirror


Rolling Out Mozilla in an Organization?

jdclucidly asks: "I am a network administrator for a small non-profit (about 50 employees). I would like to roll Mozilla 1.2.1 out to all of our desktops. We don't have a single ghost image because the computers on site are too varied. Yes, I did my Googling. The source for the installer is just huge and mind boggling. Is there something like a Mozilla Administration Kit that will generate custom Mozilla installers? If not, would people on Slashdot be interested in starting a new project to make such a kit?" If you were going to deploy a "branded" version of Mozilla, company-wide, how would you do it, especially if you had to worry about a mixed OS environment?

"Here's what I want to do:

  • Install everything but Quality Feedback Agent
  • Set Mozilla as the default browser
  • Disable 'Open Unrequested Windows' (kill pop-ups)
  • Install Elveraldo's Crystal-Classic theme as default
  • Set Google as the default search engine
  • Set 'Georgia' as the default Serif font for Western and Unicode
  • Enable HTTP Pipelining
  • Enable FIPS internal cryptography
  • Set toolbar to 'Pictures only'
  • Set Home Page to my organization's intranet site
  • Set start page to 'Blank page'
  • Disable 'Hide the tab bar'
  • Enable Middle-click for new tab
  • Enable control+enter for new tab
  • Default downloads to 'open a progress dialog'
  • Disable Javascript and Plugins for Mail & News
  • Enable quicklaunch
  • Create an additional shortcut on the desktop and in quicklaunch that uses chrome/icons/mailnew.ico as it's source and points to 'mozilla.exe -mail'
As you can imagine, doing this on 50 computers (and making sure I got each of these) would be quite tedious. Are, there others out there that want to do the same thing. I checked the Mozilla newgroups. I checked the CCK Project page at Mozilla.org -- it appears to be pretty inactive. I checked out the Netscape 7 CCK, which is pretty robust but doesn't do everything I want and it's proprietary -- plus, I don't want all the NS7 proprietary crap on my network.

I installed Mozilla on my machine using the stub installer and had it save all of the .XPI components to a folder. I went in and extracted the .XPI's and examined them. It seems possible to do these things but not without learning XUL, JavaScript, XML and Mozilla.org's own stuffings -- not to mention setting up a Visual C++/Cygwin compiling farm for every next Mozilla release. Can I:
  • Directly modify the defaults/prefs/all.js file to incorporate my preference defaults above and then recompress the .XPI?
  • Add to the installer Crystal-Classic.jar somehow? Where are those changes made?
  • Make the installer NOT allow the user to change any of this?
  • Make the installer create the above mentioned shortcut?"

271 of 435 comments (clear)

  1. Lockout users by Anonymous Coward · · Score: 1, Insightful
    Make the installer NOT allow the user to change any of this?


    You really want to lock your users from making any changes to the browser? I seriously doubt you will be able to do this (and even if you could, what would be the point?)
    1. Re:Lockout users by chundo · · Score: 3, Insightful

      I believe the poster is referring to changing options in the installation process, not the application itself. As a system administrator, I can definitely see the advantage of forcing the user to install the default options I have chosen.

      Obviously you can't prevent the user from changing preferences in the browser after it is installed (nor would you want to), but starting with a common baseline for all users simplifies support concerns immensely.

    2. Re:Lockout users by Repugnant_Shit · · Score: 1

      Actually, with Netscape anyway, you can really lock-out users. The labs at school have Netscape 6, and I can't change any preferences with a normal student account.

    3. Re:Lockout users by jonadab · · Score: 1

      If all they did was prevent you from changing the prefs from within
      Netscape (e.g., using the CCK), then a quick Google search will tell
      you how to get around it with nothing more complicated than a text
      editor. If they really want to keep you from changing anything,
      they have to protect the settings at the filesystem level by denying
      you write access (which they may have done, but that's a separate
      topic, since it really has nothing to do with Netscape or Mozilla
      per se; the same technique could protect the settings for any
      application or even prevent you from altering a document).

      --
      Cut that out, or I will ship you to Norilsk in a box.
    4. Re:Lockout users by bryhhh · · Score: 2, Informative
      I've recently done this on our windows network, actually it was using phoenix not mozilla, but the procedure should work for mozilla just as well.

      First thing to do is to fire up Mozilla and configure it how you want it to work on your network. Now look in your profile and take a copy of the file 'pref.js' and the file 'localstore.rdf'. Now put these files somewhere safe.

      Take a clean machine (fresh install) and repackage Mozilla using WinInstallLE (This can be found on the Windows 2000 CD). Take your prefs.js and localstore.rdf file from before and add them into the package you have just created, ensure they are placed somewhere sensible like %PROGRAMFILES%\mozilla and rename them to something like 'default.js' and 'default.rdf' to prevent confusion with the original files. Ensure you configure your filesystem security so that people who shouldn't be able to change this files that will affect all users, can't.

      To deploy the application, you might want to use SMS or maybe Active Directory group policy, but it doesn't stop there. For each user to have your configuration you need to ensure that when a mozilla profile is created for a user that their 'pref.js' and 'localstore.rdf' files are the same as the ones you made earlier, this can be done using a logon script. Here is the logon script that I use.
      if exist "%USERPROFILE%\Application Data\Phoenix\Profiles\Default\*.slt" goto setprefs

      rem If we get here, then no profile for Phoenix exists, so lets create one

      "%PROGRAMFILES%\Phoenix\phoenix.exe" -CreateProfile default

      :setprefs

      rem Now we need to create (or recreate) the prefs file.

      c:
      cd "%USERPROFILE%\Application Data\Phoenix\Profiles\default\*.slt"

      rem Configure Toolbars
      copy "%PROGRAMFILES%\Phoenix\default.rdf" .\localstore.rdf /y >NUL

      rem Configure everything else
      copy "%PROGRAMFILES%\Phoenix\default.js" .\prefs.js /y >NUL

      rem All Done.


      This won't prevent users from changing settings, but you can easily do this by modifying your pref.js file. For LOTS more information about doing this try this 111 pages of useful information
  2. Well... by m0rph3us0 · · Score: 1

    With apt being built for Linux, apt for OS X, I would start by putting together some perl scripts for Windows to work like apt. Then build packages for each OS and use a package repository to distribute them.

    1. Re:Well... by Fishstick · · Score: 1

      for 50 machines?

      --

      There is much cruelty in the universe, John.
      Yeah, we seem to have the tour map.

    2. Re:Well... by jkramar · · Score: 1

      Or:
      Conclude that modern operating systems aren't as good as they could be, join in developing the Hurd, work on it, port mozilla, integrate l4, fix up apt, and you're done! Easy as Fermat's Last Theorem.

      --

      true && more || less
  3. Georgia?! by VoidEngineer · · Score: 1, Funny

    Nay! Times New Roman for everything!

    1. Re:Georgia?! by Brainboy · · Score: 1

      Didn't James Ogelthorpe write that font?? O wait... wrong Georgia.

      --
      Just a guy with an opinion
  4. just copy the directory by Anonymous Coward · · Score: 5, Insightful

    just copy the directory, mozilla doesn't need registry entries.. it stores all its settings in some whacky xml files

    1. Re:just copy the directory by MikeFM · · Score: 4, Insightful

      Copying the directory is pretty much what I'd suggest. Configure one browser for each platform and make a tarball for Linux, a zip installer for Windows, etc and just copy your settings over. For 50 machines it wouldn't be worth the effort of using a client customization kit or anything like that. As far as keeping users from changing their settings that's easy enough in Linux but am not sure how you'd do it in Windows or MacOS. Just change the owner of the config files away from the user and give them read but not write permissions to those files.

      --
      At what price learning? At what cost wisdom? The price is a man's peace of mind, and the cost is his life.
    2. Re:just copy the directory by SnowDeath · · Score: 5, Informative

      Dont forget to copy the registry.dat when you copy Mozilla from Application data so that Mozilla knows where you are storing the Mozilla profile. As long as you are using 2000/XP (NT could work too, that's what I had have to use at work right now), just make all of your profile directories/files ready only *EXCEPT* the parent salted directory, they need read/delete to that for the lock file.

      The way I have Mozilla set on our NT4 machines is to use the profile editor (name?), delete the default, create my own (named modlang, being that I run the modlang computer lab) profile, put it under mozilla.org in the program files directory, set everything to the way I want (popup blocking, default homepage, etc) and then simply copy mozilla.org directory (with mozilla already being installed on the profile creating machine) to each target machine.

      The tricky part was figuring out that I needed to copy the registry.dat to default user's application data directory, after figuring that out it is cake.

    3. Re:just copy the directory by MarcQuadra · · Score: 2, Interesting

      I would just SHARE the directory from a single machine running SAMBA or win2k server. Think, you could upgrade everyone at once just by updating ONE install! Make most of the files read-only and roll it out to a few people you know will be 'cool' first and let them test the implementation for you. Also, turn on QuickStart for ALL users so loading moz over the network doesn't slow things down too much or hose the server.

      --
      "Sometimes, I think Trent just needs a cup of hot chocolate and a blankie." -Tori Amos on Nine Inch Nails
    4. Re:just copy the directory by mentin · · Score: 2, Informative
      The problem is that Mozilla stores some settings in user's config. User config is not easy to clone - my prefs.js has many occurences of full path to user's config folder and to Mozilla installation path, so it would not be easy to just deploy a tarball.

      Also he wants to make it default browser, so he need to update some registry keys.

      --
      MSDOS: 20+ years without remote hole in the default install
    5. Re:just copy the directory by cornice · · Score: 2, Informative

      I tried this. For some reason it was _really_ slow. I have many apps installed this way but it did not work well for Mozilla.

    6. Re:just copy the directory by v(*_*)vvvv · · Score: 1

      just copy the directory

      Sounds good. And if you need to have a couple of different configurations, then you could just make them manually, or have some simple installation script (or exe) that knows where to modify.

    7. Re:just copy the directory by Vaughn+Anderson · · Score: 3, Interesting

      If this is totally true, and you can just copy the directory then all you have to deal with is this-
      Buy Wise installer or some other installer App (perhaps 1 for each OS, can't imagine it would be more than 3)

      1) If what was stated is true (that you can simply copy the folders) then make an installer based on your one computer's Moz setup.

      2) This will compress your files.

      3) You can add any extra files you want (.jar or otherwise) Install those as well, or even make seperate installers for the jar files, and simply include them in the installer. You can put these files anywhere you want on their system as well, simple point, click and naming folders and such, it's very easy.

      4) Any variations of versions of an OS (say windows 95 vs Windows XP) can be detected using scripting in the Wise installer (or hopefully any other installer you use) and then you can install different files based on the version of the OS.

      5) You would maintain total control of how the installer puts files on the end users computer. (One installer I made when ran, didn't ask the user anything, just opened up, installed the files and then closed.)

      6) Any and all shortcuts, and folder groups are all super cake and easy to setup with a good installer application. I highly recommend wise if you do any installing on windows.

      7) A simple wise for windows installer 4 standard edition is $450, with all the power and ease of use you get for it, you will find it can help you with many other things to install besides this. You can make installers to install installers, just to get past people screwing up things. :) (like automated button clicks and the such) though I have only experimented with these things a little.

      8) If you have the money and the time to learn the more robust installers, you may be able to do even more than the above.

      -v

    8. Re:just copy the directory by MikeFM · · Score: 2, Interesting

      A decent installer program can do that. I used to do such things when I worked at local schools and had to manage several hundred computers more than mortal man can handle. It's been so long though that I'm not sure what the best installer is these days. That was in the days of Win95/98 only. I used some installer that is free to opensource projects. I can't remember it's name anymore but if you look I bet you can find it or something similar. It could manipulate registry keys.

      --
      At what price learning? At what cost wisdom? The price is a man's peace of mind, and the cost is his life.
  5. Priorities by trans_err · · Score: 3, Insightful
    Seems to me like you're just begging for large scale trouble. Take the time and make annnnnnnn image for all the computers, making the one or two neccesary for differences in platforms are still going to save you a lot of time in the long run. What happens when you decide you want to update to Mozilla 1.3 or roll out some other app? In the long run it seems like you could greatly increase stability, continuity, and prohibit a lot of headaches like this one if you just slow down and build from the ground up.

    IMHO of course.

    1. Re:Priorities by pavera · · Score: 3, Insightful

      He stated in his post that making images wasn't really going to reduce complexity because the systems themselves are too varied, images do not reduce the amount of time needed in this case. if you have 50 computers and they all have different hardware, you've gotta have 50 images, your average win2k image with no software is about 1 Gb, with stuff like office, and other software, easily 1.5Gb each, so, now you're looking at 75Gb of storage just to keep all of your images (not that 75Gb is some huge amount anymore really, but it is pretty big, I used to work in a 130 employee firm, and until about 1 year ago we only had 100gb of total server storage space, so 75 of that used up for images wasn't feasible at all). plus you have to keep track of which image goes to which computer, besides, you'd have to manually install all of the software on *each* computer anyway to create the initial images, images will not help in this case.

    2. Re:Priorities by nolife · · Score: 2, Insightful

      Have you ever thought of using SYSPREP from the W2K resource kit? It actually does work and can be used on machines with different hardware. There are limitations and for 50 completely different machines it might take considerable time getting it to work correctly for all of them. The more time you put into it the better and more efficient you can make the whole process but, there is a fine line you may cross and end up spending more time then you'd ever save. It comes to a balance of differences in hardware which increases the initial complexity, with how many applications you have to install after the base OS which decreases the overall install time. Of course this won't help you with the Linux machines but there are methods of reducing per machine specific installs for those too like thin clients, rsync, common home and bin dirs etc..

      --
      Bad boys rape our young girls but Violet gives willingly.
    3. Re:Priorities by kanenas · · Score: 1

      You are wrong. I have a image (in 1 CD) which includes:
      -Windows 2000 SP3
      -Office 2000 Premium
      -Adobe PDF creator
      -Antivirus
      -SSH
      And many more programs.

      And all these in a punny 650 MB (with pq drive image and full compression).

      The trick is to delete what ever windows doesn't need (the contents of dllcache for example (you can always rebuild it later)). Plus what other temp files you find (there are a lot).

      If you disable the paging file and ACPI as well this image will be able to work on everything with APM you throw it. I have it working from a pentium I to an ATHLON, PENTIUM 4.

      You should disable what ever services your organization doesn't need too (telephony for example).

      With this image i have setup every computer that got in my hands in 10 minutes.

      kanenas

  6. Automate It by adrox · · Score: 2, Informative

    I recommend Automate. It would get the job done and can be deployed over a network. Although it'll only work on windows machines. Alternatively a cheaper solution would be to copy over all the mozilla files and registry settings to each machine.

    1. Re:Automate It by Anonymous Coward · · Score: 1, Informative

      For something free that does about the same thing as Automate, try AutoIT http://www.hiddensoft.com It's a nice for simple scripting that you can compile into a single executable file. However in this circumstance, I'd use InstallRite instead, also free. http://www.epsilonsquared.com
      Extremely easy to use--take a snapshot of your system before you install Mozilla, another after you install it and apply all of the customizations, build the installkit. Do this once for each platform you use 9x, NT, W2K, XP, and you will have a 1-click fully customized install package. If InstallRite will handle a full MSOffice 97 install, it'll surely handle Mozilla.
      Both of these software packages have Yahoo support groups too.

      These 2 packages and Ghost are the only way I could possibly support some 700 Windows workstations spread across 6 public schools.

    2. Re:Automate It by cornice · · Score: 1

      Alternatively a cheaper solution would be to use AutoIt which isn't capable of recording but it is very easy to use and works quite well.

  7. Re:Don't use Mozilla by Anonymous Coward · · Score: 1, Informative
    Phoenix doesn't need to be installed either. Just put it on a network drive and get everyone to share it (with each computer running a script to use their their profile).

    Unfortunately Phoenix nightlies have dropped the pretty theme that they had in 0.1 - 0.5. They have a new and ugly theme.

  8. Re:Don't use Mozilla by pavera · · Score: 4, Interesting

    everyone is always praising phoenix, however, on my machine it uses more RAM (about 26MB compared to 20 for mozilla) it isn't noticably faster, and there isn't an option to ctrl+enter in the location bar to open a new tab, ctrl+enter in phoenix does the same as in IE (adds http://www. to the front and .com to the end of whatever is in the location bar) which is a nice shortcut, but I'm too addicted to ctrl+enter creating a new tab, so phoenix's usability suffers for me, and I don't get alot of speed increases anyway...

  9. Uhh... this is what you DON'T want to do by cscx · · Score: 4, Informative

    This is 100% the wrong way to go about things, bud. What you want to do is use something like Microsoft Systems Management Server, Veritas WinInstall, or Novell ZenWorks SnAPPShot to monitor the install on your install test-bed PC (you DO have one, don't you?), make all those oodles of changes you want to, then redistribute it identically to your clients. If you don't have these, I would buy one of the packages -- the money you spend will save you $$$ in man-hours trying to come up with a hackneyed, crappy homebrew solution in the long run. Once you start using these distribution apps, they will become your next best friend.

    1. Re:Uhh... this is what you DON'T want to do by CounterZer0 · · Score: 1

      Yeah - mozilla can work with these systems EASILY.
      IE is a different matter, because installing IE is different for every rev of windows (95OSRB,C,D, 98, 98SE, 2k, sp1/2/3/4/5/6etc).
      But mozilla should run just fine from a Snappshot.

    2. Re:Uhh... this is what you DON'T want to do by weave · · Score: 2, Interesting
      Use the zip file. Just unzip right into program directory. Then run it, load additional XPIs to taste, xcopy the program folder up to a server. To install on each station, just xcopy or wrap into an .msi and deploy to workstations automatically via a GPO.

      Mozilla is easy to deploy, but a bitch to configure. See my other note in this thread for that nightmare...

    3. Re:Uhh... this is what you DON'T want to do by m0rph3us0 · · Score: 1

      Cross Platform?
      I don't think any of these solutions support multiple OS's

    4. Re:Uhh... this is what you DON'T want to do by VoidEngineer · · Score: 1

      I have to agree that all of those applications will become your next best friend, if you're supporting a bunch of workstations (50+). I would also include Ghost and Altiris LabExpert to the list, as two other very good products. These two products may be slightly better for non-profit company, however, as they generally cost less money.

    5. Re:Uhh... this is what you DON'T want to do by FatherOfONe · · Score: 4, Informative

      I agree with you, and am a HUGE fan of WinInstall, but there is a couple of issues.

      1. WinInstall handles win9x and winnt/2k/XP clients differently.

      2. All the systems you mentioned cost money. A significant amount of money.

      3. SMS will only work with Microsoft stuff and it kinda sucks, although I heard the new version is ok. Just expect vendor lock-in.

      4. Novell Zenworks will require an NT server or a Novell server, and the version that I used put all the files in NDS. You couldn't edit them or do much with them after you did a scan. WinInstall blew them out of the water.

      The core reason you use an unatended install is the EXCACT reason this guy wants one and WinInstall isn't such a good option. He has 50 desktops probably all different. Some have multiple drives some don't. If you made a WinInstall or SMS or ZenWorks package to do this type of install, you better be great a building those packages, because you will be using your "test" machine as a template for all the desktops in the organization. If for some reason that test machine had a DLL that the other 40 didn't have...

      --
      The more I learn about science, the more my faith in God increases.
    6. Re:Uhh... this is what you DON'T want to do by WindBourne · · Score: 1

      It gets better. The envrionment is possibly mixed and yet the grandparent (the foe of perens) suggest expensive MS only solutions for a non-profit. S?He overlooks the simple obvious solutions of rsync or the linux equiv of ghost (free) which name escapes me. I understand why bruce considers this person to be a foe.

      --
      I prefer the "u" in honour as it seems to be missing these days.
    7. Re:Uhh... this is what you DON'T want to do by WindBourne · · Score: 1

      www.partimage.org is one of these. There is another that is designed to push over UDP.

      --
      I prefer the "u" in honour as it seems to be missing these days.
    8. Re:Uhh... this is what you DON'T want to do by bwalling · · Score: 1

      4. Novell Zenworks will require an NT server or a Novell server, and the version that I used put all the files in NDS. You couldn't edit them or do much with them after you did a scan. WinInstall blew them out of the water.


      It is very customizable. You can edit the contents of the files, change out files, edit the registry/ini settings, etc. I found it to be a PITA to use, but you can manipulate it after the scan.

    9. Re:Uhh... this is what you DON'T want to do by zurab · · Score: 1

      4. Novell Zenworks will require an NT server or a Novell server, and the version that I used put all the files in NDS.

      Why would it require Netware or NT server? It would require an NDS login but this could be done by a Linux server also. On the other hand, if the guy doesn't already have NDS, is currently using some other DS, or he has no plans of using or supporting a DS, then having/changing and maintaining one would add significantly to his costs.

      It would be more helpful if he gave these details about his network.

    10. Re:Uhh... this is what you DON'T want to do by Ozymandias_KoK · · Score: 1

      Not if you use the IEAK it isn't. It all comes from the same batch of files. What he is looking for is an IEAK-like tool for Mozilla.

    11. Re:Uhh... this is what you DON'T want to do by FatherOfONe · · Score: 1

      You may be correct about not needing an NT or Novell server, but in my experience you will have to end up having one. The NDS stuff on Linux lags behind the others, and I wouldn't be supprised if a "new" version of Zenworks required a "new" DS.nlm.

      Just my experience with Novell. Again you are probably correct, and I agree with your comment about DS.

      --
      The more I learn about science, the more my faith in God increases.
    12. Re:Uhh... this is what you DON'T want to do by FatherOfONe · · Score: 1

      Mabe it was the version that I used, but can you replace a single file of a package with a newer one? With WinInstall the package gets copied to a server "as is" and you could do just about anything with it. This assumes that you are not compressing it though... My experience with Zenworks is that it was a pain to "modify" a package once it was done. However, I will trust you that they have improved it.

      Also, I believe that they got rid of the requirement of a Novell Client to be installed, but I am not sure about this one either. If that is not the case then he will have to deal with all the Novell client issues as well.

      My main point is that for this guy to implement NDS and Zenworks would be no small task, and the benifit would be small. Now if he had 200+ desktops and some control over the staging process then it would make sense.

      --
      The more I learn about science, the more my faith in God increases.
    13. Re:Uhh... this is what you DON'T want to do by jafac · · Score: 1

      WinInstall is no longer owned by Veritas. Don't know what their new owner is - but the "flying V" divested themselves of that product about a year ago.

      --

      These are my friends, See how they glisten. See this one shine, how he smiles in the light.
  10. Ok, I'll take a shot. by Anonymous Coward · · Score: 3, Interesting
    Why make it harder than you need to? How about this:

    Make one install on your PC. Setup all of the preferences how you want them.

    Copy the .mozilla directory (or whatever) to wherever you plan on installing this from. chmod a-w on it for *nix users, set permissions accordingly on it for Windows.

    Put your .jar theme where it needs to be

    Install on everyone else's PCs and just copy the preferences folder via a script or by hand.

    Profit!

    It such a small number of people, it should be painless to do it by hand anyways.

    1. Re:Ok, I'll take a shot. by skt · · Score: 1

      Exactly, this works very well with NS4.. our company's current email/browser. I think it took about 5 minutes to set up too, you just start with a clean profile, set up the bookmarks, prefs, LDAP directories, homepage, etc. the way you want them to look on the client end. The only part that I tailor to a particular user is the email settings. What I did was to replace the email system userid, full name, and first part of the email address with the token default_user. Then, after you deploy the profile image to a computer, you do a search/replace on prefs.js and substitue the correct name. It's difficult to automate that part, but it only takes about 20 seconds to do.

  11. The easy way... by DaveOnNet · · Score: 5, Funny

    Just prohibit the use of Mozilla in your organization and then make sure employees have access to the Internet. They're bound to set it up themselves that way.

    --
    Rank comments and posts against each other at We-Rank.com
    1. Re:The easy way... by NMerriam · · Score: 1

      best...answer...ever...

      --
      Recursive: Adj. See Recursive.
    2. Re:The easy way... by esarjeant · · Score: 1

      That was pretty funny -- and oddly enough it might actually work!

      --

      Eric Sarjeant
      eric[@]sarjeant.com

  12. It' won't be easy... by weave · · Score: 5, Interesting
    I tried, went through hell. I assume you're doing this in a Windows environment. If so, be aware of some real killer limitations.

    First of all, Mozilla doesn't understand UNC paths. If your GPO redirects %appdata%, you're screwed. Quit now. The mozilla registry.dat file goes in %appdata%\mozilla and if %appdata% is in a UNC of DFS share, it won't find it.

    Then ... if you allow users to create profiles in the default location, below %appdata%\mozilla, expect profiles to go missing. Windows has a nasty habit of duplicating roaming profiles, like profiles\user, profiles\user.domain, profiles\user.domain.000, etc... Since your profile location is a hardcoded path in registry.dat, Mozilla will find it, but will try to load the profile in the stale profile location. If that doesn't exist now, it'll throw up a profile manager asking you to recreate one.

    The solution to above is to create the profile manually via a command like:

    mozilla.exe -CreateProfile "default z:\mozilla"

    That will move the bulk of the profile (except registry.dat) to a fixed location out of the roaming profile.

    For a lot more detail and my rant, read bug #162025, comment #28.

    We have done a lot to get it working finally, including some logon vbscripts to create the profiles, repair prefs.js file, have some mandatory prefs.js entries that are replaced during logon if user changes them (like home page for us), etc...

    We've been through hell but think we finally have it licked by working around mozilla bugs. We intend to post a page on our experiences, but not in the next 12 hours (the effective life of a slashdot story)

    When it's ready, I'll e-mail you or feel free to contact me if you want the scripts as they stand now (we are still debugging some things).

    1. Re:It' won't be easy... by dieman · · Score: 1

      Eazy way to fix this is to mount y: to a UNC name like \\homesserver\home , we use samba to host a box that maps home to whatever user is connected. Lots more applications than mozilla dont support this.

      --
      -- dieman - Scott Dier
    2. Re:It' won't be easy... by weave · · Score: 1
      That works for the home directory, but not for redirecting %appdata% to a home directory, because windows applies the GPO for %appdata% before any drives are mapped, including the home directory.

      GPO (Group Policy Objects) is an Active Directory thing. I don't believe Samba support that (yet) so it's probably n/a in your case.

      A lot of installations try to redirect everything they can out of the roaming profile because roaming profiles are the most evil and most horribly implemented thing that Microsoft has ever hoisted upon IT departments.

    3. Re:It' won't be easy... by fucksl4shd0t · · Score: 1

      That works for the home directory, but not for redirecting %appdata% to a home directory, because windows applies the GPO for %appdata% before any drives are mapped, including the home directory.

      Not entirely true. With Samba you can redirect the profile directory to have it stored within the home directory. I don't know if this is a good idea, I only know that it's possible. :)

      --
      Like what I said? You might like my music
    4. Re:It' won't be easy... by BlueUnderwear · · Score: 4, Informative
      Windows has a nasty habit of duplicating roaming profiles, like profiles\user, profiles\user.domain, profiles\user.domain.000, etc...

      We have seen this behaviour too. However, apparently, as far as we could see, it would only happen on Win2k, on NTFS partitions. Win2k + FAT32 was ok. So, what we did was create a small D: partition as FAT32, and configured Windows to store the cached user profile on that partition. From then on, our "multiple profiles" problem was gone.

      Since your profile location is a hardcoded path in registry.dat, Mozilla will find it, but will try to load the profile in the stale profile location. If that doesn't exist now, it'll throw up a profile manager asking you to recreate one.

      Or just store the profile somewhere on the user's home directory (H:\Mozilla\)

      ...repair prefs.js file, have some mandatory prefs.js entries that are replaced during logon if user changes them (like home page for us), etc...

      No need to bother with vbscript. Just use locked settings in the mozilla.cfg file. This page described how. Just insert entries such as the following into your mozilla.cfg.txt:

      lockPref("browser.startup.homepage", "http://my.home.page/");

      Then encrypt the file to mozilla.cfg using this program (with an offset of 13). N.B. The mozilla.cfg.txt file must start with a comment (two slashes), and be referenced from all.js or else it will be ignored by mozilla. After having set up a mozilla.cfg, the user can no longer change the relevant settings (they are greyed out), and even if he does manually edit his prefs.js, mozilla will fix prefs.js the next time it starts up.

      --
      Say no to software patents.
    5. Re:It' won't be easy... by weave · · Score: 1
      Hello there my new friend. :-)

      apparently, as far as we could see, it would only happen on Win2k, on NTFS partitions. Win2k + FAT32 was ok. So, what we did was create a small D: partition as FAT32, and configured Windows to store the cached user profile on that partition.

      Interesting, but unfortunately that would mean users could poke around each other's roaming profile since fat32 doesn't have object security. Since my joint is a college with a large roamer population, that'd be bad news.

      Just use locked settings in the mozilla.cfg file.

      Sweet. Great page too. I believe I'll incorporate a lot of this info into my stuff. I still like the repair feature of our vbscript it also works on mail settings and pre-configures mail profiles with the user's correct information.

    6. Re:It' won't be easy... by Cally · · Score: 1
      >First of all, Mozilla doesn't understand UNC paths. If your GPO
      >redirects %appdata%, you're screwed. Quit now.

      Or, you could just map the same network drive on all 50 clients using their login scripts, then point mozilla at drive R or whatever. Can;t see any reason that wouldn't work. Saying "you're screwed, quit now" is a sign of a Bad Attitude, and the Stark Fist of Removal will be coming for you soon.

      --
      "None are more hopelessly enslaved than those who falsely believe they are free." -- Goethe
    7. Re:It' won't be easy... by weave · · Score: 1
      It won't work the way you envision. While the profile can be moved anywhere, the registry.dat file must be located inside %appdata%\mozilla. If %appdata% itself is moved via a GPO to a network share, then mozilla can't find registry.dat. Mapping drives does not help because the redirect for %appdata% is applied before the logon script is run and before saved drive mappings are applied. You also can't put a drive letter in the appdata redirection in the GPO inside active directory.

      Note, this redirection of appdata policy doesn't apply to non-active-directory sites unless they employ some hack to scribble the appdata redirection policy into the windows registry for each user.

      I have no idea, none whatsoever, how to move the location of registry.dat outside of %appdata% short of changing the source. I've looked, and bitched on bugzilla, and no one has told me it's possible there either. If you know a way, I'll glady submit to the Stark Fist of Removal!

    8. Re:It' won't be easy... by BlueUnderwear · · Score: 1
      Interesting, but unfortunately that would mean users could poke around each other's roaming profile since fat32 doesn't have object security.

      True enough. We use this in high-schools, where the same kind of problem exists, and have solved it by also setting the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\DeleteRoamingCache property. That way, the local cached copy of the profile is deleted as soon as the user logs off, leaving nothing with which the next user could tamper (however, this doesn't work if the profile is stored on a NTFS partition)

      ... it also works on mail settings and pre-configures mail profiles with the user's correct information.

      For this purpose, we use a %USERPROFILE%\Application Data\Mozilla\registry.dat file, which points to a directory on the user's home directory (H:\ drive). The user's personal settings (mail username, full name, etc.) are stored in the user's H:\Mozilla\prefs.js file on the server, and we have a server side utility ("greenbutton") accessible through our webmin based administration interface with which we can reset it to default values taken out of /etc/passwd and /etc/userDB

      --
      Say no to software patents.
    9. Re:It' won't be easy... by Surak · · Score: 1

      Set %appdata% to something else when Mozilla starts.

    10. Re:It' won't be easy... by dolmen.fr · · Score: 1

      weave is not talking about redirecting the profile directory, but %appdata% which is usually a sub directory of the profile.

    11. Re:It' won't be easy... by weave · · Score: 1

      Can't change %appdata%, %appdata% is just an export of the value within the OS so shell scripts can use it. It's part of the roaming profile and is all configured at the initial point in the logon and before any other scripts run. Only way to change it is through a group policy and that has to be a UNC which makes mozilla barf.

    12. Re:It' won't be easy... by Surak · · Score: 1

      Interestingly enough, %appdata% doesn't seem to exported on NT 4.0...how does Mozilla get this value in NT 4?

  13. Re:A few suggestions by buswolley · · Score: 1

    your opinion of course. But what I want is a tree-tab browsing; where I can group my various pages in a logical ordering of trees, easier. This would be useful if i have 10+ pages open at a time

    --

    A Good Troll is better than a Bad Human.

  14. Re:Tip of the Week by gr0ngb0t · · Score: 1

    And in what way is introducing Mozilla to a workplace "adding in another platform to integrate and support"?

    Mozilla is software sir, not an OS.

  15. Netscape 7 isn't completely proprietary. by mcbridematt · · Score: 1
    Just pull down the NETSCAPE_7_01_RTM_RELEASE Tag from the mozilla.org cvs.

    I don't know of any way you can lock the prefs window (apart from removing it from the menu's.).

    • Download the Mozilla src tree. This gives you some insight of the files in the chrome/ folder before the are packed. You can still uncompress and recompess them from a binary Mozilla install though
    • Start off by creating a profile (install everything, e.g theme in user space so it doesn't invade the global chrome folder)
    • Remove the options you don't want from the prefs window. (Fonts and Colors might be the only one you need)
  16. HTF did parent get to +5? by Anonymous Coward · · Score: 2, Insightful

    Guy asks for info on how to *autoinstall* Mozilla on 50 machines. Somebody replies saying use Phoenix instead, *without* giving any input on autoinstalling. Is it that obvious how to autoinstall Phoenix?

    1. Re:HTF did parent get to +5? by Goalie_Ca · · Score: 1

      All you do for phoenix is copy the directory. Nothing MORE!!!!!

      --

      ----
      Go canucks, habs, and sens!
    2. Re:HTF did parent get to +5? by spectral · · Score: 1

      here at school we all have space on a central server to store stuff (auto-mounted as the z drive), and all the computers in the labs somehow wipe themselves at bootup (no clue how.. no time to reimage, not a network boot, but that's not the point).

      I 'installed' phoenix to my z drive at school, and every time I go in to the lab I have to setup the proxy again.. tried setting the profile dir to something inside the z:\phoenix dir, no luck. Where the hell is the file stored that tells it what the profile directory is, or at least what the proxy settings are? There's no command line option to tell it where config files are (Grrr!)

  17. Question... by blixel · · Score: 1, Insightful

    What's the point of forcing all the employees to set their user preferences to settings that are based soley on your own personal opinions?

    1. Re:Question... by Alex · · Score: 3, Insightful

      Its called a "corporate standard" for a reason.

      Alex

    2. Re:Question... by DavittJPotter · · Score: 1, Insightful

      As an employee, it's not "your computer". It's the property of the company. I wish more end users would remember that. "Why are you messing with *my* computer? I've got it just the way I like it!" Sorry. Pink fonts in Monotype Corsiva on a light blue background makes it tough for me to troubleshoot. Don't put your kid's picture up as wallpaper (less of a gripe, I don't really care, but give an inch...). Don't install the "little program" you brought from home.

      **These machines are not for your personal use.** Please reread that statement again and again when you feel like it's "Your Computer". If you didn't pay for it, it ain't. If you did, and you're accessing a corporate network, you are still subject to the rules of your employer/contractee. The computers you were provided as PART OF YOUR EMPLOYMENT are a tool you use to get your job done. Microsoft spent millions of dollars and countless man-hours on the multitude of color schemes you can pick from. Use one of those. If I find non-approved themes of software, it's gone. That's how it works, and makes less downtime for you and less headache for me.

      --
      "If there's hope, it lies in the proles..."
    3. Re:Question... by dvdeug · · Score: 3, Insightful

      Don't put your kid's picture up as wallpaper (less of a gripe, I don't really care, but give an inch...).

      You aren't working with robots. People personalize their space to make it more comfortable to work in; lock them in cold blank walls with everything ISO-standard, they won't be happy. Give an inch.

      Pink fonts in Monotype Corsiva on a light blue background makes it tough for me to troubleshoot.

      Remember who uses the computer day in and day out. Not you.

      Please reread that statement again and again when you feel like it's "Your Computer".

      It's not "Your Computer", either. I'm not saying you should let pirate software and porn run around the computers, but complaining when the people that use the things change the fonts and colors to something that will make them more comfortable is excessive. Would you complain if someone moved the chair in the company car?

    4. Re:Question... by SlashdotLemming · · Score: 4, Insightful

      So let me get this straight, the "end user" sitting in front of the machine 99% of the time should use the personal preferences of the grumpy SA. Makes sense. I hope those idiots keep their chairs at the proper height for you too. I mean, you need to be able to do *YOUR* job without distraction.

      A genius in a sea of stupidity. How do you deal with it?

    5. Re:Question... by Bake · · Score: 4, Insightful

      Do you put a picture of the family on your desk?
      Now why would you do that? The desk is not for your personal use, it's the property of the company, if you didn't pay for it, it ain't yours.

      Do you fiddle with the settings on your office chair?
      Now why would you do that? The chair is not for your personal use, it's the property of the company. It isn't any of the company's business what settings on the chair are most comfortable for you. Personalisation does not benefit the company.

      I wish more end users would remember that.

      (</sarcastic-rant> for those who need it)

      The computer, just like any other accessory you use in your workplace must allow for some personalisation.
      As an IT drone, it is not your job to dictate what background picture/colour I have. If having BIG white letters on a black background increases my productivity, you, on behalf of the company, should be happy, even though it means you'll get to spend a few more minutes with me in the event that I need some help.

      Dispite what you may have read when reading the BOFH archives, the system administrator should NOT get to dictate every single detail about the computing environment in the workplace.

    6. Re:Question... by SlashdotLemming · · Score: 1

      Maybe the guy should set a "corporate standard" on operating system configurations floating around the office before he worries about the fonts on the web browsers.

    7. Re:Question... by RustyTaco · · Score: 1

      Hey, you just gave me an excelent idea. I'm going to start going around an renaming "My Computer" to "CompanyName Computer INVENTORYNUMBER" as I have to deal with systems. Just as a reminder. I may even lookup where the name can be locked down from so I don't have to go hunting for "234653337]74&%^*&^%&%$" on every other computer.

      - RustyTaco

    8. Re:Question... by DavittJPotter · · Score: 1

      OK, you've all made good points. However, when corporate policy comes down that 'all desktops will be made to conform to XXX standard', it's the IT/SysAdmins job to do just that.

      Personally, I don't give a damn about the pictures of kids on your computer. But when I have to visit the same desktops again and again and again because of the same problems - "I installed this program", "I deleted this directory to have more space" - then it becomes an issue.

      "eye-tee professionals" or Wannabe-Nazis with 'a little bit of adminstrative privilege' notwithstanding, when people are fired/quit/are replaced - or switch departments - having some conformity among the desktops is a good thing.

      --
      "If there's hope, it lies in the proles..."
    9. Re:Question... by DavittJPotter · · Score: 2, Insightful

      Feh. You're deliberately missing the point I attempted to make. What's very frustrating for most admins is the repeated visits to Ms. Jones machine because she insists on changing, deleting, or adding this to her machine. You can ask her, you can tell her, but you can't change it.

      I'm not advocating a total lockdown. But some simple constraints can enormously streamline admin time and user time - I've known many, many users who will spend hours mucking about with desktop colors/schemes, surfing for 'just that right' background image, etc. Yes, they should be fired for wasting time; if they stood around the water cooler that long they'd surely be noticed.

      I'd be interested in the feedback from admins who've worked at other LARGE corporations - I'm talking thousands of desktops here, not ten or twenty.

      --
      "If there's hope, it lies in the proles..."
    10. Re:Question... by kuroth · · Score: 1

      >1993 - Current
      >South Dakota School of Mines and Technology Rapid City, SD
      >Undergraduate studies in Computer Science as my work schedule permits.

      "Lane, I've been going to this high school for seven and a half years. I'm no dummy."

      Keep up the good work. In five or six more years, I'm sure you'll have that undergrad degree.

    11. Re:Question... by blixel · · Score: 2, Insightful

      Based on your comments and by glancing over your resume I can tell your job involves a lot of hand holding and baby sitting. (I'm not being derogatory.) So if you work at some call center or something and have to support a bunch of relatively uneducated employees such as high school kids and mothers who got sick of staying at home, then I can see your point. When I made my original comment, I was thinking more along of the lines of competent end users. That is the work environment I'm most familiar with. As such, I really don't want (or need) someone changing my personal Desktop environment back to some "IT friendly" Microsoft default setting.

    12. Re:Question... by steve's+nose+is+blee · · Score: 1

      Well Said!!!!

      I work in an IT department with users who for the most part just don't understand. A VP sent a link to all our staff (roughly 500 users) to install hotbar...about 200 did and we spent the next month cleaning it up alongside our regular duties. So the best way to put it is this. When you rent a car, do you mod the engine? Do you tint the windows, install a new stereo, lower it, or paint it just because it makes you "feel more comfortable"???

      Of course not! I'm not against people changing desktops/homepages things like that, but when they start messing with new fonts, color schemes, adware and spyware "Because it's sooo cute!" That's when I have a problem, it affects MY job! /rant off

    13. Re:Question... by Arandir · · Score: 1

      He was talking about user preferences in Mozilla, not the damn wallpaper.

      Each group may need different preferences for their homepage, as an example. Making everyone have the main corporate fluff page as their homepage is counterproductive.

      --
      A Government Is a Body of People, Usually Notably Ungoverned
    14. Re:Question... by ADRA · · Score: 1

      1. Concidering that the preference file is in the same file as the security settings for the browser, it then becomes an administrator's problem, andi would like to to justify how user's security profile doesn't become an administrator's issue.

      2. I lived on both sides of the administration domain (programmer then admin) , so I know what both sides are all about. Just remember that even though a users uses 99% of a computer's front end, there is a lot that an admin has to do in the backgound. A uiser may use a workstation in their work, but a workstation IS an admin's job. Giving access to the user as to allow them to do their work without interfearing with the admin's work is the ideal. When you look at larger companies, the role of organizational process makes the split even tougher. You have users, admins, and the process requirements that all have to live together in some kind of nice and balance, or else the deck of cards will crumble.

      --
      Bye!
    15. Re:Question... by blincoln · · Score: 1

      I'd be interested in the feedback from admins who've worked at other LARGE corporations - I'm talking thousands of desktops here, not ten or twenty.

      IMO a true "Admin" in a large-scale corporation never sees end-users' desktops.

      However, I did part-time work as a PC tech for my company (several thousand workstations). I disliked some of the configurations I saw, but I realize that having their PCs set up that way makes the users happier, and therefore more productive.

      I was only in front of their screens for an hour at the most. They have to use them all day. Who has more priority re: what they look like?

      I can see the wisdom in disallowing installation of unapproved apps (apparently Hotbar caused us a bunch of problem after I stopped the PC tech work, for example), but cosmetic aspects should be up to the user. Assuming they don't mind losing them the next time their system is reimaged, of course.

      --
      "...always new atoms but always doing the same dance, remembering what the dance was yesterday." -Richard Feynman
    16. Re:Question... by unspecified+poltroon · · Score: 1

      "You see, during the shutdown period I received not one single support call, confirming my theory that my network is indeed perfect, and that all faults are user-inflicted." http://members.iinet.net.au/~bofh/newbofh/bofh10ja n.html

    17. Re:Question... by Blackknight · · Score: 1

      Oh, get off the power trip already. A user changing their fonts or wallpaper has 0 affect on system reliability or security.

      As long as they're not downloading stupid spyware apps or installing unauthorized software (which they shouldn't have permissions to do anyway) let them be.

      And I have worked at IT shops of all sizes, from thousands of desktops to just 10.

    18. Re:Question... by ffatTony · · Score: 1

      As an employee, it's not "your computer".... Sorry. Pink fonts in Monotype Corsiva on a light blue background makes it tough for me to troubleshoot. Don't put your kid's picture up as wallpaper

      I somewhat agree, but I think people should be allowed to customize their work environment if that makes them more productive/happier.

      My (ok, my company's) computer is just a tool and as long as I don't damage it (or if I do as long as I can fix it :) I feel I have the right to do with it as I please, barring anything that is specifically banned by the company (pornography,etc)

      Additionally, I feel I am allowed to eat anything I find in the refrigerator, do a strip-tease for security cameras, and urinate in garbage cans :).

    19. Re:Question... by swillden · · Score: 1

      "Why are you messing with *my* computer? I've got it just the way I like it!" Sorry. Pink fonts in Monotype Corsiva on a light blue background makes it tough for me to troubleshoot.

      Hehe. Glad you don't work for my company -- When the standard desktop was OS/2, I ran Win95. When the company migrated to Win95, I was already on Win98. Long before the company moved off of 95, I used Win2K. Last year the company moved to Win2K, but I've been running Debian for two years now. They're starting to deploy RedHat on some desktops, but I'm sticking with Debian for now. I'm thinking maybe there's a *BSD in my future.

      The machine may be the company's property, but it's *my* workspace, and I'll have it the way *I* want it.

      Of course, I don't want, need or get any technical support, and I keep my box patched up (trivial with Debian) and tightly firewalled.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    20. Re:Question... by freeweed · · Score: 1

      I've never seen a desk that stopped functioning when someone pasted a photograph to it.

      I have, however, seen applications that refuse to run when users change their Windows appearance too much. Tell me it's a bad application or bad OS all you want, but when the boss wants this installed and running yesterday, I can't go all OSS-rabid on him.

      And remember, a computer is just *slightly* more complicated than a desk or a chair.

      --
      Endless arguments over trivial contradictions in books written by ignorant savages to explain thunder in the dark.
    21. Re:Question... by mccrew · · Score: 1
      As an employee, it's not "your computer"

      Yes it is, it says so right up on that little icon there at the top.

      --
      Hey, Windows users, there is no such thing as "forward" slash, there is only slash and backslash.
    22. Re:Question... by Froobly · · Score: 1

      This isn't their user preferences. It's their *default* user preferences. The idea is that you set the defaults to something that will generally make people Happy, be they sysadmins or workstation users. If they don't like something, they can change it. By creating a good set of defaults, you reduce the amount of tinkering the end user will have to do.

    23. Re:Question... by kperrier · · Score: 2, Insightful

      I'm not advocating a total lockdown. But some simple constraints can enormously streamline admin time and user time - I've known many, many users who will spend hours mucking about with desktop colors/schemes, surfing for 'just that right' background image, etc. Yes, they should be fired for wasting time; if they stood around the water cooler that long they'd surely be noticed.

      I'd be interested in the feedback from admins who've worked at other LARGE corporations - I'm talking thousands of desktops here, not ten or twenty.


      I worked for Chase Bank a couple of years ago. We are talking about 50,000 desktops world wide. They were all the same and they all were locked down so the end user could not install software. They could set the wall paper to what they wanted, and play with the fonts, but, if I remember correctly, the end user could not get to the Appearance tab to change how things looked, or activate "Active Desktop" or change desktop icons, or mess with the monitor resolution.

      I have also worked for Amoco, before they merged with BP, and they were the same way. There was a standard desktop image and you could not change it. (Of course there are exceptions. If you are high enough on the org chart, the rules were bent/broken. Also if you were a friend of the admins, or were known to have a clue and not to call the admins unless there was a real problem that the clueful user could not fix.)

      The point is that, in most large companies, there is a standard desktop image and the end users are locked out of most options to change/install anything on the computer. The arguement that "its their environment, they have the right to make it as productive as possible" doesn't hold water when the new Dancing Baby screen saver comes out, and 5 (or 50 or 500 or 5000, etc) users download it, install it and it proceeds to crash their computer every 5 minutes. The added cost to the help desk to tell the (l)users to reboot and reimaging the machine because "uninstalling" the screen saver (this is an example, it could be any software) does not fix the problem, is huge.

      It is much easier for companies to take this approach up front when the user base is small then come in later, when the desktop count has grown from 10 to 50, and impose it after the fact. Have you tried to take root away from a developer after he/she has had it for months or years when you have been brought in to fix a problem? Once the genie is out of the bottle, you can stuff it back in, but you had better have the intestional fortitude, and the political pull, for the fight. It will be a long and hard one.

      Kent

    24. Re:Question... by kperrier · · Score: 1

      The machine may be the company's property, but it's *my* workspace, and I'll have it the way *I* want it.

      Of course, I don't want, need or get any technical support, and I keep my box patched up (trivial with Debian) and tightly firewalled.


      Hey, you are the kind of user *I* like. You know what you want and you do it. You also realize that you can shoot your own leg off and you accept the responsibility for that. I have no problem with you.

      I do have a problem with the other 98% of the user base that takes the gun, points it at their foot, pulls the trigger repeatedly, then screams that it is ITs fault. That is why we lock the desktop down.

      Kent

    25. Re:Question... by Havokmon · · Score: 1
      As an IT drone, it is not your job to dictate what background picture/colour I have. If having BIG white letters on a black background increases my productivity, you, on behalf of the company, should be happy, even though it means you'll get to spend a few more minutes with me in the event that I need some help.

      I still sort of think that way, but the KISS fan who decided to change his desktop colors to a black background with white text started changing my mind.

      He wasn't able to print from any custom apps. Of course when you ask the programmers, it's not a programming issue, it's a system issue.

      You know how long it took to figure that shit out?

      A lot more time/money than allowing users to customize is worth. "A few more minutes" my ass :/

      --
      "I can't give you a brain, so I'll give you a diploma" - The Great Oz (blatently stolen sig)
    26. Re:Question... by blixel · · Score: 1

      If they don't like something, they can change it.

      I guess you didn't read the parent post. He specifically says Make the installer NOT allow the user to change any of this

      So once all the *default* user preferences are set, he wants it so the end user can't change them.

    27. Re:Question... by DavittJPotter · · Score: 1

      And while I'm sure you thought you were being funny, your personal attack shows that basically, you're a fuck.

      --
      "If there's hope, it lies in the proles..."
  18. Re:Don't use Mozilla by child_of_mercy · · Score: 1

    well dude,

    you're running a very strange and different setup to the rest of the world.

    Ctrl+t opens a new tab BTW.

    Phoenix is the coolest thing since sliced bread in this small non-technical office.

    --
    'There is a Light that never goes out.'
  19. Web Browser Kiosk Build-Experience by VoidEngineer · · Score: 4, Informative

    Ah, I used to do something similar at the Department of Networking Services & Information Technologies, at the University of Chicago, were I used to work. Setup up webkiosks and the like for the campus.

    Your probably already know this, but I'll point out the obvious:

    1. Set up a Ghost server for yourself. Maybe even look at a copy of Alteris LabExpert.

    2. Backup often.

    3. Set yourself a timeline with mile markers. Give yourself a few months, so you don't pull out your hair or have a mental break down. Plan a reasonable project timeline, such as 3 months.

    4. Set up testing workstations. Get all of your networking issues out of the way before you start on Mozilla. TCP/IP or other protocol stacks should already be installed. All device drivers should already be installed.

    5. Take the list which you've already made, and make the changes to the box. When you get the change to work, backup the box with your image server. Keep detailed notes of what you've just accomplished.

    6. Repeat step 5 until all items are completed.

    7. When step 6 is completed, backup the workstation, diff the image if needed, and push it onto workstations of similar hardware configuration. Either package the image as an application (tar, zip), an application image (ZenWorks, Active Directory resource, Ghost, etc), or an operating system image (SMS, Alteris, Ghost).

    Once you get into the groove of the project, it'll go quickly.

    Sorry for stating the obvious, but you're talking about a fairly complex network engineering task. Don't expect it to happen next week or even next month. Just make sure you have an imaging server and that you take good notes, and the project will go fine.

  20. Some simple ideas. by The+Creator · · Score: 4, Interesting

    First install mozilla on one machine. Then obtain the source, find where the signal handler(i think that is what it is called) for the meny ithem edit->preferences is set and comment that out, compile. Now you should have a version of mozilla that the user cannot configure.

    Use the first installation(full version) to generate all the files that contain the settings you want for each machine. And copy them to each machine after installing the crippled mozilla on them.

    You should be able to achiave your goals like this, if each machine requires uniqe settings(email and such) then you have some work to do, but it should'nt be impossible.

    --

    FRA: STFU GTFO
    1. Re:Some simple ideas. by rmohr02 · · Score: 1
      Now you should have a version of mozilla that the user cannot configure.
      He said he wanted the defaults to be what he listed in the article, but he didn't say he wanted to keep the users from changing the settings around. Also, you can just get Preferential, QuickPrefs, or MultiZilla, and there's always editing prefs.js.
    2. Re:Some simple ideas. by farnsworth · · Score: 1

      mod the parent down. it's not answering the question asked, and it's totally wrong.

      --

      There aint no pancake so thin it doesn't have two sides.

    3. Re:Some simple ideas. by rfmobile · · Score: 1

      Nice idea except for the "recompile" part. The user interface for mozilla is defined in a set of JS and XUL text files. That's right - text files. No need to re-compile. Worst case is you have to update the JAR file for the chrome package from which the relevant UI piece came. You can use info-zip for that!

    4. Re:Some simple ideas. by BlueUnderwear · · Score: 2, Informative
      No need for recompilation. You can "lock" configuration settings easily using the mozilla.cfg file. Here's how to do it in 3 easy steps:
      1. Put the following line into C:\Program Files\mozilla.org\Mozilla\defaults\pref\all.js:
        pref("general.config.filename", "mozilla.cfg");
      2. Write a mozilla.cfg.txt file containing the config items that you want to lock:

        // Mozilla cfg file

        lockPref("browser.startup.homepage", "http://my.home.page/");
        lockPref("network.proxy.type", 2);
        lockPref("network.proxy.autoconfig_url", "http://intranet/~admin/proxy.pac");

        There is also use a defaultPref command for setting defaults that the user may change.

      3. Using the moz-byteshift.pl program, "encrypt" the file using an offset of 13, and put it into C:\Program Files\mozilla.org\Mozilla

      Check this page for more details.

      Granted, this is not foolproof (the user could use the same method as described here to change his settings), but you can make it difficult enough by making the mozilla.cfg file writeable only by the Administrator.

      --
      Say no to software patents.
  21. Re:How about the Client Customization Kit? by MetalHead666 · · Score: 1

    How about reading the article before committing yet another lame post? I find that eyes work well for that sort of thing...

    --

    "If you go to the next town, going across a desert is a shorter way." - Pu-Li-Ru-La (Taito)
  22. Re:Don't use Mozilla by nusuth · · Score: 1

    Comparing Phoenix 0.5 and Mozilla 1.2.1 w/o quick launch and considering memory use with blank pages only, Moz's tab handling is slightly better while Phoenix beats Moz at both base mem usage and memory per new browser windows.

    --

    Gentlemen, you can't fight in here, this is the War Room!

  23. lisez l'article by jpt.d · · Score: 1

    "I checked the CCK Project page at Mozilla.org -- it appears to be pretty inactive. I checked out the Netscape 7 CCK, which is pretty robust but doesn't do everything I want and it's proprietary -- plus, I don't want all the NS7 proprietary crap on my network. "

    --
    What we see depends on mainly what we look for. -- John Lubbock Now search for that bug slave!
    1. Re:lisez l'article by mike_sucks · · Score: 1

      Hmm, what didn't it do that you wanted?

      I used to play around with the CCK for 4.x when it first came out and I found I could remove the the proprietary crap easily enough. I'd also be suprised if you couldn't substitute Moz in instead of NS7 with the current CCK.

      /mike

      --
      -- "So, what's the deal with Auntie Gerschwitz et all?"
    2. Re:lisez l'article by lux55 · · Score: 1

      On the CCK project site, it's also saying they need more help, especially in the area of cross-platform support. Perhaps since the poster's network is multi-platform, he could help out with the necessary changes that might be missing (which could be big or small, but I'd be guessing to say) and with getting better cross-platform support in CCK. The benefit would very much be mutual, between himself and everyone else who might need CCK for the same purpose. Plus, for his volunteered efforts, I'm sure the other more experienced volunteers would be more than happy to throw him a line when he gets stuck along the way.

  24. tabbed browsing by timothy · · Score: 1

    Well,

    - tabbed browsing, and

    - type-ahead find

    - decent mail client built in (now with spam filtering, albeit early stages)

    - image blocking built in

    And nearly 100 other things that Mozilla has but IE does not.

    I complain when I'm stuck at a computer with nothing better than IE.

    However, since you're trolling, I'll stop here ;)

    timothy

    --
    jrnl: http://tinyurl.com/c2l8yr / foes: http://tinyurl.com/ckjno5
    1. Re:tabbed browsing by stevejsmith · · Score: 1

      You're talking about Opera, of course. ...right?

    2. Re:tabbed browsing by nickclarke · · Score: 1

      from the 100 thing mozilla can do but IE can't:

      Mozilla may be installed on any drive and at any location. It may installed on a network drive and run directly from there. In fact, it really doesn't have to be installed at all.

      Isn't this a possible solution for the story poster?
      Just put one copy for each OS on their network, and let the users run it from there?

  25. Re:Tip of the Week by Zebra_X · · Score: 1

    It is a web borwsing platform. Just as desktop applications are built on an operating system, so are web sites built on browsers. All browsers do NOT work in the same way. So one cannot expect that a web site will work in the same way on all browsers. I must fully support and agree with the previous suggestion.

  26. Easier transition... by hendridm · · Score: 2, Informative

    I like Phoenix because I'm forced to switch between browsers a lot (thanks to my job). All the shortcut keys are similar between IE and Phoenix (unlike Mozilla). Alt-D puts me in the address bar (Ctrl-L in Moz), Shift-Click opens in a new window, and best of all, Ctrl-Enter in the address bar, as you said, works just like in IE. The consistency is handy if you use two different browser at the same time (like havign IE at home and Phoenix at work, as I imagine many of your employees will have).

    1. Re:Easier transition... by pavera · · Score: 1

      this would be a good reason to use phoenix :)
      I agree with your points, when I first moved over to mozilla I would constantly hit ctrl+enter expecting the autocomplete, but anymore, I can't stand using IE, I need tabs, and the autocomplete functionality doesn't speed things up too much.
      of course, I've learned from this thread that alt+enter does what ctrl+enter does in mozilla, hmm so maybe I'll start using phoenix more, cause having both would be nice!

    2. Re:Easier transition... by pavera · · Score: 1

      right,
      so ctrl+alt+enter is great! haha! maybe I'm addicted to phoenix now!
      lol, how easily I'm pleased :)

    3. Re:Easier transition... by gnugnugnu · · Score: 2, Informative

      > Alt-D puts me in the address bar

      Mozilla 1.3a
      works like a charm.

      previously alt+d was taken by the debug menu but that has changed to 'Deb_ug' and now alt+d will put you where you want to go, right in the location bar.

      Ctrl click (instead of shift click) opens a new window in Mozilla.
      Middle click (or click with the mouse wheel) opens a new tab.
      Shift click is used for saving a link target.

      Internet explorer does not seem to do anything with Ctrl+Click, although i expect it has a different keybinding somewhere.

      guess it all depends on what you are used to.

    4. Re:Easier transition... by fucksl4shd0t · · Score: 2, Funny

      so ctrl+alt+enter is great! haha! maybe I'm addicted to phoenix now! lol, how easily I'm pleased :)

      If you love that, check out what ctl+alt+backspace does in mozilla.

      --
      Like what I said? You might like my music
  27. Re:then we are at an impasse by Zebra_X · · Score: 1

    I will be sure to enter you two in the Darwin awards.

  28. Re:How about the Client Customization Kit? by mike_sucks · · Score: 2, Informative

    What part of the article didn't I address? Sure the Google bit was a duplication, but that's how I came acroos the CCK in the first place.

    How about understanding what I posted? I find a brain works well for that sort of thing.

    /mike

    --
    -- "So, what's the deal with Auntie Gerschwitz et all?"
  29. Re:Tip of the Week by dameron · · Score: 2, Insightful

    I would expect the liability (not necessarily legal liability, but personal liability) would be far to great to standardize on IE. Would you install IE on 50 desktops if you knew your job was riding on IE's security and reliability.

    Also, for the poster, I'd just have someone do it. Burn all the installer files for whatever platforms you're supporting to a cd and carry it from station to stations. Or share it on a network and do a network install. You'd be surprised how fast you can do them all after you've got the first ten or so done. Seriously, a good tech could do this in an afternoon, or a day at most. Plus it's good for the soul.

    -dameron

  30. Re:Tip of the Week by 90XDoubleSide · · Score: 1

    He didn't say it was an OS, he said it was a platform, which is what the goal of the Mozilla project became at some point. I agree with this, but rather than keeping IE, I would say wait until Phoenix hits 1.0, and then deploy that.

    --
    "Reality is just a convenient measure of complexity" -Alvy Ray Smith
  31. Re:Don't use Mozilla by sweetooth · · Score: 1

    Except he wants all of the mozilla features, not just the browser. Did you even read the text?

  32. My Environment vs My Computer by bstadil · · Score: 1
    Small wonder most office workers hate system admins if that is the general attitude.

    Granted it's not the Information workers computer in the sense of ownership, but the Environment belongs to him/her.

    Being comfortable with your machine makes you more productive. Remember that your time is at the low end of the scale compared to most of the information workers you are employed to serve.

    --
    Help fight continental drift.
    1. Re:My Environment vs My Computer by h8macs · · Score: 3, Insightful

      An admin will develop a sort of possessiveness with their network. You may feel that you as a user spend more time with the computer than an admin, or in most cases recently, "the admin". Most users have no idea and can't comprehend the time that we actually spend working on the computers and networks.

      Even if we aren't working over night rolling out a new hosting server. If we are not cabling the building over the weekend. We still vigilantly carry a pager or some other device that gets computer and network monitoring alerts.

      You'd be shocked to know what some of the most inept computer doods know and can do.

      And one other thing, they (Systems Administrators, Database Administrators, Datacenter Techs, NOC Monitors ... and many other IT people you DON'T see) don't usually get thanks. Users tend to grumble that though they need help, the admin is causing them an inconvenience by showing up to help!

      Not our computers!? Well no, we don't own the company. Or do we!? We control every little tid-bit of data, if we don't than we are not doing our jobs. Its not just a job its a passion, and we do it well or we wouldn't still be helping our clients the users.

      Companies like our bodies don't function correctly if something is missing. In this analogy the sales department are the hands extending out. Marketing would be the mouth showing our perly whites. R&D obviously the brain.

      But where should we put IT, (using IT as an all encompassing term) I would have to say that IT makes up the nervous system (and spread the term back out as you see fit). I guess it's natural to have a few free radicals running around messing with your settings on your corporate workstation. And we haven't even mentioned the user/security issues.

      Perhaps you'd like to take a field day (cross matrix training thingie) and be a SysAdmins sounding board. He can ask you questions and you can give him the answers to all his problems!?

      My rant for the evening.

      Have you thanked your Systems Administrator lately!?

      --
      :-( --- argh. Despair, I owe again. :-b
  33. Re:Doing it with IE by npietraniec · · Score: 1

    Hm, that won't help him at all

  34. Re:Don't use Mozilla by bamse · · Score: 1

    One great thing about phoenix is that you DON'T have to use any keybord shortcuts, it's all in the wrist! Mouse gestures is faster, and ain't that hard to learn.

    I never use ctrl+t to open a new tab, I just hold my middle button and pull upwards!

  35. Re:I'll address this. by mike_sucks · · Score: 1

    Yeah, okay, you got me there. I guess I really do suck.

    What confuses me is why the postser asks "Is there something like a Mozilla Administration Kit" and then goes on to answer {his|her} own question. Turkey.

    /me goes and hides in a corner.

    --
    -- "So, what's the deal with Auntie Gerschwitz et all?"
  36. Cross Platform by VoidEngineer · · Score: 1

    Most of them do. They tend to be more file system dependent than OS dependent. Basically, they all just write 1s and 0s to a hard disk. The question is whether they have the right algorithm to write the 1s and 0s so that the OS can read it correctly.

    That, and the fact that most of them can actually handle an entire OS image.

    Of course, some solutions work better than others...

  37. Re:Don't use Mozilla by danthedanish · · Score: 1

    there isn't an option to ctrl+enter in the location bar to open a new tab, ctrl+enter in phoenix does the same as in IE (adds http://www. to the front and .com to the end of whatever is in the location bar) Alt + Enter in the location bar in Phoenix opens a new tab.

  38. Re:Tip of the Week by ncc74656 · · Score: 2, Insightful
    It is a web borwsing platform. Just as desktop applications are built on an operating system, so are web sites built on browsers.

    Real websites are built to standards, not on browsers that occasionally take liberties with those standards.

    So one cannot expect that a web site will work in the same way on all browsers.

    Why not? A site that works fine in $BROWSER_X but is a mess in $BROWSER_Y is a pretty sh*tty website. I'm not claiming that a site will render identically between two browsers...compare Mozilla for Win32 and Mozilla for Linux (the latter tends to choose font sizes that are too small). However, identical rendering isn't even the stated goal of HTML. (It's somewhat addressed by CSS, but even there you should expect some variability.) It is not at all unreasonable to expect a website to be functional when accessed with any browser. The path you'd take would only lead to further balkanization of the Web.

    --
    20 January 2017: the End of an Error.
  39. Re:Doing it with my friend's Mom.. by dameron · · Score: 1

    Ya I know, it isn't mozilla but she was kinda hot, and had really tasty yobes...

    First liquor her up good on Mickey's big mouths, they're so frothy, it's like you can taste old Milwaukee in the foam.

    Then put on some Floyd, or CCR, or whaterver you want. When she gets all hot take off her shirt. You can do it yourself or have her do it, then "push it out" to her. She'll do everything, even that little spinny thing ...

    Thte only thing that costs money in this solution is the Mickey's (if she doesn't have 'em in her fridge), other than that it's all free.

    Just as (-1 Offtopic) as the parent.

    -dameron

  40. Don't ignore the question by frankie · · Score: 4, Insightful
    * Install everything but Quality Feedback Agent
    * Disable Javascript and Plugins for Mail & News
    * Create an additional shortcut on the desktop and in quicklaunch that uses chrome/icons/mailnew.ico as it's source and points to 'mozilla.exe -mail'
    I would use its leaner & meaner cousin, Phoenix

    Knee, meet Jerk. Jerk, meet Knee. Apparently neither Vallon nor his 3 or 4 moderators bothered to read the freaking question. The IT guy specifically wants to use the mail client as well as the browser, and probably NNTP too.

    Just because Phoenix is small and 1337 doesn't mean it's the answer to world peace, minty fresh breath, or every question that contains the word "Mozilla".

  41. Re:Don't use Mozilla by justMichael · · Score: 1

    They changed the + functionality in I believe v0.4.

    But...

    + does what you are looking for.

    I stayed with v0.3 until I figured out that the functionality was still there and I just didn't know where it was anymore.

    Although I'm using Chimera now.

  42. Re:Doing it with my friend's Mom.. by t0qer · · Score: 1

    How is that offtopic? The things the guy is asking for just isn't availiable with mozilla without jumping hoops through source code. The submitter sounds like a sysadmin and not a coder and probably doesn't want to learn C++ to customize his browser.

    All I did was *suggested* that he gave it a try. It was ontopic despite what YOU think and judging from your past comments I think you just made that comment because of some deep felt M$ resentment.

    You should never let your personal opinions get in the way of getting a task accomplished unless there is a moral dilmena contained within the solution. Arguably there might be a moral dilema in using IEAK, but getting his solution deployed quickly might actually outweigh any moral obligations he might feel.

    As one COO put it to me once, it's just software, pick any of them.

  43. What's the Big Deal? by Fished · · Score: 1

    Just open mozilla.dmg, and drag Mozilla from the Mozilla 1.2 drive to the applications folder! (Just a gentle reminder that not everyone runs Windows. :)

    --
    "He who would learn astronomy, and other recondite arts, let him go elsewhere. " -- John Calvin, commenting on Genesis 1
  44. Win32 architecture solution... by MoThugz · · Score: 3, Interesting

    Being the M$ lowlife that I am, I can only recommend something for your rollout on Windows-based clients.

    I recommend using InstallRite by Epsilon Squared Inc. to automate installation of any application on multiple PCs with different hardware and software configurations.

    It's easy to use and the documentation is good, IMHO. A big plus is that it is Freeware. Checking it out might be beneficial to you.

    1. Re:Win32 architecture solution... by Anonymous Coward · · Score: 1, Informative

      there's a good website called http://appdeploy.com that covers this area.

  45. Re:Don't use Mozilla by justMichael · · Score: 1

    Damn it! you would think that if you select "Plain Text" it would replace the <>'s

    But then again, maybe that's what that preview button is for... ;)

    They changed the <CTRL>+<ENTER> functionality in I believe v0.4.

    But...

    <ALT>+<ENTER> does what you are looking for.

    I stayed with v0.3 until I figured out that the functionality was still there and I just didn't know where it was anymore.

    Although I'm using Chimera now.

  46. Re:Tip of the Week by rseuhs · · Score: 2, Insightful
    Essentially your (modded as insightful - shrug) post sais: "Use IE because it is from Microsoft"

    No other reasons are given.

    The FACT that applying the constant flow of security patches for IE is way harder and time consuming than using Mozilla doesn't seem important for you. IE is from Microsoft, go with IE. That's all what seems to matter to you.

    Also IE being integrated in Windows is kinda problematic. IE updates may affect the rest of the system - Mozilla is independent from Windows, therefore much better to control and maintain. On top of that, you can EASILY have as many different Mozilla installations on your PC. (which can be useful on upgrading - if you don't want to take any risks just add the new version instead of replacing the old version). Also you can also downgrade Mozilla, but last time I checked, the only way to downgrade IE is to reinstall Windows... Mozilla is easier to integrate and support than IE and upgrading is much safer.

    And most importantly, Mozilla does not chain you to a vendor. Microsoft may raise license prices anytime - again. It happened before, it can happen again.

  47. Stick with Moz not Phoenix by Anonymous Coward · · Score: 4, Informative

    Phoenix development has died. Hyatt is now working on Safaria full time(he couldn't be happier), Blake(high schooler busy with getting ready for college) is MIA and Asa as usual doesn't comment on such things even when they seem grim. It looks like Phoenix as a project is dying/dead. No work has been done on Phoenix since December, and a critical bug has prevented anyone from using themes/extensions with new nightly versions since 12/28. This most basic bug pretty much shows the state of the project and how the developers involved have either a)lost interest or b) simply moved on. I know Blake had talked how eventually even he would get bored and move on(let any dev would), but it would have been nice if he had at least given some sort of warning.

    Also the Mozilla development staff has been axed as well, so it too has slowed down at a very critical time when there have been a ton of regressions.

    I'm a big fan of Mozilla(its all I use), so I hate to say these things which some people will undoubtably call FUD. But its not FUD and if you follow the project closely you'll know I'm not making this stuff up. Right now Mozilla is going through a very tough time and I really hope some new blood can come in to save it.

    You'll excuse me for being a coward and not signing my name, but sorry that the way this has to be.

    1. Re:Stick with Moz not Phoenix by OnlyRB · · Score: 1
      Can somebody mod the parent up? Exactly my impressions, but he knows more than me.

      Although: ...at a very critical time when there have been a ton of regressions. Well, the same developers caused the regressions in the first place...

    2. Re:Stick with Moz not Phoenix by dytin · · Score: 1

      Do you have any links to back anything up?

    3. Re:Stick with Moz not Phoenix by Anonymous Coward · · Score: 1, Informative

      Your not going to like to hear this, but you would need to know the people involved. Basically checkins by the people who made Phoenix what it is toady have stopped. If you don't believe me, feel free to do a querey at bugzilla. There has been a total blackout in both communication and checkins by the major Phoenix developers. Sorry I don't have a nice trail of links for you to follow, but suffice to say if you've been following this project closely right now Alarm bells are going off.
      You can see that some of the end-users are just now starting to see what I've known for just a little longer then them.
      http://www.mozillazine.org/forums/viewtopic .php?t= 4653

      Let me say one thing. Phoenix may not be offcially "dead", but momentum has completely died and without new blood Phoenix will bit rot.

      Also just FYI I'm actually a bit more concerned about Mozilla(Phoenix doesn't really "matter"). But I'm not going to start waves of panic about it because I do cherish the project.

    4. Re:Stick with Moz not Phoenix by SoupIsGoodFood_42 · · Score: 1

      If that's true, then it's a shame because IMHO, Phoenix is the only thing that could bring Mozilla/Gecko into the mainstream (Netscape doesn't count, since it's commercialised). I was starting to use Phoenix quite a bit, I was thinking of replacing IE with it! But there still a few small things that I was waiting on. That would never happen with Mozilla, because I can't stand it at all.
      I hope someone picks the project up again, because if they don't, I doubt I'll be using any Gecko based browser again, and that's also a shame because it's better than IE's rendering engine, and IE will never give people the feature set they want.

  48. Re:Doing it with IE by NineNine · · Score: 1

    It's not Mozilla, but it's sure as shit a good comparison, and it'll come in handy when this guy realizes that Mozilla is too much of a risk and a pain in the ass. If I had mod points, I'd mod up the parent.

    Oh yeah, and about those mod points... karma is irrelevant on /. It's all about how much of an OSS zealot you are. Nice "community", huh?

  49. *These machines are not for your display of power* by Kjella · · Score: 4, Insightful

    As an employee, it's not "your computer". It's the property of the company. I wish more end users would remember that. "Why are you messing with *my* computer? I've got it just the way I like it!" Sorry. Pink fonts in Monotype Corsiva on a light blue background makes it tough for me to troubleshoot. Don't put your kid's picture up as wallpaper (less of a gripe, I don't really care, but give an inch...). Don't install the "little program" you brought from home.

    Those machines are also not there for the IT staff to use for some kind of power trip. Those machines are there to provide value to the company, which they presumably do when the users are working on them, not you. If the customizations they do make them work more effectively (translation: more motivated), that is good for the company. Certainly if they install viruses and stuff that creates trouble you need to take action, but the whining about text and background images is pathetic.

    Somehow I thought that kind of tayloristic management (your desktop will show in 0.04 seconds faster if you don't have a background image) became almost extinct long ago. If you treat people like machines, they also react very cynical - and do as little work as possible without getting fired. Since there's an economic downturn I guess people will stick around - but if all your best men leave when it starts going up, I can't say I'm surprised. I wouldn't want to stick around at least...

    Kjella

    --
    Live today, because you never know what tomorrow brings
  50. Re:Don't use Mozilla by pavera · · Score: 1

    I really doubt mouse gestures are faster, because I like to keep my hands on the keyboard always, I don't normally have a hand on the mouse... moving my hand over to the mouse and back again is much slower than a 2 key combination..

  51. Re:Don't use Mozilla by Jucius+Maximus · · Score: 1

    I also have issues with Phoenix. I do find that the load time is much improved compared to mozilla, but essential XUL improvements like multizilla, optimoz and bannerblind never install properly. The UI elements never appear and they never function even though the installer says that they were successful. What gives?

  52. Re:Tip of the Week by dillon_rinker · · Score: 1

    The FACT that installing Mozilla on Windows means installing "the constant flow of security patches" for both IE and Mozilla is way harder and time consuming than installing them for IE alone. IE is integrated deeply enough into Windows that it must be treated like part of the OS.

    "IE updates may affect the rest of the system" - yeah, like eliminating security holes. You HAVE to patch IE if you are running Windows. Using Mozilla doesn't change that - it just adds to what you have to patch. Granted - a bug in Mozilla is probably not a security hole, but using Mozilla does not reduce the number of patches you have to apply.

    Support wise - it's easier to support one browser than two, and if you can FORCE employees not to use IE, then yeah, supporting (ie helping people use) Mozilla might be easier.

    This is a pragmatic viewpoint, of course. In principle, IE + Windows should be tossed on the scrapheap, but that's a post for another day.

  53. Re:Are you out of your fucking mind? by ealar+dlanvuli · · Score: 1

    Seriously, are you just a troll?

    I don't understand you sometimes.

    --
    I live in a giant bucket.
  54. Did someone say... by MattCohn.com · · Score: 1, Offtopic

    OPERA?!?! Here's another chance to plug my favorate browser...

    The Opera Composer allows sysadmins such as yourself to make a custom installer with almost all the features you wanted. That, and you get pretty much everything you need with the newest Opera 7 (MUCH better CSS and general everything complience).

    Try it out, you might just want Opera instead of Mozilla.

  55. Good point! by iamacat · · Score: 4, Funny
    As an employee, it's not your network. I wish more system administrators would remember that. "Why are you messing with *my* data center? I've got it just the way I like it". Sorry. SSH and VNC are SECURITY HOLES. Any HACKER can DOWNLOAD the source code ON THE INTERNET and BREAK IN. Microsoft spent millions of dollars and countless man-hours designing remote administation tools. Just keep a cart with a keyboard and monitor, connect it to the server in the rack that stops responding and click Ok on that message box. Also, If I find any non-approved scripting language like Perl, it (and you) are gone. Microsoft already has batch files and you have no reason to muck around.



    What, you just said you are going to use Mozilla? You will trust our company security to some FREEWARE when Microsoft has made security the company's first priority for the whole year??? Right here I have a resume of a Visual Basic programmer who wants to migrate our e-commerce server to IIS, SQL server and server-side VBSCript, using Microsoft passport security architecture. I think I would give him a call. Certainly PROPRIETORY SOFTWARE is better than all the FREE-WARE you installed on our network...

    1. Re:Good point! by user+no.+590291 · · Score: 1

      Sadly enough, I had to read that twice before I realized it was satire. Nicely said!

  56. Wrong suggestion... by OnlyRB · · Score: 2, Insightful
    ... considering what the submitter wants:
    • Stability for a production environment, which Moz 1.2.1 has. Phoenix is still alpha, and not very actively developed at the moment. Seems the developers have other things on their minds (safaris, schools ...)
    • He has a mixed environment. He may have architectures which Phoenix does not support (it is MS Windows and Linux/Intel only.)
    • All components, in particular Mail & News. Phoenix is browser only.
    Mozilla 1.2.1 seems a good choice to me, maybe 1.3a or a carefully chosen nightly could be considered.
  57. Ask Ben over a Beonex.com by BroadbandBradley · · Score: 3, Interesting

    Beonex is a consulting company working on this very issue. They have the start of roaming profile support working in mozilla, and create thier own browser Beonex communicator for this purpose.
    Check out this bug on bugzilla where the start of roaming profile code exists for your compiling and testing pleasure. roaming profile setup IMHO is the way to go if folks use at different machines at different times. Outside of what's in the works...for now, I'd manually configure one for each platform and copy the folder over. Several different XPI's can be rolled into one, but it does take some hacking skills.
    Later this year, Hopefully, roaming will be up and running in Mozilla and with that bwill likely come some nice deployment tools.

    1. Re:Ask Ben over a Beonex.com by axxackall · · Score: 1

      I wonder what's happened to original implementation of roaming profiles of Netscape Communicator?

      --

      Less is more !
    2. Re:Ask Ben over a Beonex.com by Malcontent · · Score: 1

      Netscape probably owns the code. IIRC it required an ldap server. It sure would be nice to get it back though, so many people have laptops that it would be Yet Another Thing Mozilla Can Do That IE Can't.

      --

      War is necrophilia.

    3. Re:Ask Ben over a Beonex.com by Erik+Fish · · Score: 1

      Thank you! This may be exactly what I've been looking for.

  58. This may or may not be helpful by oooga · · Score: 1

    At my high school they serve Mozilla across the network. It seems to work pretty well, and they control the things that you seem to want control over. Sorry I can't provide more technical details; my experience with the system pretty much extends to trying to get past the swear-word censorware. Anyway, server-side deployment might be something to look into.

    --
    -- Nerds on toast in the new millenium
  59. Re:Doing it with my friend's Mom.. by Malcontent · · Score: 1

    "The things the guy is asking for just isn't availiable with mozilla without jumping hoops through source code."

    Liar. It certainly is possible to do it without messing with code.

    "Arguably there might be a moral dilema in using IEAK, but getting his solution deployed quickly might actually outweigh any moral obligations he might feel."

    If you are able to sell your moral convictions then you never had them in the first place.

    --

    War is necrophilia.

  60. Why do you need to do this? by Billly+Gates · · Score: 3, Insightful
    *Here comes the flames (gulp)

    If all your users use Windows then why do you need to switch them? I am using mozilla to type this and its a great browser but alot of websites send my "connection refused" errors because I do not use IE. It takes alot of man hours and hassle to upgrade all the users not to mention can cause complaints if your users recieve the same error messages that I do on a few sites.

    I know Microsoft is a bully and want to prevent users from switching since IE is free and comes standard with every computer, but there really is inertia that locks people in.

    You have to ask yourself time is it really worth it to switch them? And also what benefits will it bring to your organization.

    1. Re:Why do you need to do this? by C0vardeAn0nim0 · · Score: 1

      he'll have a lot less headaches and concerns in terms of security. mozilla HAS an option to turn off execution of scripts in e-mail and is less prone to security flaws in general than IE/Outlook.

      the hassles with pages not opening are worth it. believe me.

      --
      What ? Me, worry ?
    2. Re:Why do you need to do this? by NineNine · · Score: 1

      In what way does Outlook's settings have anything to do with IE? Who says they *are* using Outlook? Any security concerns would come from people doing some serious porn browsing on company time. Not likely. You're talking about a security problem IF a person visits one of 2 specially created websites to exploit a hole which is probably already patched with auto-update vs. a browser which doesn't render, say, an internal company app wrongly, causing it to have to be re-written. Hmmm... Call me nuts, but I'd stick with IE.

    3. Re:Why do you need to do this? by vrmlguy · · Score: 1
      In what way does Outlook's settings have anything to do with IE?

      Outlook uses IE to render HTML-encoded internet email, for starters. Also, the "desktop" that Outlook displays when it starts is an HTML file. Outlook and IE are heavily intertwined. Check MSDN for details.

      --
      Nothing for 6-digit uids?
    4. Re:Why do you need to do this? by Blackknight · · Score: 1

      Why would it render it wrong? Mozilla has never had a problem rendering any properly coded site for me.

    5. Re:Why do you need to do this? by mccrew · · Score: 3, Insightful
      Mozilla has never had a problem rendering any properly coded site for me. [Emphasis added]

      It always rubs me the wrong way when geeks here on slashdot argue how perfect the world would be if all the hack web authors wrote "properly coded" websites. It is just a undeniable reality that the web is chock full of wrongly-coded, badly-coded, intentionally-broken code, and it is important that any browser degrade gracefully under such circumstances[, at which Mozilla does a very respectable job].

      Sitting back in a chair and ruminating about "properly coded" sites is not an option.

      More on topic, I think that it is a huge mistake if the original poster forces his [ahem, non-standard] choice on the unsuspecting users. As IE is already installed on all Windows desktops already, and since all websites are written with IE as the target, he is setting himself up for a rude awakening.

      --
      Hey, Windows users, there is no such thing as "forward" slash, there is only slash and backslash.
    6. Re:Why do you need to do this? by fucksl4shd0t · · Score: 1

      I'm replying to your sig for the only reason that I've just finished watching all of the red dwarf episodes. :)

      I read on this site that there was once upon a time a movie in the making.

      --
      Like what I said? You might like my music
    7. Re:Why do you need to do this? by Malcontent · · Score: 1

      " It is just a undeniable reality that the web is chock full of wrongly-coded, badly-coded, intentionally-broken code, and it is important that any browser degrade gracefully under such circumstances[, at which Mozilla does a very respectable job]."

      The web will continue to be filled with crappy HTML until enough people stop using IE.

      "As IE is already installed on all Windows desktops already, and since all websites are written with IE as the target, he is setting himself up for a rude awakening."

      This does not jibe with my experience. Maybe one or two percent of the web sites I ever visit don't work with mozilla. I just skip them, if the guy who wrote the website is that much of a moron there can't possibly be anything valuable at that web site.

      --

      War is necrophilia.

    8. Re:Why do you need to do this? by buchanmilne · · Score: 3, Insightful

      Sitting back in a chair and ruminating about "properly coded" sites is not an option.

      Yeah, some people take the only option that will help reduce the number of non-standards-complian sites, and that's increasing the number of non-MS browsers. What are you doing about the situation?

      Our users like mozilla (after they have used it for a while and see how much better it is). Why should they have to use something else to access a website?

      More on topic, I think that it is a huge mistake if the original poster forces his [ahem, non-standard] choice on the unsuspecting users. As IE is already installed on all Windows desktops already, and since all websites are written with IE as the target, he is setting himself up for a rude awakening.

      How so? Since IE is *still* on the desktops, the users can use IE if they get to a site that sucks. And they can do the evangelisation.

      Remember that supporting IE has it's own headaches (security vulnerabilities go unfixed for months). It's the admin's choice what he wants to support, unless management has directed what to use, which normally isn't the case in small companies (since management doesn't know enough to choose).

    9. Re:Why do you need to do this? by C0vardeAn0nim0 · · Score: 1

      it have to do with IE in the following ways:

      - it's usually the application IE opens when you click in a "mailto:" link;
      - it's the application IE opens when you click in the e-mail button in IE's toolbar;
      - outlook embeds IE to read HTML mail;
      - outlook express uses default IE network settings;

      should I continue ?

      mozilla's mail app obviously uses Gecko (the rendering engine over wich the software is built) to render e-mail too, but at least it have an option to disable any scripting capability before rendering e-mail. It also doesn't execute binary code, it doesn't even give you the option to do so, it only opens the directory where you saved the binary and YOU have to execute the code.

      there's lots of other advantages in using mozilla in terms of usability, security and performance.

      --
      What ? Me, worry ?
    10. Re:Why do you need to do this? by treat · · Score: 1
      Maybe one or two percent of the web sites I ever visit don't work with mozilla. I just skip them,

      Exactly, about 1-2%. Now multiply this by hundreds of users and you have multiple times per day that someone hits a site that Mozilla won't work with Mozilla.

    11. Re:Why do you need to do this? by DrXym · · Score: 1
      Sorry, but Mozilla does a wonderful job on the internet. It copes with bad pages extremely well and I agree that it would suck if it didn't, but fortunately a lot of effort has gone into quirks mode.


      I say that as someone who uses it all day with rarely an issue. I do run across the rare site that doesn't work, such as those relying on ActiveX, but the biggest problem is sites that look at the user agent string and point blank refuse to proceed.


      Mozilla is an excellent choice for deployment in large organizations. It is possible to customize it in numerous ways, is easy to deploy, runs unchanged on various versions of Win32, doesn't replace system DLLs and is *much* less of a security headache than IE / Outlook (Express). Personally if I were an admin I would be sorely tempted to dump IE and Outlook altogether on this last point alone.

    12. Re:Why do you need to do this? by p24t · · Score: 1

      I don't recall him saying that he was using MS Windows exclusively. Yes, IE is installed with Windows. Yes, its more than sufficient for most user's needs. But if he wants something that users will be comfortable across multiple systems, he's not going to be able to use IE unless its a Windows (or perhaps Mac) box. But he will be able to use Mozilla browser, mail, news, etc. across any computer he has. Sometimes standardization can be good, especially if users don't want to learn anything other than they need. (usually a good plan anyway)

      Not to mention, he may have other needs for Mozilla. Perhaps their company site runs better with Moz. Maybe they need Moz for testing websites. Not everything that 'works' in IE works in Moz, and vice versa. Perhaps the users requested Mozilla, due to some of its features, like the tabbed browsing. (I recall a mention of that) Personally, I hate having to be at work without my tabs or mouse gestures.

      The question was not "How can I get rid of the MS garbage," but how to install Mozilla easily. They may still like & use IE.

    13. Re:Why do you need to do this? by mccrew · · Score: 1
      The web will continue to be filled with crappy HTML until enough people stop using IE.

      Well, I'll agree with you for the first part, "The web will continue to be filled with crappy HTML," but I don't buy the cause-and-effect that you are putting forth. Crappy HTML exists for a myriad of reasons, and my experience is that the user using IE is not a direct cause of an author writing bad markup.

      As for IE on the desktop, I will certainly concede buchanmilne's point above aboutIE requiring a never-ending parade of security patches. That's just life in the Windows world.

      The point I am more focused on is that there is a real management and maintainence cost that comes with making this choice, most of which will occur long after the enthusiastic Mozilla boosters have moved on. As a loyal Galeon (Linux) and Crazy Browser (Windows) user, I certainly don't need to be convinced that other browsers are better for a lot of people.

      But you have to realize that 80% of the cost of software is in the ongoing maintainence, and there are a lot of people in organizations at all levels who are familiar with IE, have "dummies" books, etc. There is a real cost that an organization will incur when the initial enthusiastic boosters roll out their alternative browser, and eventually move on. Who will provide support then? Who will push out new releases and bug fixes? While we here in Slashdot Land turn our nose up at IE, the basic instability and constant fixes needed have resulted in some very useful tools for managing the long-term costs. Windows update comes to mind.

      We have a hard time acknowledging reality here sometimes, and the reality is that the browser wars have been settled - IE, like it or not, is the default choice due to it being bundled with every copy of Windows, the default desktop environment. People know it, expect it, and have become accustomed to its behavior. It is the leader, and so if we expect IE users to adopt Moz-derived browsers, then we have to make it easy for the users.

      We also have a very hard time here acknowledging what is most important in a browser. The geeks here will crow about how "standards compliant", and start dropping three-letter acronyms XML, XUL, W3C, and so on, and go on about this or that techno feature. I would propose that the most important thing is that it be as useful as possible to non-technical end users.

      This is where Microsoft does a good job. They focus on usability (and not security, to be sure). IE was helped out in the battle for the desktop by it being bundled, but by the 4.0 generation, it was just a whole lot better experience for the end user.

      That's why it grates me to hear the original comment about "properly coded" websites. HTML was never designed to have to pass through a compiler or verifier before being deployed, so the problem is designed-in. Improperly coded websites exist, get over it. Changing everyone to [insert client of choice here] will never change this fact.

      --
      Hey, Windows users, there is no such thing as "forward" slash, there is only slash and backslash.
    14. Re:Why do you need to do this? by NineNine · · Score: 1

      The web will continue to be filled with crappy HTML until enough people stop using IE.

      I don't think that there's any relationship there, but if there is, don't hold your breath. The "browser wars" have been over for years. You're more likely to see BETA make a comeback in the video world then see "enough people stop using IE". You're justfighting windmills.

    15. Re:Why do you need to do this? by Blackknight · · Score: 1

      Would you apply the same logic to source code? Should a C compiler "degrade" itself to compile busted C code? Of course not.

      There is an html standard for a reason. Use it.

  61. use Mozilla by oogoliegoogolie · · Score: 1

    Exactly! WTF exactly is wrong with Mozilla? I tried phoenix and got the same results:mozilla loads in 4 secs, phoenix loads in 3-big fat hairy wet whoop-de-doo. Rendering isn't noticably faster either. When you have a system with 256 or 512 MB of RAM whether an app uses 20 or 26 MB is academic. I just don't know what the big deal is.

    1. Re:use Mozilla by Spruce+Moose · · Score: 1

      I installed Phoenix for my Mum. She has a 150MHz AMD with 64MB or RAM and it works extremely well.

      This machine is so slow that netscape 4 has trouble!

    2. Re:use Mozilla by Ozymandias_KoK · · Score: 1

      Netscape 4 always has trouble. It's because it's a piece of shit.

  62. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  63. Re:Are you out of your fucking mind? by cscx · · Score: 1

    The best part is when he suggested "walking from station to station."

  64. But.... by hswerdfe · · Score: 3, Funny

    No it is! My Computer....it tells me so.
    Just look in the "Top-Left" corner of the screen.

    You will find a picture of a computer and it says "My Computer".

    Therefor it is. My Computer!...

    --
    --meh--
    1. Re:But.... by Enigma2175 · · Score: 1
      You will find a picture of a computer and it says "My Computer". Therefor it is. My Computer!...

      Yes, but the software does not belong to you. You merely have a license to use it. The software belongs to Bill Gates so it should really say "Bill's Computer".

      --

      Enigma

    2. Re:But.... by kperrier · · Score: 1

      No it is! My Computer....it tells me so.
      Just look in the "Top-Left" corner of the screen.

      You will find a picture of a computer and it says "My Computer".

      Therefor it is. My Computer!...


      That's funny. I just looked, and its not my computer! Its My Documents.... :)

      Kent

  65. Re:Tip of the Week by GlassUser · · Score: 1

    Actually operating systems are built on standards too. But thanks to ncc74656 for slapping you around with a cluestick on the larger issue.

  66. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  67. Rolling out Mozilla for the whole org? by Call+Me+Black+Cloud · · Score: 1

    Then you're sure to stay non-profit, especially with such a control freak as a sysadmin.

    BTW, using "google" as a verb does not make you cool, nor does it make you a better sysadmin. Speaking proper english, however, will make you appear more intelligent, even if you're not.

    1. Re:Rolling out Mozilla for the whole org? by fucksl4shd0t · · Score: 1

      Speaking proper english

      Ok, you asked for it. :)

      non-profit, especially

      A comma doesn't belong here even though you normally pause when you're speaking this.

      BTW,

      This acronym probably is not proper english.

      intelligent, even

      A comma doesn't belong here either. Sorry.

      even if you're not.

      Even if you're not--what? I believe that's a dangling participle, although I could definitely be wrong here. :)

      Disclaimer: I don't claim to use good english all the time. In fact, I specifically don't use good english all the time, and it's a matter of design. Neither do I demand that other people use proper english. Lead, others will follow.

      --
      Like what I said? You might like my music
    2. Re:Rolling out Mozilla for the whole org? by Daengbo · · Score: 1

      Wrong on all three. Go back to English 101. Do not pass go.

  68. I'd do a centralized installation and use X by Trolling4Dollars · · Score: 2, Interesting

    Assuming you are a UNIX/Linux environment:

    Server-side:
    I would set up the needed configuration(s) on one server. Then I would set up a group of "Terminal Servers" that use NFS to mount the custom config(s) and needed binaries on the first server.

    Client-side:
    Set up all the clients to allow connections to display :0 from one of the "Terminal Servers". Set up ssh with authorization keys to avoid the need for passwords, then use ssh to remotely execute Mozilla:

    ssh "mozilla --display=client-ip:0"

    This command could be set up as an icon on the gnome-panel so the user only needs to click on a button to launch Mozilla.

    Just a few ideas anyway...

    1. Re:I'd do a centralized installation and use X by BlueUnderwear · · Score: 2, Informative
      In the LLL project, we started out like this: netscape running on one of 3 "compute servers" (running Linux), displayed on the client workstations (running Windows) using the low-cost xwin32 servers.

      However, eventually we gave up on this setup due to bandwidth considerations: it takes a much higher bandwidth to send X commands (containing uncompressed bitmaps) over the network, than it does to send html, gifs and jpegs. So, eventually, we moved to a solution where the browser runs natively on Windows (first netscape, now mozilla), and the Linux box does only the squid caching (for better usage of our WAN connectivity) and file serving (for roaming profiles).

      (Of course, the Linux box does lots of other stuff as well (print serving, web server, firewall, user administration, udpcast server, ...), but these are unrelated to the browser issue that we are discussing here ;-) )

      --
      Say no to software patents.
    2. Re:I'd do a centralized installation and use X by Trolling4Dollars · · Score: 1

      I think there are two reasons why people avoid X solutions:

      1. They don't have a UNIX environment on the dekstops.

      2. They don't know how to properly use X.

      In the first case, I would recommend Cygwin's XFree86 Test servers for Windows. One of the latest builds allows rootless mode on a Windows desktop which would make the browser appear to run on the user's desktop. Combined with a theme that resembles Luna or the original Win2K look, the clients shouldn't be able to tell the difference.

      The second problem is a little harder to deal with. Unfortunately, X is a little confusing for people not entires familiar with it. The fact that the "server" runs on the client end and the "clients" run on the server end is a very odd proposition. A lot of people also don't seem to be aware of the possibilities of remote execution with X. There is a lot of talk about it, but I don't think people use it in creative ways because they don't understand how to do that.

      For this mozilla deployment, X is a natural since it allows for easy centralized management instead of running to each desktop. It's more secure since you can control access to the application servers and the users have no ability to reconfigure the browser since they only have access to the browser on the server and no editing tools. Even better is carrying all this over SSH. The traffic is encrypted and can be compressed. Making this VERY transparent to the user is extremely easy. But you will have to understand X first, which is understanably confusing to a lot of people. It took me a good two years to really understand and start using the power of X.

  69. Due Diligence, SOP, Corporate Compliance by charnov · · Score: 1

    The control of the desktop is core to many things in the enterprise. Companies are legally and financially responsible for everything that happens on, comes from, or comes into that PC in your cube. Because of this (and a litigeous society), the end user has no rights to his PC at all (in fact the end user has quite a few responsibilities).

    Some graphic examples: employee ignores warnings of the day and opens that attachment (Code Red infection, firings, two lawsuits), employees (almost 100) keep installing Gator and webshots (eating bandwidth, causing security violations to HIPAA, etc.) so company switches to Citrix based desktops and thin clients, employees install unlicensed software and during Microsoft audit is discovered (loss of government contract, lots of firings, one federal arrest, lots and lots of fines, bankrupt business), etc.

    So this is a very big deal.

    --
    [RIAA] says its concern is artists. That's true, in just the sense that a cattle rancher is concerned about its cattle.
    1. Re:Due Diligence, SOP, Corporate Compliance by iamacat · · Score: 1
      Ok, I eat my hat. I'll gladly let the sysadmin restrict my freedom by preventing Code Red from reaching my mailbox. Or configuring firewall to block obnoxious ActiveX controls and the servers to which they connect. I'll even buy him a beer. Just as long as they stay away from my background pictures and pink on blue (well actually green on black) color theme. I do hope that the firings mentioned were of the people who deployed Outlook Express but not antivirus software.

      The software audit though - it's impossible for a human being to stop being one at work and possibly hurt the company. What we need is an operating system that clearly separates company's applications and data from personal stuff. Say, personal applications are installed in the private home directory and the whole directory is encrypted with user's password. For a change, Microsoft might actually be the leader here with XP's NTFS encryption. Seems it will be good for everyone. Company will be freed from the responsability for the stuff they can't possibly see. And the user will be sure that his or her stash of warez^H^H^H^H^Hpersonal software will be safe during audit.

      One thing I don't understand is how Microsoft proves that the software is unlicensed strongly enough to get someone arrested. What if I just copied all my software to DVD-Rs and threw away the original CDs? What if someone else stole my CD keys? I just hope, now that I switched to MacOSX, that Apple will be satisfied by me spending money on licensed hardware.

    2. Re:Due Diligence, SOP, Corporate Compliance by charnov · · Score: 1

      They were using MetaFrame to push apps (as Citrix is supposed to do). Sorry if it sounded confusing. The idea was that we replaced the desktops with thin clients (we called them etch-a-sketches...heh), and the employess were given accessd to the network deployed apps they were supposed to have. The benefits were that the machines were virtually uncrashable (embedded thin-clients), the OS is virtually uncrashable (If one citrix instance craps out, another is spawned and little work is lost), anyone can get to their specific resources from anywhere in the system. I wish I knew more about Citrix, I was stunned at the flexibility.

      --
      [RIAA] says its concern is artists. That's true, in just the sense that a cattle rancher is concerned about its cattle.
  70. cfengine? by wayland · · Score: 2, Informative

    I'd be using cfengine (or something similar) to manage something that size. cfengine claims to be able to deal with Windows NT as well as Unix. I only discovered it a few months ago, so I'm still in the planning stages for our network (which is all Unix anyway), but hopefully something like that will be useful.

    http://pikt.uchicago.edu/pikt/other.html

    Then again, cfengine might take a while to roll out :).

  71. Re:but... by TeraCo · · Score: 1

    Yeah, and people weren't rolling out the early IE's in the corporate world either, the first IE I saw in the corporate/acadaemic world was IE4. Before that it was Netscape.

    --
    Not Meta-modding due to apathy.
  72. Only on Slashdot... by jmagar.com · · Score: 3, Insightful

    The question has interesting aspects where it relates to software management on the desktop. But it falls terribly short on reason. Why would you replace the user's prefered browser with your idea of what is right? Some may already have Moz on the desk, but I bet most will hate you for replacing IE. Have you nothing better to do than push out a browser (and IMHO a bad one) to the desktop? Surely there are more pressing issues for your IT shop to address.

    1. Re:Only on Slashdot... by GuruJ · · Score: 1

      Why?

      Mozilla has (so far) been subject to 25 security bugs. Of these, only 3 were 'arbitrary code execution' of which 2 were either the fault of Microsoft apps or supporting libraries (PNG corruption etc).

      Internet Explorer has been subject to multiple, critical bugs that compromise the integrity of your entire system, bypassing all firewall boundaries (unless you're planning on blocking HTTP). Furthermore, exploits for many of these bugs are well-known and published.

      Surely any security-conscious IT manager would have to consider the merits of putting Mozilla on the desktop as a browser.

      --
      -- Askari: Give JavaScript the bird.
    2. Re:Only on Slashdot... by cornice · · Score: 2, Interesting

      It's all about security. I let my boss know whenever a major security patch came out for IE or Outlook. I then let him know whenever a major worm made headlines. Sure we have scanners and sure we catch just about everything (that we know of) but you would be amazed at how creative users can be. I think my boss saw one too many private e-mails or Word docs sent by worms. Anyway, after a while I was required to switch. Users can use IE but are asked to use it only for specific tasks. Sure we have exposure using Mozilla but it's not wide open by default.

    3. Re:Only on Slashdot... by JonToycrafter · · Score: 1

      This is a good sentiment, but unfortunately in reality it wouldn't matter. Most of the system-critical IE bugs are in MSHTML.DLL, and that's a file that lots and lots of Windows programs use to add Internet objects to their software. Most notably, Outlook does, as well as MAS90, Raiser's Edge 7, Peachtree Complete, and a number of other programs likely to be found at a 50-person non-profit. Replacing IE as the default browser offers minimal protection - Outlook is by far the most common vector for MSHTML.DLL exploits.
      To me, replacing IE with Mozilla has its benefits, but security isn't one of them, nor is being able to avoid patching IE every time a critical update comes out (which, as you pointed out, is ALL THE TIME) :(

  73. Re:Doing it with my friend's Mom.. by dameron · · Score: 1

    Well, I was aiming at being funny, but I gues0s you missed that. It -is- offtopic and insulting to assume that the original poster would care to listen to suggestions for what he -might- decide to do. Let's assume he's the professional he claims to be, and has the authority from his organization to pursue the path he's on.

    He's made his decision, and from his specifics about his Mozilla config it's clear he and his company have spent a lot of time planning the migration. There are plenty of people here who are willing to help him do what he wants to do.

    You should never let your personal opinions get in the way of getting a task accomplished unless there is a moral dilmena contained within the solution..

    Hrmmm. We all know that IE represents significant security risk, yet we keep using it because is is so convenient... No moral ambiguity there...

    It was ontopic despite what YOU think and judging from your past comments I think you just made that comment because of some deep felt M$ resentment.

    What, like MS killed my mom or something??? No, I find MS products useful for some things, but would I roll a MS solution out for a non-profit??? No. Hell, there are ethical problems with proving -any- MS "solution" to non-profit organizations, but I won't go into that now.

    I didn't intend to be mean, but there are so many MS trolls posting here these days I couldn't resist.

    -dameron

  74. My solution to power drunk IT drones, reinstall... by MyNameIsFred · · Score: 1

    My solution to power drunk IT drones was simple, I brought my system disks from home and reinstalled the system to my liking. After I did that a few times, they stopped f'ing with my computer and started asking before they made changes. The biggest problem I have with power drunk IT drones is they forget who they work for. The user brings in the money that pays for their jobs. No user, no job. And sometimes, yes sometimes, the user has a better clue on how the user does his work.

  75. typical by g4dget · · Score: 3, Insightful
    What you want to do is use something like Microsoft Systems Management Server, [microsoft.com] Veritas WinInstall, [ondemandsoftware.com] or Novell ZenWorks SnAPPShot [novell.com]

    This is pretty typical: in order to get even the simplest task done on Windows, the usual answer is: get another software package.

    the money you spend will save you $$$ in man-hours trying

    First, you are going to spend many man hours getting your manager to approve the purchase and order the applications. Then you are going to spend many more man hours installing them. Then you are going to spend many man hours trying to figure them out. Then you are going to spend even more man hours fiddling around with them trying to package up Mozilla. Then, you still need to figure out how to get the packages themselves or the client packages for those packages onto the clients. Then, if everything goes really well, you may be ready to install the software.

    And when some major software upgrade comes from Microsoft or these vendors, you can start pretty much from square one.

    That's of course assuming that those packages are completely bug free. More than likely, they will interact in some unknown way with some other software package and mess up something or other.

    hackneyed, crappy homebrew solution in the long run

    Professional chefs use a couple of knives to get the job done: they are reliable, predictable, simple, and efficient. Amateurs run out and buy every kitchen appliance under the sun, hoping to compensate with appliances for skills that they lack. It's no different with system management: if you don't know what you are doing, your answer is going to be: "oh, just buy another piece of software".

    Windows, unfortunately, doesn't ship with any knives, but with Cygwin and Perl, you can get by. System management on Windows still like preparing a banquet in a kitchenette, but you don't need to make the effort even harder by stuffing the kitchenette full with useless junk.

    1. Re:typical by swv3752 · · Score: 1

      Both the Parent and the parent of the parent are wrong.

      Zenworks works pretty well, though I can't comment on the other programs. I would not recomend them for a small site though. And 50 some systems qualifies as small.

      On Linux most of the changes are set in /usr/lib/mozilla-1.1/defaults/pref/unix.js I do believe. c:/Program Files/mozilla.org/Mozilla/defaults/pref/all.js is probably the file to edit for most of the changes. Most of the options are pretty straight forward to set, just read the file and change false to true or vice versa.

      The theme is more tricky. Maybe setup a web page with a javascript to auto install the theme or at least a nice link to click.

      --
      Just a Tuna in the Sea of Life
  76. Bug 134113: It costs $1,000 to compile Mozilla by yerricde · · Score: 1

    compile.

    It costs over $1,000 to compile Mozilla for Win32 with optimizations because of bug 134113 that prevents compiling Mozilla for Win32 using MinGW (GCC for Windows) rather than Microsoft Visual Studio.

    --
    Will I retire or break 10K?
  77. control+enter for new tab (was:Don't use Mozilla) by millette · · Score: 1

    If you set the focus on the address bar and type a url, hit control+enter (or maybe alt+enter), it will open in a new tab.

  78. Re:Don't use Mozilla by hyeh · · Score: 1

    The ctrl-enter functionality in Phoenix is precisely the reason that I don't use Mozilla.

    I can't stand Mozilla not being able to automatically enter www. .com for you (and yes, I do know about the patch).

    BTW, Alt-Enter opens the URL in a new tab in Phoenix.

  79. SMS Installer does not require SMS Server to run by whizzmo · · Score: 1
    I use SMS Installer (2.00.64.00) on my NT4 (Workstation) desktop.
    • You can run it on any NT/2k/XP client/Server.
    • You can run it from an UNC share.
    • I happen to like it for simple installs (such as this one)


    --
    nuclear presidential echelon assassination encryption virulent strain
    Whizzmo
  80. Re:Doing it with my friend's Mom.. by Malcontent · · Score: 1

    " Now thats not really accurate, is it? Sure, the original poster ovev stated in that C++ isn't likely, but it seems very likely that there will be editing of config files, manual tweaking of preferences files, and probably a bit of scripting to make this work. If what the original guy wanted was readily available, he wouldn't be posting the question to Slashdot, would he?"

    No he was lying. He said you needed to mess with the C code and recompile. That was a lie and he/she is a liar.

    " I think the bigger issue here is why doesn't the Mozilla project have a better Administrators toolkit that is routinely kept up to date? Its a pretty big oversight as Mozilla moves more from the geeks desktop to the corporate multi-platform environment. "

    Because nobody hasn't gotten around to writing it yet. Why don't you pitch in and start. Up to now the mozilla folks have been working on little things like speed and features. Eventually they will start worrying about the "enterprise" user.

    " Hopefully this whole article will spur development by the core Mozilla team and get them moving towards better customization+deployment as a defacto-part of Mozilla, just like IE."

    I would say that Moz already has IE beat in that regard because it does not spew itself all over the hard drive and requires minimal install. Just install, customize and zip it up. A simple VB script ought to take care of most situations handily. Again something you can pitch in and help with. Get going and jump on in, here is a big opportunity to make an impact.

    --

    War is necrophilia.

  81. Re:Don't use Mozilla by dytin · · Score: 1

    Wow, people are really lazy. Not just you, the sentiment on this thread is that phoenix is better because you can hit ctrl+enter to add 'www.' and '.com' to whatever you type. I can't belive that anyone would actually choose their browser based on typing in 4 simple characters (most sites don't even require you to type in 'www.') Not to mention the many sites that use .net or .org. I mean, there are reasons that phoenix is better. (Smaller less memmory usage, faster) but ctrl+enter is not one.

  82. Oh, the irony. by Erris · · Score: 1
    A post titled, "this is what you DON'T want to do", which warns against , "a hackneyed, crappy homebrew solution." Isn't that an apt description of SMS?

    You must reboot your computer for this change to take effect.

    --
    DMCA, Hollings, Palladium. What might have sounded like paranoia is now common sense.
  83. Re:Don't use Mozilla by zhiwenchong · · Score: 1

    I use Phoenix and I click the middle button to open a link in a new tab. No mouse gestures. It's all in the wrist.

    And it's slightly more convenient than Opera's Ctrl-Shift-Click.

  84. Re:My solution to power drunk IT drones, reinstall by MyNameIsFred · · Score: 1

    The funny thing is that I got the IT drone fired... Let's just say my comment that the IT drones don't have a job without me, and that I might have a better idea of how to do my job then the IT drones, resonated with management. It was an argument that went all the way to the VPs. And I am proud to say I won.

  85. This would help by Deathlizard · · Score: 1

    Bug 158323: Mass Profile Migration Utility For Server Admins

    If we could covert all of our Netscape Profiles from 4.x to 7.0 all at once it would be a real help in switching to mozilla.

  86. Red Carpet by j1mmy · · Score: 1

    Take a look at Ximian's Red Carpet products. Create an rpm to apply all these changes to the basic Mozilla install and you're set.

  87. Neat story! by Mike+A. · · Score: 1
    Early assembly line. Some machine was a pain to run awkward controls on the wrong side. There's a similar machine on each side of the line, does the same task. The boss notices all these people struggling, calls in the engineers. Engineers being engineers, they come up with their versions of the amazing confusitron. Henry Ford walks by, says "put right handed guys on this side of the line, left handed on the other, then they can use the machines easily".


    Only one question - how did they deal with the fact that the righties outnumber the lefties 9 to 1?
    --

    --
    Do I look like I speak for my employer?
    1. Re:Neat story! by fucksl4shd0t · · Score: 1

      Only one question - how did they deal with the fact that the righties outnumber the lefties 9 to 1?

      Shoot the leftie.

      Ok, so that doesn't help at all with the problem, but someone had to say it. :)

      --
      Like what I said? You might like my music
  88. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  89. Re:Don't use Mozilla by zilly · · Score: 2, Funny

    What's so lazy about demanding convenience? After all, your computer's there to serve you, not the other way around.* Sometimes it's the attention to details like this URL shortcut that matters the most.

    * Unless you're in Soviet Russia, I hear.

  90. Re:My solution to power drunk IT drones, reinstall by MyNameIsFred · · Score: 1
    There are some fundamental assumptions that you are making that are wrong.

    1) No copyright infringement. We had licences for all software that I installed. I even used the company's registration numbers.

    2) There was no security risk because the computer was not on a network. (Plus it was a Mac, so viruses are virtually nonexistent.)

    3) The company I work for does extensive R&D. Most of the staff computers have custom software installed, or commercial software with only handful of copies of the program in the entire company. The IT staff was trying to run the company as if everyone needed a standard installation of the OS plus Microsoft Office. Unfortunately, under their standard installation, the custom software that I needed would not run. IT's response, tough. So I circumvented them. When my actions were brought to management's attention, management did the right thing and directed the IT staff to do the right thing. Somebody even lost their job and it wasn't me.

    As I pointed out to management at the time, IT works for the staff, not vice versa. The arrogance of IT drones who forget this is what causes most people to hate IT with a passion.

  91. Setting the user prefs by Dracos · · Score: 1

    All user preferences are stored in prefs.js in the user profile (just like in Netscape 4). It would be very easy to write a script to set these values by directly editing this file. Of course, the user could always change the prefs later.

  92. Because I'm bored. by An+Onerous+Coward · · Score: 1

    1) Non-profit companies generally don't have "becoming for-profit" in their mission statement. It's not like when a private company tries to go public.

    2) While using "google" as a verb may not be the queen's English, given this site's technologically literate readership, the author rightly assumed that he would be understood.

    3) Posting rants about "proper English" on Slashdot does not make you cool, nor does it make you appear intelligent. Discussing the actual issues rather than taking issue with minor flaws in the presentation will make you appear more intelligent. Even if you're not.

    --

    You want the truthiness? You can't handle the truthiness!

  93. Re:Doing it with my friend's Mom.. by fucksl4shd0t · · Score: 1

    Instead of re-inventing that wheel a better solution is to rework that piece of Mozilla so that on platforms with multi-user support the native support is used instead of the proprietary Mozilla-only methods.

    Um, not exactly. In a few cases, a user needs to have multiple profiles of his own. It's a tree structure. Granted, the only situation I'm coming up with is a developer (web developer, moz embedder, they're all the same), but really! :) Users need profiles!

    --
    Like what I said? You might like my music
  94. It needs registry for Quicklaunch and dflt browser by BlueUnderwear · · Score: 5, Informative
    There is one thing where Mozilla does need the registry, namely quicklaunch mode. Quicklaunch mode is quite handy if you have impatient users: this launches all lengthy startup stuff in the background as soon as you log in to your workstation. When you then click on the Mozilla icon, Mozilla is there in under a second. Here is the required registry entry (in regedit format, just put this into a .reg file, and load it using regedit -s)

    REGEDIT4

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\Curr entVersion\Run]
    "Mozilla Quick Launch"="\"C:\\PROGRA~1\\MOZILLA.ORG\\MOZILLA\\MOZ ILLA.EXE\" -turbo"

    Other registry entries might be necessary to set Mozilla as the default browser.

    Other handy tips for mozilla configuration (such as locked config items, automatically generated personal config, etc) can be found at http://www.alain.knaff.lu/howto/MozillaCustomizati on/

    This is used in the schools participating in the LLL project.

    Some Highlights:

    • Any configuration options accessible in prefs.js can be stored in a locate mozilla.cfg file (optionnally locked in such a way that it can no longer be overridden by the user):
      • Disable 'Open Unrequested Windows' (kill pop-ups),
      • Enable HTTP Pipelining,
      • Set toolbar to 'Pictures only',
      • Set Home Page to my organization's intranet site,
      • Set start page to 'Blank page',
      • Enable Middle-click for new tab,
      • Enable control+enter for new tab,
      • Default downloads to 'open a progress dialog',
      • Disable Javascript and Plugins for Mail & News
    • Using mozilla's own registry (%USERPROFILE%\Application Data\Mozilla\registry.dat) set the profile directory (which contains prefs.js et al.) to be on the user's home directory (H:\). That way, you can have a personalized configuration (Mail & News) automatically created by a script. When the user first logs in, he doesn't need to set his email address, server name, etc for using Mail & News, everything is already done for him!
    • Disabling of the bulky XUL.mfl file (whose sizes quickly add up if you have thousands of users): just create a directory named XUL.mfl, and Mozilla will be unable to create that file, and it will still work correctly!
    • Automatical loading of the needed registry entries as soon as user logs in, using a netlogon script
    At LLL, we deploy our machines using Udpcast, which might not be appropriate in your case (all your machines are different), but as other posters have pointed out, most of the client-side installation options can also be handled by a Zipfile plus a small install script to put stuff into the correct place.
    --
    Say no to software patents.
  95. Re:Don't use Mozilla by derF024 · · Score: 1

    The ctrl-enter functionality in Phoenix is precisely the reason that I don't use Mozilla.

    I can't stand Mozilla not being able to automatically enter www. .com for you (and yes, I do know about the patch).


    with mozilla, you just have to hit enter. mozilla will automatically navigate to www. < what you typed > .com if it can't resolve what you typed.

  96. MOD PARENT UP by Gantoris · · Score: 1

    Professional chefs use a couple of knives to get the job done: they are reliable, predictable, simple, and efficient. Amateurs run out and buy every kitchen appliance under the sun, hoping to compensate with appliances for skills that they lack. It's no different with system management: if you don't know what you are doing, your answer is going to be: "oh, just buy another piece of software".

    Thats one of the most insightful things I've read in a long time, if only I had mod points at the moments :(

  97. mozilla to workstations by ickystuff · · Score: 1

    try Altiris Deployment server, we use this to deploy workstation images and applications though the application part is not for linux. google the name Altiris and you will get their website. check it

    --
    ickystuff
  98. Unix is easy by tes99 · · Score: 1

    FWIW, pushing out customizing Unix/Linux versions
    is rather straight forward. There are a few
    files that I needed to edit, but once I found
    the right values almost everything worked fine.
    There are still a few things missing in my setup
    (actually for Mozilla 1.1; I just started on
    1.2.1 last week), mostly involving integrating
    search within our intranet.

    Though it would be nice if the process was better
    documented. I wonder how many times this wheel
    has been reinvented.

    --
    If they gave out cash awards for core dumps...
  99. Re:*These machines are not for your display of pow by ickystuff · · Score: 1

    as a network admin running win/linux boxes in an educational environment and having restricted time for maintenance, this is the only way to go by having stock standard setups for most of anything on the desktop and yes i have been guilty of getting in to the group policy editor and making it difficult for people to ghange the workstation from the original image. this is not forcing my preferences onto other people this is being efficient for my employer when it comes to checking 16 PC's x 5 classrooms for the teachers classes. I have been guilty of re-imaging a complete drive because i did not have the time to sit and standardize a desktop for the next class. this is how it works for me. we use altiris corporate software. which is costly but it blows ghost away for ant task more than cloning a drive.

    --
    ickystuff
  100. Re:Use konqueror by ebbomega · · Score: 1

    Great! They'll get right on that as soon as the Windows port comes out.

    *sigh*

    --
    Karma: Non-Heinous
  101. What flames? by Malcontent · · Score: 1

    Where have you been? The best way to get modded up on slashdot is to encourage the use of MS products or the extol the virtue of MS products.

    As for benefits I would say not having to patch IE every two weeks is a pretty good benefit.

    --

    War is necrophilia.

  102. Re:Doing it with my friend's Mom.. by Malcontent · · Score: 2, Interesting

    "Second, I am not a Mozilla developer, so that won't be happening anytime soon"

    You don't have to be a mozilla developer. Writing install scripts, javascript, or xul is pretty easy for just about anybody. Hell even if you simply documented what to do it would be a HUGE help.

    "Modifications to the source *should* be made/will likely be required. "

    Once again this is not true. There are many posts on this subject now which explain what needs to get done and none of them require source changes.

    "MacOSX already handles users and seperating settings between users - it follows that Mozilla should use these more refined more standard methods rather than invent their own."

    I am going to try a few experiments but I bet I can even use a centralized install of mozilla. Just install it in one place and have multiple users use it.

    --

    War is necrophilia.

  103. Splash? by ceeam · · Score: 1

    While we're on it - what's the "right" way to disable splash screen once and for all? (Windows & Linux).

  104. AD/group policy/ZAP by euggie · · Score: 1

    Assuming you have a Windows shop... Read up on Active Directory, Group Policy and ZAP. It's all very well documented in either "Start :: Help" and the reskit. Now if Mozilla--and OpenOffice.org for that matter--would come up w/ an MSI package, life would be much easier, and will definately promote their use in corporate settings.

  105. You can't do that ! by BESTouff · · Score: 1

    Under Unix, you can't put root.root files in a user's $HOME and chmod 644 them and hope the user can't modify them. As they are in the user directory, in which the user can do whatever she wants, the can be unlinked/moved elsewhere. So the user can reconfigure mozilla as she sees fit.
    Same thing for directories.

    1. Re:You can't do that ! by ggabor · · Score: 1

      How about chattr +i ~/.mozilla?

    2. Re:You can't do that ! by jonadab · · Score: 1

      > you can't put root.root files in a user's $HOME and chmod 644
      > them and hope the user can't modify them. As they are in the
      > user directory, in which the user can do whatever she wants,
      > the can be unlinked/moved elsewhere.

      So set up the Mozilla launcher to run Mozilla suid as another
      user. (The user can, of course, launch Mozilla another way, or
      install another copy of it (if there's room in their home dir),
      or another browser altogether (if there's room), but it's possible
      at least to ensure that the default install can't be eliminated.)
      The only reason I can think of to do such a thing would be if you
      wanted to maintain a guest user account, which is usually a bad
      idea. If it's a question of the user screwing up his install by
      mistake and wanting it back, you can just put a tarball in a
      protected place and give the user a "restore defaults" button that
      runs a script that untars it in the user's home directory. Voila.

      --
      Cut that out, or I will ship you to Norilsk in a box.
    3. Re:You can't do that ! by jonadab · · Score: 1

      You might need to use -R also.

      --
      Cut that out, or I will ship you to Norilsk in a box.
  106. Some quick thoughts by root+66 · · Score: 1

    For your unix desktops you could probably use NFS or the like. Just install Mozilla with some reasonable defaults on a server and export the folder to your clients. There might be troubles with Mozilla's caching and profiles but I guess it's possible.

    Another idea might be the usage of scp to easily copy a setup'd, customized mozilla folder to the clients. This might actually work with win32 clients, too.

    A side note: Last week I watched some of the Tivoli demos from IBM. (I didn't like the interface at all.) But wouldn't be an opensource, crossplatform central management/deployment just rock? What's most crucial is an uselful UI, the actual work might be easily done by existing tools like scp et al. - Or is there already some project taking on that task?

    --
    -- I love the smell of Blue Screens in the morning.
  107. Standard Customized Profile by gurubert · · Score: 2, Interesting

    We are currently deploying Mozilla 1.2.1 to our employees using a standard profile template filled with user specific values read from our LDAP system. This takes the hassle of configuration away from the user at the desktops and guarantees that he has a working profile the first time he launches Mozilla.

    We had to manually edit the registry.dat file of the default Mozilla installation to point to the preconfigured profile in the user's home directory (drive H: on windows). We basically eliminated the random string in the profile path which is included for "security reasons" but makes automated profile generation very hard.

    No we have a neat little script doing an sed over the profile template. With that we are able to generate user profiles in a second.

    The binaries are distributed using "PC Updater", a package tool for windows. The packages includes the modified registry.dat file in c:\windows\application data\mozilla for win98. For W2K we put this registry.dat file into the user's roaming profile directory "application data\mozilla".

    --
    "Is it friday yet?"
  108. Re:*These machines are not for your display of pow by terrencefw · · Score: 1
    Those machines are also not there for the IT staff to use for some kind of power trip. Those machines are there to provide value to the company, which they presumably do when the users are working on them, not you. If the customizations they do make them work more effectively (translation: more motivated), that is good for the company. Certainly if they install viruses and stuff that creates trouble you need to take action, but the whining about text and background images is pathetic.

    Whatever... have you every worked in IT? It's not us IT guys that want it all the same, it's the management who want to enforce a standard look and feel. Yeah by all means have photos and stuff, but don't go overboard. If you work better with pink walls, does that give you the right to take a paintbrush to your cubicle. After all, if it help you work, it's good for the company right? And those prospective corporate clients will love your decorating skills. Suuure.

    Another thing you missed is that having a standard desktop build gives us support guys a good baseline against which to judge the cause of a particular problem. No need to guess whether or not it's that dumb screensaver that's causing the problem. Makes life far easier.

    Don't get me wrong, I'm not being a total network facist. If you optometrist says you need certain colour schemes because you're dyslexic, we'll accommodate that. But just your fads and whims? Nope. Sorry.

    The guy that made a point about company cars? Yeah, move the seat, set your radio presets, leave your phone charger plugged in, but I think it probably looked better in silver like all the rest of the fleet!

    --
    Like tinyurl, but one letter less! http://qurl.co.uk/
  109. How about NSIS? by smcv · · Score: 2, Informative

    The Nullsoft Scriptable Install System is the open-source installer developed for Winamp. (Yes, I know Winamp is closed, but the installer it uses is under the zlib license).

  110. The simplest way is using a shared drive... by Mr.+Smoove · · Score: 1

    I've done this too (same sized company). I created a samba share, mapped it as M: and then installed Mozilla on it. Edit the preference files by hand and install the extra bits (spell checker, calendar, flash plugin) then made the share read-only. On each machine all you have to do it create a shortcut to M:\Mozilla.exe on the desktop and run it! All your defaults will be there and users never have to do anything when you upgrade it to 1.3.

    --
    Mr. Smoove
  111. Re:It needs registry for Quicklaunch and dflt brow by BlueUnderwear · · Score: 1
    Exchanges netmail doesnt work with this setting.

    The operative word here is "unrequested". I.e. you can still have popups in response to button click events. But not for mouseovers, onLoad, onExit, timer, etc.

    Most apps that use popups for sensible purposes do some in response to an explicit action by the user.

    Most ads and other obnoxious crap pop up in response to some trivial event (loading a page, leaving a page, mouse pointer traversing a certain area of the page, ...)

    --
    Say no to software patents.
  112. Not ready for prime time by doggo · · Score: 1

    I tried to switch users over to Mozilla in a small office of less than 30 machines, with a varied OS and machine set. The plan came to a screeching halt when I found I couldn't import peoples' (sometimes extensive and well organized) bookmarks reliably. This was version 1.2, I don't know if bookmark handling has gotten better.

  113. Why not use Phoenix? by override11 · · Score: 1

    They put up nightly builds, and it seems to me that EVERYTHING runs right out of a folder, no need to install. Its skinnable like you need, starts faster than IE, and all you would need to do is setup a reg key to set phoenix as the default browser. :)

    --
    No I didnt spell check this post...
  114. "allowing" personalization by anomaly · · Score: 1

    I work in desktop engineering/systems management for a company with tens of thousands of desktops.

    I completely agree that if a user is more productive with oddball settings, then in a perfect world they should be allowed. HOWEVER....

    We don't live in a perfect world. The customizations of themes/display preferences can cause the applications to behave in unpredictable ways.

    On top of that, Windows is susceptible to app/OS failure due to application install-order.

    Applications are designed expecting to have complete access to the whole system.

    These combine such that locking the OS down for it's own protection can cause the applications to collapse.

    For the good of the company, (since we are using this lousy OS and applications that are not coded or tested with alternate themes) - it makes business sense to restrict the users from expressing their preferences on the desktop.

    The users don't have to like it, but they expect their applications to run. If I troubleshoot a problem, and it comes down to failure because of "utilities" or customizations that the user made, the theoretical increased productivity disappears.

    Don't get me started on "this cool screensaver" or digital picture management software that our users have access to - It's all about the same as those wonderful chain letters and virus hoaxes.

    Regards,
    Anomaly

    PS God loves you and longs for relationship with you.

    --
    But Herr Heisenberg, how does the electron know when I'm looking?
  115. Generating MIME-types by KjetilK · · Score: 1
    I've got my parents over on Linux, but what I find painful is configuring all the MIME-types. It's just two users, but still it is painful.... They keep calling and asking what they do wrong every time they bump into a new MIME type...

    They're using KDE, and KDE allready has a pretty good idea what to do, so the ideal solution would be to use the KDE file associations in Mozilla.

    I've had that question in my journal for a while and eventually I asked on kde-linux. Nobody had anything.

    Anybody have any better solutions here?

    The obvious thing to do is to write a script to parse KDE's config and create Mozilla's mimeTypes.rdf, but I haven't time to do that...

    Anybody else done that?

    --
    Employee of Inrupt, Project Release Manager and Community Manager for Solid
  116. Install once on the network - but with text config by Petrus · · Score: 1

    And then copy the ~/.mozilla directory to everyone's home directory with one for loop. (OK, two or three installs and copy 'for' loops
    in heterogenous environment).

    There are two things that you need to get rid of:
    1. Making install locally on each computer. You make yourself 50x as much work and maintenance this way.
    2. Having to run user configuration on every account 50 times, locally. Distribute ready made setups from your administrator cubicle. Anyways, if you did, it would be very difficult for users to switch machines.

    Unlike MSWindows, in Unix all setup files are text. You can script them, search them, add to them, inspect them and process them with any remote editor or text processing script. The only group of people that tries hard to break this nice arrangement are these gnome and projects like Mozilla.
    Oopls, there it goes... .mozilla/appreg

    Erase it, kill it, eradicate it, format it, recompile and install it with text-based configuration. And petition those silly mozilla and gnome guys to end the 'registry' bad habit imported from poorly designed operating systems.

    That's pretty much the way I do it.

    By the way, if someone set me those defaults, such as tabs, I'll be really upset and the first thing would be that I change it to Middle Click opens window.
    And do not disable changes, that is the sure way to make users really upset.

    Petrus

  117. Serious loss of data with Mozilla. by Futurepower(R) · · Score: 1


    I question whether Mozilla is ready for general use. See this Bugzilla report: 189778. Mozilla is wonderful software, but it crashes a lot when stressed under Windows XP.

  118. Ximian Red Carpet Enterprise by chetohevia · · Score: 1
    Well, I know I'm biased and you're using Windows in this environment, but really, Ximian makes a product built exactly for this purpose.


    It's called Red Carpet Enterprise, it works on the more common Linux variants, and it does everything you need.

  119. Mozilla solution maybe? by placard69 · · Score: 1

    I'm a newbie to all this so I figure I'm in over my head, I don't even have Slackware installed either so forgive me if incorrect. Couldn't you write a script for the options you wish to be installed/not installed(maybe edit the default install file), replace/create the file in the neccesary directory, run an ftp server on your machine, send to all machines and run the script file remotely?
    I'm not exactly sure about writing scripts either but I'm sure you could include an if statement to determine the operating system and if the OS isn't the same as your machines, the machine visit the download page for the actual installation file needed.
    Like I said, I'm new, haven't had Slackware for over 4 days and I'm on Win currently. Sorry if I'm wrong.

  120. Customizing a Mozilla install by jvlb · · Score: 1

    Although I'm a bit of a naif with lizard-tech, it appears that all the modifications you wish to affect reside in configuration files. What about adding a script in Java or Python to directly write the conf files, behind the big reptile's back?

  121. Must not forget! Most importantly... by skia · · Score: 1

    ...if you're installing Mozilla in a professional environment, you must not forget to download a (slightly) more professional splash screen than the one Moz ships with (shouldn't be hard. The one Moz ships with is embarrassingly bad). You can find some good ones here.

    Then rename that image "mozilla.bmp" and put it in your root mozilla directory (the same one that holds your mozilla executable, mozilla.org by default).

    Nothing will kill the reputation of this new browser you're deploying like that ridiculous green dinosaur breathing fire all over.

    --

    --

  122. Re:Don't use Mozilla by bamse · · Score: 1


    Let me clarify. I usually use the mouse to click on links etc. Using mouse gestures, the only time I have to move my hand to the keyboard is when I'm writing something, which I do far less than using links. Using the keyboard to navigate through pages takes a lot more time.

    One good thing is that I mostly don't use any of phoenix buttons or menus, which means that the pointer rarely has to move far. It's the best way to open a link in a new tab, switch to it and then close it.

  123. Re:Tip of the Week by mrfiddlehead · · Score: 1

    On which planet do you buy the glue that you are sniffing? Mozilla has absolutely no problem on the vast majority of sites that I visit and I've never visited a site that causes Mozilla to barf on "100% compliant HTML".

    --
    :wq
  124. Re:It needs registry for Quicklaunch and dflt brow by Corporate+Troll · · Score: 1
    Informative?

    Perhaps, but I stopped reading after the link to http://www.alain.knaff.lu/howto/MozillaCustomizati on/ That's the goatse.cx pic, and this post deserves to be modded down to hell.
    Moderators: follow the damned links!

    My poor eyes!

  125. Replying to myself by Corporate+Troll · · Score: 1

    Okay... that page is linked a dozen of times, so I suspect that the page actually had valid data before. Someone must have 0nw3d it, and replaced the useful data with the goatse.cx guy.

    1. Re:Replying to myself by Corporate+Troll · · Score: 1

      Yup, very possible. I'll try the link at home on OS X. Not my fault this company uses IE as default.

    2. Re:Replying to myself by Corporate+Troll · · Score: 1

      Nobody ever told you that you shouldn't install unapproved software on your work PC? So, yes, I could try to install unapproved software (that demo). Obviously, I don't do that, otherwhise I would be running Mozilla right now.
      Reading slashdot at work is probably already enough to get me in trouble!
      Finally that demo wasn't about T9. I know T9 and I have it on my cell. I just pointed out some flaws of T9, and that poster provided me with an alternative. So the Demo is *not* about T9, but another (better?) technology.

  126. Mozilla?! by bplipschitz · · Score: 1

    I'd s---can Mozilla, and deploy something lighter and quicker, say Opera or something like that. Mozilla is just too big and bloated--I wouldn't do it in my organization, and it sounds like our shop is smaller than yours.

    We've got Opera running fine on WinNT and FreeBSD machines.

  127. and your answer, also "typical". by No-op · · Score: 1

    the humour of you slamming all those other solutions and then plugging for someone to even CONTEMPLATE enterprise management with Cygwin and Perl is just beyond belief.

    I don't care of you have 50 machines or 50,000 - planning things well with solutions that scale is important.

    I wish I could say that your post surprises me, but the typical slashdot user tends to view cobbling together a solution with duct tape, twine, and used chewing gum to be a equal if not superior solution to actual planning.

    Have you ever worked in an environment when you've been called upon to manage an infrastructure for a large number of platforms? how big was it? because the real world is full of nasty crap you have to deal with, and the last thing I want to do is spend my evenings and weekends fucking around with my custom perl scripts on 4000 windows boxes.

    I'm a huge open source zealot, but come on- some of us like to actually get home in time for dinner. there's other things besides computers, you know.

    --
    EOM
    1. Re:and your answer, also "typical". by g4dget · · Score: 1
      because the real world is full of nasty crap you have to deal with, and the last thing I want to do is spend my evenings and weekends fucking around with my custom perl scripts on 4000 windows boxes.

      Of course, managing 4000 Windows boxes with custom Perl scripts is a big pain. That's because managing 4000 Windows boxes with anything is a big pain. Buying lots of toy software add-ons just means you are going to waste a lot of extra money and time playing around with that software.

      I'm a huge open source zealot, but come on- some of us like to actually get home in time for dinner. there's other things besides computers, you know.

      It's another misconception that increasing your efficiency let's you get home earlier: if you double your efficiency, your company will just double your workload. So, even if all that Windows software did make you more efficient (which it doesn't), it wouldn't help you "get home" earlier anyway.

  128. Thank you's and a follow up from the submitter by jdclucidly · · Score: 1

    I would like to thank everyone that responded to my question. Many of your responses were knowlegable and very helpful. Allow me to clarify a few things:

    • After reading your opinions, I have solidified something I was considering: I should definetly make rolling Mozilla out a choise that each of my individual users makes. This would be best accomplished by a customized installer that takes some of the configuring head-aches out of getting used to Mozilla. Most of my desire to roll out Mozilla came from good ol' evangelism. Of course, we would benefit from the increased security, but, I would much rather have my users be happy.
    • Customizing the installer seems more feasible now that I've read all your suggestions.
    • There is a bug at bugzilla for this very subject that one studious reader pointed out. Thank you.
    • Mozillazine.org has posted a follow-up thread to this Slashdot discussion.

    Again, thank you to each of you for your help. Perhaps after a bit more spit and polish is put on Mozilla, I'll reconsider a network-wide roll-out.

  129. Re:Don't use Mozilla by Bedouin+X · · Score: 1

    Well with Type Ahead Find you don't have to click on links either.

    --
    Dissolve... Resolve... Evolve...
  130. Re:mozilla install by Zurk · · Score: 1

    neato

  131. Re:Are you out of your fucking mind? by flacco · · Score: 1
    i'd like to finish this one.

    Tech: "Bob, this is Joe Schmoe in IT, I need to install something on your machine."

    Bob: "I didn't call you guys. There's nothing wrong with my computer."

    Tech: "Yeah there is, you fuckwit. Your machine has been spreading klez-plus wildly to and fro throughout the company, and to our customers and suppliers. Also, someone has compromised your system and has been launching brute-force attacks against our servers from it. And another thing, that piece of shit browser of yours is horking on the company's W3C-compliant web pages. No, I'm not going to change them because your browser sucks ass, sorry."

    Tech: "Well, you see, Microsoft is evil. I have to install Mozilla on your box this afternoon."

    Bob: "Who the hell is this? What the hell is Godzilla? Who's your boss? I don't have time for this shit. Talk to my boss if you want to touch my machine. Then, send me an email, and I'll try to remember to leave you my machine when I go on vacation in December. But if a single file is missing, I'll have your ass."

    Tech: "I'd be glad to talk to your boss. That hopeless retard breaks his machine at least three times a month, so I'll certainly hear from him before December. If he still has a job in December - it appears IE was kind enough to let an anonymous gentleman in Brazil install an auto-dialer on his system, which has been dialing a mysterious 1-900 number repeatedly. His phone bill should be in the five-figures this month.

    "As for touching 'your' machine - it's not 'your' machine. As a matter of fact I'm VNC'd into it right now, dipshit. Good to see you do all your personal on-line banking and teen-chat at work.

    "And the only way you'll have my ass is if you intend on rimming me until I say I've had enough. Which reminds me: don't worry - I won't tell anyone about the donkey-sucking porn you have splattered throughout your browser cache. What's that? 'Browser cache'? It's a technical term, don't worry about it."

    "I'm glad we've had this little chat. I feel better now that we've agreed that I won't tell you how to market useless shit to people who don't need it, and you won't tell me how to manage our computer systems. Have a nice day!"

    --
    pr0n - keeping monitor glass spotless since 1981.
  132. Use Active Directory, if you have it by jaxon6 · · Score: 1

    What I've set up for our machines is MSI's of Mozilla. The best way to create the MSI's are to use Wise Admin Studio.
    Here's how you do it:
    1)You start Wise Admin Studio (I've got 3.2, but 4 is out) and go through the steps of repacking into MSI.
    2)You run the Mozilla installer. I then also add the spellchecker.
    3)You modify the MSI, as some entries get detected improperly, such as temp directories you don't want on other machines.
    4)Deploy the MSI to the entire site, domain or OU.


    The above is assuming knowledge of Active Directory and GPO's.

    --
    Do you see the sig? Do you have it in your sights? Why yes, Miss Moneypenny...
  133. Use Ctrl+t on phoenix by Vrihad+Shoonya · · Score: 1

    Ctrl+t opens a new tab in phoenix.

  134. Locking Mozilla/Phoenix settings by k12linux · · Score: 1

    For steps to lock some preferences in Mozilla and/or Phoenix, take a look at this post on the seul-edu mailing list.

  135. Customizing and deploying Mozilla by rrwwcc · · Score: 1

    I've put up some notes on how I deployed Mozilla 1.1 on a few hundred (Windows-only) PCs last September: http://mozdoc.burlco.org/ As the document is a draft, I'd be interested in hearing others' experiences or other methods they used, so it can be added.

  136. Re:Don't use Mozilla by hyeh · · Score: 1

    with mozilla, you just have to hit enter. mozilla will automatically navigate to www. .com if it can't resolve what you typed.

    Yeah, but it takes time to resolve. I would rather have it jump to www..com without delay.