Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 356575 | Differences between
and this patch

Collapse All | Expand All

(-)pac/lib/PACShell.pm (-3 / +1 lines)
Lines 37-45 Link Here
37
use Gtk2 '-init';
37
use Gtk2 '-init';
38
38
39
# Gnome2 - VTE
39
# Gnome2 - VTE
40
unshift( @INC, $RealBin . '/lib/ex/vte' . $PACUtils::ARCH );
40
use Gnome2::Vte;
41
require "$RealBin/lib/ex/vte" . $PACUtils::ARCH . "/Gnome2/Vte.pm";
42
die "ERROR: Could not load Gnome2::Vte Perl module from $RealBin/lib/ex/vte${PACUtils::ARCH} directory! ($@)" if $@;
43
41
44
# PAC modules
42
# PAC modules
45
use PACUtils;
43
use PACUtils;
(-)pac/lib/PACTerminal.pm (-3 / +1 lines)
Lines 44-52 Link Here
44
my $SOURCEVIEW = ! $@;
44
my $SOURCEVIEW = ! $@;
45
45
46
# Gnome2 - VTE
46
# Gnome2 - VTE
47
unshift( @INC, $RealBin . '/lib/ex/vte' . $PACUtils::ARCH );
47
use Gnome2::Vte;
48
require "$RealBin/lib/ex/vte" . $PACUtils::ARCH . "/Gnome2/Vte.pm";
49
die "ERROR: Could not load Gnome2::Vte Perl module from $RealBin/lib/ex/vte${PACUtils::ARCH} directories! ($@)" if $@;
50
48
51
# PAC modules
49
# PAC modules
52
use PACUtils;
50
use PACUtils;

Return to bug 356575