Bug 139262 - KAudioCreator fails to encode files with '!' in their name when SHELL is /bin/tcsh
Summary: KAudioCreator fails to encode files with '!' in their name when SHELL is /bin...
Status: RESOLVED DUPLICATE of bug 135860
Alias: None
Product: kaudiocreator
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Gerd Fleischer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-27 02:41 UTC by Ariel
Modified: 2007-07-22 22:06 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ariel 2006-12-27 02:41:40 UTC
Version:           1.13 (using KDE 3.5.5, Kubuntu (edgy) 4:3.5.5-0ubuntu3)
Compiler:          Target: i486-linux-gnu
OS:                Linux (i686) release 2.6.17-10-generic

While ripping/encoding an audio CD one song failed encoding.
Looking at the logs revealed a [t]csh style error:

  .mp3: Event not found

Target file name (as received from freedb, I suppose) was:
   "Beatles - 07 - Being For The Benefit Of Mr Kite!.mp3"

Looks like the encoder session was using /bin/tcsh where '!' is expanded even within quotes.

Possible fix:
The encoder session should be called with the shell forced to /bin/sh (rather than anything in the environment) so results are more predictable.

To reproduce use an account with tcsh as its default shell (and possibly with SHELL env var set to '/bin/tcsh', not sure here) and try to encode a song with '!' in its name.
Comment 1 Richard Lärkäng 2007-07-22 22:06:22 UTC

*** This bug has been marked as a duplicate of 135860 ***