Package: freevo Version: 1.8.1-3 Severity: normal When running as a regular user (part of the freevo group):
freevo imdb -s test I got the imdb usage message. When running freevo -d imdb -s test the GUI starts up (and not as expected the imdb-fetch command). In the /usr/bin/freevo startup script there's the following instruction: exec sg freevo -c "$DAEMON.real $@" The arguments expanded by $@ were not interpreted as one string (as sg requires) but as parts. I.e. only the first argument was passed to the /usr/bin/freevo.real command and not all arguments. Changing the command in the script as X="$DAEMON.real $@" and then exec sg freevo -c "$X" makes all things work fine. There's a patch on Launchpad bug #314720. -- System Information: Debian Release: lenny/sid APT prefers intrepid-updates APT policy: (500, 'intrepid-updates'), (500, 'intrepid-security'), (500, 'intrepid-backports'), (500, 'intrepid') Architecture: amd64 (x86_64) Kernel: Linux 2.6.27-9-generic (SMP w/1 CPU core) Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- Alessio Treglia <[email protected]> Homepage: http://www.alessiotreglia.com, IRC: quadrispro, Skype: quadrispro 0FEC 59A5 E18E E04F 6D40 593B 45D4 8C7C DCFC 3FD0 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

