summaryrefslogtreecommitdiffstats
path: root/gecko.pm
diff options
context:
space:
mode:
Diffstat (limited to 'gecko.pm')
-rwxr-xr-xgecko.pm4
1 files changed, 1 insertions, 3 deletions
diff --git a/gecko.pm b/gecko.pm
index 083c3555..2359cb45 100755
--- a/gecko.pm
+++ b/gecko.pm
@@ -7,7 +7,6 @@
use POSIX qw(getenv);
use Gtk::MozEmbed;
use MDK::Common;
-use Locale::GetText;
use lib qw(/usr/lib/libDrakX);
use interactive;
use standalone;
@@ -16,9 +15,8 @@ use standalone;
# unless you use a threaded perl, you need to run this app with:
# LD_PRELOAD=libpthread-0.9.so or something like that to make use of networking
-
-Gtk->set_locale;
init Gtk;
+Gtk->set_locale;
system("LD_PRELOAD=libpthread.so ; export LD_PRELOAD");