From owner-freebsd-questions Thu Jul 20 2:18: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from theory1.physics.iisc.ernet.in (theory1.physics.iisc.ernet.in [144.16.71.20]) by hub.freebsd.org (Postfix) with SMTP id 25C7337BEB2 for ; Thu, 20 Jul 2000 02:18:00 -0700 (PDT) (envelope-from rsidd@physics.iisc.ernet.in) Received: (qmail 59756 invoked from network); 20 Jul 2000 09:17:55 -0000 Received: from unknown (HELO theory3.physics.iisc.ernet.in) (qmailr@144.16.71.158) by theory1.physics.iisc.ernet.in with SMTP; 20 Jul 2000 09:17:55 -0000 Received: (qmail 4600 invoked by uid 211); 20 Jul 2000 09:17:53 -0000 Date: Thu, 20 Jul 2000 14:47:53 +0530 From: Rahul Siddharthan To: freebsd-questions@freebsd.org Subject: Removing buttons from netscape.. Message-ID: <20000720144753.A4495@physics.iisc.ernet.in> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i X-Operating-System: Linux 2.4.0-test3 i686 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Some time back someone asked how to remove those buttons like "Shopping", "Destinations" etc which tend to push Netscape's "Stop" button out of the window if your window size is small. Here's how: insert the following lines into .Xresources. Netscape*toolBar.destinations.isEnabled: false Netscape*toolBar.myshopping.isEnabled: false Netscape*toolBar.search.isEnabled: false Netscape*toolBar.viewSecurity.isEnabled: false (you may need to restart X or do xrdb -merge .Xresources) More stuff on making netscape more usable at http://people.redhat.com/~scoile/fonts/fixing.html Rahul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message