Package: exfalso
Version: 0.24-2
Severity: normal

Hi,
exfalso /home/erich/foobar  and  exfalse /tmp
work fine, but it doesn't work for /home/foobar

The error IMHO is in the DirectoryTree.go_to function of qltk/filesel.py,
in the line that reads

while head != os.path.dirname(const.HOME) and tail != '':

os.path.dirname(const.HOME) is /home, so it stops immediately for
/home/foobar (which causes head = "/home")

I changed that line to
while os.path.join(head,tail) != const.HOME and tail != '':
and it works fine for me now.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.20.3 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages exfalso depends on:
ii  libgtk2.0-0                   2.10.11-2  The GTK+ graphical user interface 
ii  libmpcdec3                    1.2.2-1    Musepack (MPC) format library
ii  python                        2.4.4-2    An interactive high-level object-o
ii  python-central                0.5.13-0.1 register and build utility for Pyt
ii  python-ctypes                 1.0.1-1    Python package to create and manip
ii  python-gtk2                   2.10.4-2   Python bindings for the GTK+ widge
ii  python-mutagen                1.10.1-1   audio metadata editing library
ii  python-pyvorbis               1.3-1.2    A Python interface to the Ogg Vorb

exfalso recommends no packages.

-- no debconf information


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

Reply via email to