** 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
ubuntu
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
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 $NAUTILU
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
https://bugs.launchpad.net/bugs/955
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
u
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
https://bugs.launchpad.n
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, wh
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_FIL
** 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
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
10 matches
Mail list logo