Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
User Journal

Journal Journal: IRDA

http://ds2.etech.haw-hamburg.de/~klaus/sat3000-514.html#irda

User Journal

Journal Journal: Compile mozilla

http://developer.mozilla.org/en/docs/Build_Documentation
http://developer.mozilla.org/en/docs/Build_Documentation

..........BUILD options .mozconfig    ..............

. $topsrcdir/browser/config/mozconfig
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/ff-opt-static
ac_add_options --enable-optimize
ac_add_options --disable-debug
ac_add_options --enable-static
ac_add_options --disable-shared
ac_add_options --disable-tests
mk_add_options MOZ_CO_PROJECT=browser

::::::::::::::::::::::::::::::::::::::::::::::::::::::::

---------- From suse lists ----------
--- widget/src/gtk2/nsWidgetFactory.cpp.orig 2004-09-02 13:26:37.397413875 +0200
+++ widget/src/gtk2/nsWidgetFactory.cpp 2004-09-02 13:33:59.337053388 +0200
@@ -55,6 +55,7 @@
#include "nsIComponentRegistrar.h"
#include "nsComponentManagerUtils.h"
#include "nsAutoPtr.h"
+#include "prenv.h"
#include <gtk/gtk.h>

/* from nsFilePicker.js */
@@ -87,7 +88,7 @@
   }

   nsCOMPtr<nsIFilePicker> picker;
- if (gtk_check_version(2,4,0) == NULL) {
+ if ( (gtk_check_version(2,4,0) == NULL) && !PR_GetEnv("MOZ_XUL_PICKER") ) {
     picker = new nsFilePicker;
   } else {
     picker = do_CreateInstance(kXULFilePickerCID);
---------------------------------
User Journal

Journal Journal: Tips and tricks

General: http://blue.chem.psu.edu/~rajarshi/misc/tipsntricks.html

About Radeon:
http://dri.freedesktop.org/wiki/ATIRadeon

Jargons:
http://www.futuremark.com/community/hardwarevocabulary/

User Journal

Journal Journal: Mouse Pointer Theme in Linux

You can specify what mouse theme your system should have by editing
this file: /usr/X11R6/lib/X11/icons/default/index.theme

The other cursor themes are located in (or should be): /usr/X11R6/lib/X11/icons/

This will change the default cursor theme in X11, not only in
thunderbird and firefox.

User Journal

Journal Journal: Disable CD autoplay in Windows XP Pro

# Run the Registry Editor (REGEDIT.EXE).
# Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdrom.
# Double-click the Autorun value, and type 0 for its value. (If it's not there, create it by selecting Edit -> New -> DWORD Value, and typing "Autorun" for its name.)
# You may have to log out and then log back in for this change to take effect.

http://features.engadget.com/2004/06/29/how-to-tuesday-disable-autorun-on-windows/

Slashdot Top Deals

How many hardware guys does it take to change a light bulb? "Well the diagnostics say it's fine buddy, so it's a software problem."

Working...