Meet Firefox 4.0.1


Recommended Posts

Another question came up, how do I force addon installs in the latest hourly?

extensions.checkCompatibility = false wont work anymore

Link to comment
Share on other sites

Whats the difference between the nightlies and hourly builds? Is there any point in installing the hourly builds, if I have the nightly builds installed?

Link to comment
Share on other sites

Another question came up, how do I force addon installs in the latest hourly?

extensions.checkCompatibility = false wont work anymore

should be

extensions.checkCompatibility.3.7a = false

Link to comment
Share on other sites

should be

extensions.checkCompatibility.3.7a = false

Thanks, that did the trick!^^ btw DirectWrite is also broken for me, causes major flickering and makes the whole UI looks like it would need 16x antialiasing :laugh:

Link to comment
Share on other sites

Whats the difference between the nightlies and hourly builds? Is there any point in installing the hourly builds, if I have the nightly builds installed?

just what it says, hourly's are released pretty much every hour and nightly's are released daily

Link to comment
Share on other sites

Aahh meh

IE FTW (Intergation beats 3rd party) Just like Sarfari for OSX.. jsut works.

I also have Google chrome as backup ..ya know just in case. (I know that HTML5 is #$#$# on it but i hardly ever open it anywazs)

Link to comment
Share on other sites

How do you get Stylish to work? I'm assuming whatever I had set in 3.6.4 is still active, but I can't find the Stylish interface anywhere so I can enable/disable/add/remove scripts.

Also, I'm a little irritated that they force a bookmarks "button" into the bookmarks toolbar, grr.

Edit: NM on Stylish; I always hide the status bar since it's about useless so I forgot there's a button there.

Now if I could just figure out why I still have a titlebar taking up space instead of having the "minefield" button up there...

Link to comment
Share on other sites

Huh? Who uses the menu bar anymore? It's already disabled.

post-1972-12775157324225.jpg

I may have to try a new profile, but I really don't want to lose all my saved passwords and cookies :/

Update: tried a clean profile, no difference.

Update 2: d'oh! Went back to the download page and realized I'd grabbed a build from yesterday.

Link to comment
Share on other sites

Sigh. Got the latest build running now and I still have the stupid titlebar. I should be able to remove the text again if I reinstall Titlebar Tweaker Plus, but there'll still be all that wasted space, and apparently for no reason if other people have gotten it to display correctly.

Link to comment
Share on other sites

Huh? Who uses the menu bar anymore? It's already disabled.

one reason: there's still a lot missing from the button menu, check for updates for instance

Sigh. Got the latest build running now and I still have the stupid titlebar. I should be able to remove the text again if I reinstall Titlebar Tweaker Plus, but there'll still be all that wasted space, and apparently for no reason if other people have gotten it to display correctly.

today's nightly is unusably bugged, the last few hourlies work correctly though

Link to comment
Share on other sites

Couldn't you do that from the options window? Anyway, you can just press Alt for quick access to the menu bar.

Finally got the right build and it's looking great. I also really like the script for moving the tabs up.

More compact than even Chrome now. My only gripe at this point is that omnibar won't work. Otherwise, it's looking fantastic.post-1972-12775183687729.jpg

Link to comment
Share on other sites

Latest hourly

captureok.png

Really nice Stylish script to make it perfectly placed (normal and maximized both!) Thanks to gnwaa

#appmenu-button-container
{
position: fixed !important;
}

#main-window[sizemode=maximized] #appmenu-button-container
{
padding-top: 7px !important;
}

#main-window[sizemode=maximized] #appmenu-button
{
padding-top: 1px !important;
}

#appmenu-button
{
border-top: white !important;
margin-left: 4px !important;
margin-top: 1px !important;
}

#navigator-toolbox[tabsontop="true"] #TabsToolbar
{
padding-top: 22px !important;
}

#main-window[sizemode=maximized] #navigator-toolbox[tabsontop="true"] #TabsToolbar
{
margin-left: 110px !important;
margin-right: 110px !important;
padding-top: 6px !important;
}

Link to comment
Share on other sites

The button is 1 pixel too high, and 1 pixel too tall. Also, the border and spacing is wrong.

But it's nice to see the support there (By final, it should behave as any other toolbar, so you could put anything there)

Link to comment
Share on other sites

Don't be skeptical about the builds , its the first build to implement that , so just give it some time..

How can I rename minefield to firefox in the titlebar?

use this code :

#appmenu-button .button-text { display:none !important; }
#appmenu-button dropmarker:before { content: "Firefox" !important; }

Link to comment
Share on other sites

I have moved my tabs into the title bar and adjusted the menu button a little and I'm very happy with this compact look!

2exyk5t.jpg

Here is my modified stylish script


@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

#appmenu-button-container{
position: fixed !important;
}

#navigator-toolbox[tabsontop="true"] #TabsToolbar{
padding-left: 95px !important;
}


#navigator-toolbox[tabsontop="true"] #TabsToolbar{
padding-left: 105px !important;
padding-top:1px !important;
padding-right:98px !important;
}


#appmenu-button{
padding: 3px 18px 3px 18px !important;
margin-top:3px !important;
}

#appmenu-button
{
background-color: rgba(54, 121, 166, 0.2) !important;
}

Thank you to other users in this topic for most of this script... I just modified it a little!

*** Script fails with tabs on bottom as navigation gets pushed into title bar area ***

Now with drawing in the title bar styling possibilities are endless! :woot:

Link to comment
Share on other sites

Now with drawing in the title bar styling possibilities are endless! :woot:

i would like to modify your statement

"Now with drawing in the title bar in "Firefox" , styling possibilities are endless! :woot: "

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.