On Friday 21 September 2007 17:11, Magnus Hjorth wrote:
> 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..

I can beat that. I've got Kubuntu Dapper booted up on the other machine at the 
moment, and the latest version available is 1.4.5b-1ubuntu1. It's nice that 
it's available on Debian, and Kubuntu, but if, as they are, the versions are 
so old, it makes more sense to build it from your latest tarball on Kubuntu, 
as I do on my Fedora installs. It seems to defeat the object of making an app 
available on a distro, if it can't be maintained to a reasonably recent 
version. 

I think I'll install the 1.4.5b version, and see if I can break it, then build 
the 1.4.13 version on Kubuntu.

It's a nice useable app Magnus, and I think the package maintainers are doing 
you an injustice in making it seem that the versions they have available are 
the "latest", which is just not true.

All the best.

Nigel.

>
> > 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