+ Post New Thread
Page 8 of 13 FirstFirst ... 456789101112 ... LastLast
Results 106 to 120 of 181
Windows Thread, Deploying Firefox in Technical; Yes I have been playing since the day of release. All the mods I implement work apart from the Favorites ...
  1. #106

    Michael's Avatar
    Join Date
    Dec 2005
    Location
    Birmingham
    Posts
    6,190
    Thank Post
    151
    Thanked 946 Times in 737 Posts
    Rep Power
    197
    Yes I have been playing since the day of release. All the mods I implement work apart from the Favorites add-on. I believe Mozilla have slightly changed the way add-ons work and secondly Plain-Old-Favorites doesn't work with FF 3.6 (yet).

    Eventually you will be able to upgrade 3.5.7 to 3.6.0, so don't worry about that.

    In short:
    - The Bookmarks menu is replaced with Favorites (just like IE). This allows the user to switch between IE and FF and read from the same list dynamically
    - The about:config menu is disabled
    - The import Favorites Wizard is disabled at first use
    - The Tools > Options menu is all greyed out
    - Proxy Settings and Exceptions can be pre-configured
    - The Homepage can be pre-configured
    - Deployable using an MSI

  2. #107
    Edu-IT's Avatar
    Join Date
    Nov 2007
    Posts
    5,153
    Thank Post
    289
    Thanked 385 Times in 357 Posts
    Rep Power
    98
    Great, thanks.

    Do we still have to request the homepage and proxy from you or can we do this ourselves?

  3. #108

    Michael's Avatar
    Join Date
    Dec 2005
    Location
    Birmingham
    Posts
    6,190
    Thank Post
    151
    Thanked 946 Times in 737 Posts
    Rep Power
    197
    No you can do it yourself by reading this - hope this explains all

  4. Thanks to Michael from:

    Edu-IT (24th January 2010)

  5. #109
    Edu-IT's Avatar
    Join Date
    Nov 2007
    Posts
    5,153
    Thank Post
    289
    Thanked 385 Times in 357 Posts
    Rep Power
    98
    Great! Something to sink my teeth into this week.

  6. #110
    rob998's Avatar
    Join Date
    Jun 2005
    Posts
    82
    Thank Post
    22
    Thanked 17 Times in 3 Posts
    Rep Power
    17
    Quote Originally Posted by Michael View Post
    If you're using a proxy, within the exceptions make sure localhost and 127.0.0.1 are listed as a minimum otherwise accessing SSL sites will fail.
    Hi,

    I have checked and I do have the entries in the exception field but still getting timed out when trying to access OWA and RM KLP. Any suggestions?

    Thanks,

    Rob

  7. #111

    Michael's Avatar
    Join Date
    Dec 2005
    Location
    Birmingham
    Posts
    6,190
    Thank Post
    151
    Thanked 946 Times in 737 Posts
    Rep Power
    197
    I have checked and I do have the entries in the exception field but still getting timed out when trying to access OWA and RM KLP. Any suggestions?
    As an experiment uninstall the Mozilla Firefox (3.5.7) Logistix package and download the standard Mozilla Firefox from mozilla.org. Configure proxy settings through Tools > Options. Do you still have the same problem(s)?

  8. #112

    Michael's Avatar
    Join Date
    Dec 2005
    Location
    Birmingham
    Posts
    6,190
    Thank Post
    151
    Thanked 946 Times in 737 Posts
    Rep Power
    197

    Thumbs up 3.6 Update

    Mozilla Firefox 3.6 Logistix released. Scroll below for information...
    Last edited by Michael; 28th January 2010 at 03:03 PM.

  9. #113

    Arthur's Avatar
    Join Date
    Feb 2007
    Location
    51.94135482172753, -1.545853614807129
    Posts
    3,136
    Thank Post
    134
    Thanked 978 Times in 748 Posts
    Rep Power
    246
    Quote Originally Posted by Michael View Post
    The about:config modification no longer works. It works fine prior to upgrading FF 3.5.7
    Do you mean the extension compatibility check? If so, Mozilla changed this in 3.6 from extensions.checkCompatibility to extensions.checkCompatibility.version.

  10. #114

    Michael's Avatar
    Join Date
    Dec 2005
    Location
    Birmingham
    Posts
    6,190
    Thank Post
    151
    Thanked 946 Times in 737 Posts
    Rep Power
    197
    I mean when upgrading FF 3.5.7 to 3.6, your disableAboutConfig.js file no longer prevents the user entering about:config. Try it

  11. #115

    Arthur's Avatar
    Join Date
    Feb 2007
    Location
    51.94135482172753, -1.545853614807129
    Posts
    3,136
    Thank Post
    134
    Thanked 978 Times in 748 Posts
    Rep Power
    246
    Haven't got round to testing that yet, but thanks for mentioning it though.

    I'll see if I can get it working with v3.6 or come up with an alternative. Might have to wait until the Firefox CCK Wizard add-on is updated though.

  12. #116

    Michael's Avatar
    Join Date
    Dec 2005
    Location
    Birmingham
    Posts
    6,190
    Thank Post
    151
    Thanked 946 Times in 737 Posts
    Rep Power
    197
    Good news, the Mozilla Firefox (3.6) Logistix pack has been released! Download the latest version at logistixonline.com Apologies for the delay, but additional testing was required to ensure reliability and consistency
    For your reference you can upgrade from any prior version. Below are the final specs:

    - I have modified and tested the 'plainoldfavorites' addon, so it'll work with up to Firefox 4.5 theoretically. The Bookmarks menu is replaced with Favorites (just like IE). This allows the user to switch between IE and FF and read from the same list dynamically
    - The about:config modification no longer works. It works fine prior to upgrading FF 3.5.7
    - The import Favorites Wizard is disabled at first use
    - The Tools > Options menu is all greyed out
    - Proxy Settings and Exceptions can be pre-configured
    - The Homepage can be pre-configured
    - Deployable using an MSI

    Firefox 3.6 is also noticeably faster, especially when scrolling the forums on Edugeek!

  13. #117

    Arthur's Avatar
    Join Date
    Feb 2007
    Location
    51.94135482172753, -1.545853614807129
    Posts
    3,136
    Thank Post
    134
    Thanked 978 Times in 748 Posts
    Rep Power
    246
    Quote Originally Posted by Michael View Post
    I mean when upgrading FF 3.5.7 to 3.6, your disableAboutConfig.js file no longer prevents the user entering about:config. Try it
    I've come up with another alternative for v3.6 which works the same way as the file:/// block. Put this in your userContent.css file.

    Code:
    @-moz-document url("about:config") {
    
        #config #configDeck
        {
            display: none !important;
        }
    
    }
    Last edited by Arthur; 28th January 2010 at 10:23 PM.

  14. #118
    Edu-IT's Avatar
    Join Date
    Nov 2007
    Posts
    5,153
    Thank Post
    289
    Thanked 385 Times in 357 Posts
    Rep Power
    98
    So, does about:config work in your release Michael?

  15. #119

    Arthur's Avatar
    Join Date
    Feb 2007
    Location
    51.94135482172753, -1.545853614807129
    Posts
    3,136
    Thank Post
    134
    Thanked 978 Times in 748 Posts
    Rep Power
    246
    Edu-IT. It does (at least at the moment).

    Michael. Have you disabled the new 'Personas' feature in your version? If not, you may want to add this to your Mozilla.cfg.

    Code:
    lockPref("xpinstall.whitelist.add.36", "");
    Alternatively, you could use the userChromeJS extension along with this code to achieve the same.

  16. #120

    Michael's Avatar
    Join Date
    Dec 2005
    Location
    Birmingham
    Posts
    6,190
    Thank Post
    151
    Thanked 946 Times in 737 Posts
    Rep Power
    197
    I am currently working on a Mozilla Firefox 3.6 v2 Logistix, I'll post it online shortly

SHARE:
+ Post New Thread
Page 8 of 13 FirstFirst ... 456789101112 ... LastLast

Similar Threads

  1. Deploying a Screensaver
    By johnkay21 in forum Windows
    Replies: 13
    Last Post: 4th August 2011, 04:13 AM
  2. deploying software
    By projector1 in forum How do you do....it?
    Replies: 17
    Last Post: 11th March 2009, 05:27 PM
  3. Deploying .NetFramework
    By jwood in forum Windows
    Replies: 12
    Last Post: 23rd September 2008, 09:37 PM
  4. Deploying IE7
    By OverWorked in forum Windows
    Replies: 21
    Last Post: 24th May 2007, 07:54 AM
  5. Deploying OpenOffice and Firefox
    By catbert in forum How do you do....it?
    Replies: 2
    Last Post: 30th June 2006, 11:00 PM

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •