Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Mozilla, Firefox and Thunderbird tips and tricks
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4, 5  Next  
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks
View previous topic :: View next topic  
Author Message
ElijahLofgren
n00b
n00b


Joined: 01 May 2004
Posts: 2
Location: Deatsville, AL

PostPosted: Sun Apr 24, 2005 1:59 am    Post subject: Reply with quote

Quote:
i've heard opera has a simple button to turn on/off image loading. how to have a button on top in moz to do the same?

You want the Image-Show-Hide - Firefox Extension available at: https://addons.update.mozilla.org/extensions/moreinfo.php?id=232

After installing it you need to right click on the toolbar and click "Customize" then drag the yellow and blue imgsh button onto the toolbar. :wink:
Back to top
View user's profile Send private message
opentaka
l33t
l33t


Joined: 18 Feb 2005
Posts: 840
Location: Japan

PostPosted: Tue May 17, 2005 10:21 am    Post subject: Reply with quote

Here you'll find some good adblock filter's!
Code:
http://www.geocities.com/pierceive/adblock/

_________________
"Being defeated is often a temporary condition. Giving up is what makes it permanent" - Marilyn vos Savant
Back to top
View user's profile Send private message
plac3bo
n00b
n00b


Joined: 04 Dec 2003
Posts: 32
Location: Philly, USA

PostPosted: Wed May 18, 2005 3:27 am    Post subject: Reply with quote

Transient

Quote:

a[href^="mailto:"]:before {
content: "\2709 " !important;
}


do you know how to view a complete list of these ascii (?) / unicode (??) chars like the little envelope you've provided here?
thanks.
Back to top
View user's profile Send private message
opentaka
l33t
l33t


Joined: 18 Feb 2005
Posts: 840
Location: Japan

PostPosted: Wed May 18, 2005 4:36 pm    Post subject: Reply with quote

you could stop annnoying webpages resizing and moving your browser by making this value "true' from about:config
Code:
dom.disable_window_move_resize

_________________
"Being defeated is often a temporary condition. Giving up is what makes it permanent" - Marilyn vos Savant
Back to top
View user's profile Send private message
noneckturtle
n00b
n00b


Joined: 29 Jun 2003
Posts: 12

PostPosted: Fri May 20, 2005 3:29 pm    Post subject: firefox & realpayer Reply with quote

What do I need to do to enable realpalyer in Firefox on Gentoo?

Thanks.
Back to top
View user's profile Send private message
TrueDFX
Retired Dev
Retired Dev


Joined: 02 Jun 2004
Posts: 1348

PostPosted: Fri May 20, 2005 6:10 pm    Post subject: Reply with quote

plac3bo wrote:
Transient

Quote:

a[href^="mailto:"]:before {
content: "\2709 " !important;
}


do you know how to view a complete list of these ascii (?) / unicode (??) chars like the little envelope you've provided here?
thanks.

You can try gnome-extra/gucharmap.

transient wrote:
By latest you mean 1.1.x?
It still works on all 1.0.x versions

Not sure what he meant, but it works with the nightly builds (which report their main version as 1.0+) as well.

Oh, and just a simple little thing from me:
Code:
#content>tabbox {
   -moz-box-direction: reverse;
}
for userChrome.css will display the tab bar on the bottom of the window, instead of the top.
Back to top
View user's profile Send private message
opentaka
l33t
l33t


Joined: 18 Feb 2005
Posts: 840
Location: Japan

PostPosted: Sun May 29, 2005 3:07 am    Post subject: Reply with quote

http://forums.mozillazine.org/viewtopic.php?t=170970

tips and tricks of firefox ;D
_________________
"Being defeated is often a temporary condition. Giving up is what makes it permanent" - Marilyn vos Savant
Back to top
View user's profile Send private message
stevenaleach
n00b
n00b


Joined: 18 May 2005
Posts: 19

PostPosted: Tue May 31, 2005 3:12 am    Post subject: Printing? Reply with quote

I know there has to be some simple explanation for this but...

Does anyone know how to get Firefox to recognize and list Cups printers? I first noticed this running ArchLinux. I installed firefox, go to print and the only option is "Postscript Default". Later after an update, suddenly when I selected print I had the Postscript Default as well as both printers connected to my server. Great! Now I have an Amd64 laptop, so I'm running Gentoo - I installed firefox-bin and thunderbird-bin and once again I have "Postscript Default" only.

I've gotten around the problem by installing gtklp and using this as the print command, but still I would love to know how to get it set up so that I can just select the appropriate printer when I select print.
Back to top
View user's profile Send private message
Shadow Skill
Veteran
Veteran


Joined: 04 Dec 2004
Posts: 1023

PostPosted: Mon Jul 04, 2005 11:58 am    Post subject: change searchbar text color?? Reply with quote

Can someone explain to me why I can't change the text color in the searchbar...Here is my code:
Code:
#search-container
{
    #font-family: Arial !important;
   
     
    #width: 400px !important;
    -moz-box-flex: 400 !important;
}


#searchbar
{
   -moz-box-flex: 400 !important;
   #color: Green !important;
   font-size: 15pt !important;
}



The font size changes just fine but no matter what I try the text color inside the box will not change from white, which appears as a nigh un readable grey with my current skin. [I know the color line is commented out in what I pasted btw.]
_________________
Ware wa mutekinari.
Wa ga kage waza ni kanau mono nashi.
Wa ga ichigeki wa mutekinari.

"First there was nothing, so the lord gave us light. There was still nothing, but at least you could see it."
Back to top
View user's profile Send private message
TrueDFX
Retired Dev
Retired Dev


Joined: 02 Jun 2004
Posts: 1348

PostPosted: Mon Jul 04, 2005 12:10 pm    Post subject: Reply with quote

Try "#searchbar input" or maybe "#searchbar html:input" (not sure if that's necessary) instead. There is a child of #searchbar that overrides the colour, so #searchbar's isn't actually used; to work around this, just set it for the input block specifically.
Back to top
View user's profile Send private message
Shadow Skill
Veteran
Veteran


Joined: 04 Dec 2004
Posts: 1023

PostPosted: Mon Jul 04, 2005 10:44 pm    Post subject: Reply with quote

It was searchbar-textbox FINALLY I got the colors to change to what I need. Let me ask you is it possible for me to define a set of colors for websites without using the gui override tools which screw up all websites. I want to have it set so that whenever the website doesn't expressly define the text color and background I can force the background to either be white, or if the text is not defined properly I can set the text color to black for example?
_________________
Ware wa mutekinari.
Wa ga kage waza ni kanau mono nashi.
Wa ga ichigeki wa mutekinari.

"First there was nothing, so the lord gave us light. There was still nothing, but at least you could see it."
Back to top
View user's profile Send private message
COiN3D
Guru
Guru


Joined: 02 Aug 2004
Posts: 543
Location: Munich, Germany

PostPosted: Wed Jul 06, 2005 10:28 am    Post subject: Reply with quote

Dunno if it has already been mentioned, but this plugin called "Session Saver" is awesome. I couldn't live without it anymore. It saves your tabs when you exit Firefox and re-opens them when you start Firefox again.
_________________
e17 documentation | Be free and use Jabber as your IM! | Combine IRC and IM
Back to top
View user's profile Send private message
m0p
Apprentice
Apprentice


Joined: 20 Jun 2005
Posts: 205
Location: en_GB

PostPosted: Wed Jul 06, 2005 5:44 pm    Post subject: Reply with quote

My tweaked stuff:

Code:
user_pref("browser.cache.memory.capacity", 65536);
user_pref("browser.cache.disk_cache_ssl", true);
user_pref("browser.xul.error_pages.enabled", true);
user_pref("content.interrupt.parsing", true);
user_pref("content.max.tokenizing.time", 2250000);
user_pref("content.maxtextrun", 8191);
user_pref("content.notify.backoffcount", 5);
user_pref("content.notify.interval", 250000);
user_pref("content.notify.ontimer", true);
user_pref("content.switch.threshold", 250000);
user_pref("network.http.max-connections", 48);
user_pref("network.http.max-connections-per-server", 16);
user_pref("network.http.max-persistent-connections-per-proxy", 16);
user_pref("network.http.max-persistent-connections-per-server", 4);
user_pref("network.http.pipelining", true);
user_pref("network.http.pipelining.maxrequests", 8);
user_pref("network.http.proxy.pipelining", true);
user_pref("nglayout.initialpaint.delay", 0);


EDIT: To use those, just open up ~/.mozilla/Firefox/profilename/prefs.js and append that stuff. Also works for Mozilla and pretty much any browser that uses Gecko.
Back to top
View user's profile Send private message
Sheepdogj15
Guru
Guru


Joined: 07 Jan 2005
Posts: 430
Location: Backyard

PostPosted: Fri Jul 08, 2005 8:43 am    Post subject: Reply with quote

for you guys who want to bleed out whatever speed you can get, and you have plenty of RAM to spare, check this out. after reading this thread regarding /tmp and /var/tmp, i set it up so that those directories are mounted in RAM, rather on the disk. (read the whole thread before trying it out, because there is important stuff there regarding making portage not use /var/tmp, and cleaning out those dir's). the details on how to do that are in that thread.

anyhoo, i bring it up because i just set it up so firefox's cache is now in /var/tmp. what's cool about this is that for sites i go to pretty often, images and such almost load instantaneously, whereas there had been a small but noticable delay. i don't know for sure, but there might also be a slight speed up if you go to a new sight. it depends on how Firefox handles writing to cache (if it does it while loading, then that's a disk write operation, which means time). if so, i haven't noticed it myself, but then i haven't paid attention for it either.

basically, if you do mount it in RAM using tmpfs, move the "Cache" folder from your profile directory into /var/tmp (or /tmp... i have it in /var/tmp because i set it up to save /var/tmp over reboots). then, create a symlink in your profile folder, with the same exact name, and point it to the real Cache folder. not too hard 8)
_________________
Sheepdog
Why Risk It? | Samba Howto
Back to top
View user's profile Send private message
Sheepdogj15
Guru
Guru


Joined: 07 Jan 2005
Posts: 430
Location: Backyard

PostPosted: Mon Jul 11, 2005 5:17 am    Post subject: Reply with quote

heh. it apparently doesn't work as i thought it did.

when Firefox is restarted, it replaces the symlink with the folder again.

so, instead, you can bind it in using the mount command. e.g.

# mount --bind /var/tmp/firefox /home/usr/.mozilla/firefox/profile/Cache

put it in your local.start to have it done on bootup and put a corresponding "umount" command in your local.stop
_________________
Sheepdog
Why Risk It? | Samba Howto
Back to top
View user's profile Send private message
Shadow Skill
Veteran
Veteran


Joined: 04 Dec 2004
Posts: 1023

PostPosted: Wed Jul 13, 2005 8:41 am    Post subject: Reply with quote

Does anyone know how to remove the close tab button from firefox via the css file? [If its already been said in this thread I'm sorry but im barely conscious right now seeing as its four am here.] It just started annoying me all of a sudden, and I must make it go away.:twisted:

Offtopic: Is there a simillar thread here for opera? I'd like to elongate the search bar in that browser as well but can't seem to find it in Opera's rather extensive options. :(


Edit I found the answer to my first question. :)

I also found that the example for hiding the help and go menu entries does not work with firefox 1.0.4 win32 anyone else experience that tweak not working on thier systems?

One last thing is it possible to put the progress indicator and rss feed/plugin status symbols in the url bar like they are in Opera?
_________________
Ware wa mutekinari.
Wa ga kage waza ni kanau mono nashi.
Wa ga ichigeki wa mutekinari.

"First there was nothing, so the lord gave us light. There was still nothing, but at least you could see it."
Back to top
View user's profile Send private message
instauration
n00b
n00b


Joined: 07 Apr 2004
Posts: 12
Location: Kent, Ohio

PostPosted: Fri Jul 15, 2005 4:22 pm    Post subject: opening Thunderbird email URLs in Firfox: broken Reply with quote

I emerged mozilla-thunderbird-1.0.5 last night and now I can no longer open a new tab in Firefox when clicking on the link in Thunderbird email.
Current versions:
www-client/mozilla-launcher-1.35
www-client/mozilla-firefox-1.0.5
mail-client/mozilla-thunderbird-1.0.5

I have a script in /usr/local/bin called 'fftab' which I use as the setting for 'network.protocol-handler.app.http' in prefs.js under my .thunderbird directory.
Here's the prefs.js setting: user_pref("network.protocol-handler.app.http", "/usr/local/bin/fftab");
Here's the script (taken from MozillaZine posting, not my own):
Code:

#!/bin/sh
#
# This script allows external apps to open new URLs in Firefox
# or open a new instance of Firefox if it isn't already started
#
/usr/bin/firefox -a firefox -remote "openURL($@,new-tab)" ||
exec /usr/bin/firefox "$@";


Until these recent upgrades to mozilla-launcher, mozilla-firefox, and mozilla-thunderbird I've never had a problem with this working. And if I remember correctly, not specifically until the thunderbird upgrade (it was the last of the three).

If I run the fftab script from the command line (example: fftab "https://forums.gentoo.org/viewtopic-t-302479-highlight-thunderbird+tips.html") it works fine.

What gives?
Back to top
View user's profile Send private message
Oxidative
n00b
n00b


Joined: 25 Jun 2003
Posts: 33

PostPosted: Fri Jul 15, 2005 7:19 pm    Post subject: Reply with quote

I'm having the same problem, although I only have the usual lines in my user.js

Quote:
user_pref("network.protocol-handler.app.http", "/usr/bin/firefox");
user_pref("network.protocol-handler.app.https", "/usr/bin/firefox");
user_pref("network.protocol-handler.app.ftp", "/usr/bin/firefox");


Whenever clickling a link in thunderbird, I get this message in console:

Quote:
/usr/libexec/mozilla-launcher: can't find the browser :-(


Problem first occured after the update of Thunderbird to 1.0.5 and mozilla-launcher to 1.35
_________________
wormux ebuild: https://bugs.gentoo.org/show_bug.cgi?id=52679
Back to top
View user's profile Send private message
Sheepdogj15
Guru
Guru


Joined: 07 Jan 2005
Posts: 430
Location: Backyard

PostPosted: Fri Jul 15, 2005 10:00 pm    Post subject: Reply with quote

i haven't had this problem :?
_________________
Sheepdog
Why Risk It? | Samba Howto
Back to top
View user's profile Send private message
Fritz Heinrichmeyer
n00b
n00b


Joined: 15 Jul 2004
Posts: 14
Location: Hagen, Germany

PostPosted: Fri Jul 15, 2005 10:08 pm    Post subject: Reply with quote

i call it an error in /usr/bin/firefox

this works for me, here is my /usr/bin/firefox:

Code:

#!/bin/sh
#
# Stub script to run mozilla-launcher.  We used to use a symlink here but
# OOo brokenness makes it necessary to use a stub instead:
# http://bugs.gentoo.org/show_bug.cgi?id=78890

export MOZILLA_LAUNCHER=firefox
# this is new!!!
export MOZILLA_LIBDIR=/usr/lib/MozillaFirefox
exec /usr/libexec/mozilla-launcher "$@"
Back to top
View user's profile Send private message
Oxidative
n00b
n00b


Joined: 25 Jun 2003
Posts: 33

PostPosted: Fri Jul 15, 2005 10:54 pm    Post subject: Reply with quote

Thanks Fritz, that fixed it right away :D
_________________
wormux ebuild: https://bugs.gentoo.org/show_bug.cgi?id=52679
Back to top
View user's profile Send private message
linux_girl
Apprentice
Apprentice


Joined: 12 Sep 2003
Posts: 287

PostPosted: Sat Jul 16, 2005 4:32 pm    Post subject: Reply with quote

1)any idea on how to get rid of the firefox ugly filechooser in favour of kde filechooser ? app ported from win to linux always handle prety bad filechoosers !!!

2)any how to make festival read html pages ?

3) merge all kde bookmarks with firefox ?

[EDIT]
4)how to make firefox lunch faster or to make it always in memory(RAM) and never get to swap for desktop user.
i belive it can be done with a sticky chmod but i duno how
[/EDIT]
_________________
:D :D


Last edited by linux_girl on Sun Jul 17, 2005 6:52 pm; edited 1 time in total
Back to top
View user's profile Send private message
Shadow Skill
Veteran
Veteran


Joined: 04 Dec 2004
Posts: 1023

PostPosted: Sat Jul 16, 2005 11:34 pm    Post subject: Reply with quote

linux_girl wrote:
1)any idea on how to get rid of the firefox ugly filechooser in favour of kde filechooser ? app ported from win to linux always handle prety bad filechoosers !!!

2)any how to make festival read html pages ?

3) merge all kde bookmarks with firefox ?
Now that I think about it the filechooser for firefox does look nasty, I would prefer a gnome hack for the chooser though.
_________________
Ware wa mutekinari.
Wa ga kage waza ni kanau mono nashi.
Wa ga ichigeki wa mutekinari.

"First there was nothing, so the lord gave us light. There was still nothing, but at least you could see it."
Back to top
View user's profile Send private message
Thunrida
n00b
n00b


Joined: 14 Jul 2004
Posts: 24

PostPosted: Tue Jul 26, 2005 4:01 pm    Post subject: Reply with quote

With Thunderbird 1.0.5 head of message pane become really loaded with information. Temporarly solution is not to show it (click "-"), but it's a bad solution. I can't see now if message is for me only of for many people. And this info gets included when I fw mail. And what is worse, I cannot edit it, for it is in some kind of object. So I have to manually copy paste only address and say:hey, this came from "mail...".
This is the whole info I'm talking about. Does enybody knows the solution, how to get old style back?

From:
X-Account-Key:
X-UIDL:
X-Mozilla-Status:
X-Mozilla-Status2:
Return-Path:
X-Virus-Scanned:
X-Real-To:
X-ListServer:
List-Unsubscribe:
List-ID:
List-Archive:
Message-ID:
Reply-To:
Sender:
To:
Precedence:
MIME-Version:
Content-Type:
X-Original-Message-Id:
Content-Transfer-Encoding:
From:
Date:
Subject:
Back to top
View user's profile Send private message
TrueDFX
Retired Dev
Retired Dev


Joined: 02 Jun 2004
Posts: 1348

PostPosted: Tue Jul 26, 2005 4:03 pm    Post subject: Reply with quote

Isn't there an option in the View menu to switch between showing all headers and showing only some headers? Perhaps the default setting simply changed for you? (Disclaimer: I haven't used Thunderbird in a while.)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks All times are GMT
Goto page Previous  1, 2, 3, 4, 5  Next
Page 4 of 5

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum