Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 133333
Collapse All | Expand All

(-)mapivi (-1 / +1 lines)
Lines 340-346 Link Here
340
my $maxCommentLength = 2**16 - 3; # a comment block may have max 64kB
340
my $maxCommentLength = 2**16 - 3; # a comment block may have max 64kB
341
341
342
my $trashdir        = "$configdir/trash";     # the trashcan
342
my $trashdir        = "$configdir/trash";     # the trashcan
343
my $plugindir       = "$configdir/PlugIns";   # the mapivi plugin dir
343
my $plugindir       = "/usr/share/mapivi/plugins";   # the mapivi plugin dir
344
my $iptcdir         = "$configdir/IPTC_templates";  # the IPTC templates directory
344
my $iptcdir         = "$configdir/IPTC_templates";  # the IPTC templates directory
345
my $configFile      = "$configdir/mapivirc";  # the configuration file
345
my $configFile      = "$configdir/mapivirc";  # the configuration file
346
my $file_Entry_values = "$configdir/Entry_values";
346
my $file_Entry_values = "$configdir/Entry_values";

Return to bug 133333