Hi again!

On Fri, 2007-09-21 at 07:18 -0500, Mario Vano wrote:
> Magnus Hjorth wrote:
> > Could you try to launch the file command in the same way you would 
> > launch mhwaveedit, i.e.:
> > 
> > file "name with spaces.wav"
> > 
> > and see if that works.
> 
> [EMAIL PROTECTED]:~$ sessions/orange/live/export/name\ with\ spaces.wav bash: 
> sessions/orange/live/export/name with spaces.wav: Permission denied

Not that it matters now, but this wasn't what I meant. I meant using the
command that is called 'file', not trying to run the wav file itself. 

> 
> > 
> > Also, to make sure you are actually launching the program and not some 
> > alias or shell script wrapper, could you try these commands in a terminal:
> 
> That's it!
> Another Debian wrapper!
> Sorry, I should have caught this one myself.
> 
> -----------------
> [EMAIL PROTECTED]:~$ which mhwaveedit
> /usr/bin/mhwaveedit
> [EMAIL PROTECTED]:~$ ls -l /usr/bin/mhwaveedit
> -rwxr-xr-x 1 root root 295 2006-10-10 06:36 /usr/bin/mhwaveedit
> [EMAIL PROTECTED]:~$ less /usr/bin/mhwaveedit
> [EMAIL PROTECTED]:~$ cat /usr/bin/mhwaveedit
> #!/bin/sh
> #
> # Little script to set up the environment before launching mhwaveedit
> #
> LADSPA_DEFAULT_PATH=/usr/lib/ladspa
> 
> set | grep LADSPA_PATH | grep LADSPA_DEFAULT_PATH
> 
> if [ $? -ne 0 ]; then
>          export LADSPA_PATH=${LADSPA_DEFAULT_PATH}:${LADSPA_PATH}
> fi
> 
> /usr/lib/mhwaveedit/mhwaveedit.real $@
> 
> ------------------------------

I think you can fix this by changing the last line to:
/usr/lib/mhwaveedit/mhwaveedit.real "$@"


> 
> mhwaveedit.real does NOT exhibit the problem.
> 
> I'm not exactly sure I understand why that doesn't work, however, I can 
> set up my own workaround now that I see what's happening.

See fix above...

> 
> I have never had much luck navigating the Debian bug reporting system. 
> The maintainer for the package might take a report from you more seriously.

I'll see what I can do. But if mhwaveedit for Debian is still at version
1.4.9, which is four releases and more than a year behind, I wouldn't
expect rapid fixing by the package maintainer..

> 
> thanks and keep up the good work.
> 
> Mario
> 
> �


_______________________________________________
Mhwaveedit-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/mhwaveedit-discuss

Reply via email to