diff options
Diffstat (limited to 'gecko.pm')
-rwxr-xr-x | gecko.pm | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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"); |