Package: azureus
Version: 2.3.0.6-3
Severity: wishlist

Hi,

Due to an incorrect path verification, the Web interface plugin does not
work if /home is a symlink. While the bug really is in the plugin, there
is an easy workaround by passing the resolved name of the home directory
to azureus:

--- azureus.orig        2006-02-18 22:46:19.000000000 +0100
+++ azureus     2006-02-21 16:16:50.000000000 +0100
@@ -7,5 +7,6 @@
        cd ~/.Azureus
 fi
 exec java -Djava.library.path=/usr/lib/jni:/usr/lib \
+       -Duser.home=`readlink -f $HOME` \
        -classpath Azureus2.jar:/usr/share/java/Azureus2.jar:$JARS \
        org.gudy.azureus2.ui.swt.Main "$@"

Please consider including this workaround in the Debian package.

Gabor

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (500, 'stable'), (101, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15.4
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages azureus depends on:
ii  gij-4.1 [java-virtual-mac 4.1-0exp7      The GNU Java bytecode interpreter
ii  ibm-j2sdk1.4 [java2-runti 1.4.2          Java(TM) 2 SDK, Standard Edition, 
ii  libcommons-cli-java       1.0-8          API for working with the command l
ii  liblog4j1.2-java          1.2.13-1       Logging library for java
ii  libseda-java              3.0-3          the Staged Event-Driven Architectu
ii  libswt-gtk-3.1-java       3.1.2-1        Standard Widget Toolkit for GTK Ja
ii  sun-j2sdk1.4 [java2-runti 1.4.2+08       Java(TM) 2 SDK, Standard Edition, 
ii  sun-j2sdk1.5 [java2-runti 1.5.0+update06 Java(TM) 2 SDK, Standard Edition, 

Versions of packages azureus recommends:
ii  java-package                  0.27       utility for building Java(TM) 2 re

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to