id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
3909,Add user and home to environment,af05v@…,,"On some systems/distributions, the LaTeX exquation generator will fail unless the following is in cfg.d/session.pl:

$c->{session_init} = sub
{
        my( $session, $offline ) = @_;

#needed for openoffice
        $ENV{'USER'} = 'eprints';
        $ENV{'HOME'} = '/home/eprints';

};

Comment from cjg:

Should this be based on the SystemSettings values rather than hard wired? After that it should be fine to add to 3.2
",defect,new,unset,EPrints 3.2.10,-,,normal,,,
