[Bug 95519] Re: Nautilus-scripts don't handle blanks in filenames properly

2010-09-15 Thread Bug Watch Updater
** Changed in: nautilus Importance: Unknown = Low -- Nautilus-scripts don't handle blanks in filenames properly https://bugs.launchpad.net/bugs/95519 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 95519] Re: Nautilus-scripts don't handle blanks in filenames properly

2010-04-29 Thread harm
Sorry for digging up an old thread here but I see this as a bug. Reece has a point there, the paths are seporated by new line not a good idea if that's a valid character for directory or file name. If this is fixed with the \0 seporator than all scripts depending on \n would be broken. if Doug

[Bug 95519] Re: Nautilus-scripts don't handle blanks in filenames properly

2008-08-30 Thread Reece
One way to solve your problem is to set IFS to explicitly cause files to be split on newlines, as below. For an explanation of how this works, see the bash man page. Similar functionality exists in sh and zsh (and probably the csh-derived shells as well). #!/bin/bash IFS=$'\n' for file in

[Bug 95519] Re: Nautilus-scripts don't handle blanks in filenames properly

2008-07-28 Thread Sebastien Bacher
the code is opensource you can work yourself on the required changes if you really need those, there is just too many bugs to work on everything and this one is not a high priority one for most users -- Nautilus-scripts don't handle blanks in filenames properly

[Bug 95519] Re: Nautilus-scripts don't handle blanks in filenames properly

2008-07-27 Thread Leolik
this bug - still reproduce in hardy (( please fix this bug -- Nautilus-scripts don't handle blanks in filenames properly https://bugs.launchpad.net/bugs/95519 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 95519] Re: Nautilus-scripts don't handle blanks in filenames properly

2008-06-25 Thread Stefan Wagner
I'm using xfce/xubuntu with Thunar - well - with midnight commander, to ... - Wait! Yes, nautilus is installed. Creating the script, moving it to place, testing: Still failing with file x but working else. -- Nautilus-scripts don't handle blanks in filenames properly

[Bug 95519] Re: Nautilus-scripts don't handle blanks in filenames properly

2008-06-25 Thread Sebastien Bacher
could you try if that's still an issue in hardy? ** Changed in: nautilus (Ubuntu) Status: Confirmed = Triaged -- Nautilus-scripts don't handle blanks in filenames properly https://bugs.launchpad.net/bugs/95519 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 95519] Re: Nautilus-scripts don't handle blanks in filenames properly

2008-05-03 Thread Doug McNutt
Content of $HOME/.gnome2/nautilus-scripts/expose #!/bin/tcsh set report = $HOME/expose.txt echo $report date $report echo Arg1 is $1 $report echo Arg2 is $2 $report echo Arg3 is $3 $report echo NAUTILUS_SCRIPT_SELECTED_FILE_PATHS $report echo $NAUTILUS_SCRIPT_SELECTED_FILE_PATHS $report

[Bug 95519] Re: Nautilus-scripts don't handle blanks in filenames properly

2007-03-30 Thread Sebastien Bacher
Thanks for your bug report. This bug has been reported to the developers of the software. You can track it and make comments here: http://bugzilla.gnome.org/show_bug.cgi?id=424606 ** Changed in: nautilus (Ubuntu) Importance: Undecided = Low Assignee: (unassigned) = Ubuntu Desktop Bugs

[Bug 95519] Re: Nautilus-scripts don't handle blanks in filenames properly

2007-03-30 Thread Bug Watch Updater
** Changed in: nautilus (upstream) Status: Unknown = Unconfirmed -- Nautilus-scripts don't handle blanks in filenames properly https://launchpad.net/bugs/95519 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs