[Bug 220750] Re: xdg-open breaks on spaces in paths when using generic open method

2011-02-03 Thread Bug Watch Updater
** Changed in: xdg-utils
   Importance: Unknown = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/220750

Title:
  xdg-open breaks on spaces in paths when using generic open method

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 220750] Re: xdg-open breaks on spaces in paths when using generic open method

2011-01-25 Thread Bug Watch Updater
** Changed in: xdg-utils
   Importance: Medium = Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/220750

Title:
  xdg-open breaks on spaces in paths when using generic open method

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 220750] Re: xdg-open breaks on spaces in paths when using generic open method

2010-10-05 Thread Sergey Trofimov
Broken in karmic.
Version: 1.0.2+cvs20100307-1

-- 
xdg-open breaks on spaces in paths when using generic open method
https://bugs.launchpad.net/bugs/220750
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 220750] Re: xdg-open breaks on spaces in paths when using generic open method

2010-10-05 Thread Sergey Trofimov
Sorry, broken in maverick.
Version: 1.0.2+cvs20100307-1
Fixed for myself by settings IFS to null.

-- 
xdg-open breaks on spaces in paths when using generic open method
https://bugs.launchpad.net/bugs/220750
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 220750] Re: xdg-open breaks on spaces in paths when using generic open method

2009-02-22 Thread Bug Watch Updater
** Changed in: xdg-utils
   Status: Confirmed = Fix Released

-- 
xdg-open breaks on spaces in paths when using generic open method
https://bugs.launchpad.net/bugs/220750
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 220750] Re: xdg-open breaks on spaces in paths when using generic open method

2009-02-21 Thread James Westby
Hi,

This is confirmed fixed on Jaunty.

Thanks,

James


** Changed in: xdg-utils (Ubuntu)
   Status: Triaged = Fix Released

-- 
xdg-open breaks on spaces in paths when using generic open method
https://bugs.launchpad.net/bugs/220750
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 220750] Re: xdg-open breaks on spaces in paths when using generic open method

2008-05-15 Thread Bug Watch Updater
** Changed in: xdg-utils
   Status: Unknown = Confirmed

-- 
xdg-open breaks on spaces in paths when using generic open method
https://bugs.launchpad.net/bugs/220750
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 220750] Re: xdg-open breaks on spaces in paths when using generic open method

2008-05-14 Thread Greg Grossmeier
** Also affects: xdg-utils via
   https://bugs.freedesktop.org/show_bug.cgi?id=15661
   Importance: Unknown
   Status: Unknown

-- 
xdg-open breaks on spaces in paths when using generic open method
https://bugs.launchpad.net/bugs/220750
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 220750] Re: xdg-open breaks on spaces in paths when using generic open method

2008-05-11 Thread Greg Grossmeier
** Tags added: bitesize

-- 
xdg-open breaks on spaces in paths when using generic open method
https://bugs.launchpad.net/bugs/220750
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 220750] Re: xdg-open breaks on spaces in paths when using generic open method

2008-04-27 Thread Greg Grossmeier
** Changed in: xdg-utils (Ubuntu)
   Status: Confirmed = Triaged

-- 
xdg-open breaks on spaces in paths when using generic open method
https://bugs.launchpad.net/bugs/220750
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 220750] Re: xdg-open breaks on spaces in paths when using generic open method

2008-04-22 Thread John Carlyle-Clarke

** Attachment added: Patch to fix this bug
   http://launchpadlibrarian.net/13829792/diff.patch

-- 
xdg-open breaks on spaces in paths when using generic open method
https://bugs.launchpad.net/bugs/220750
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 220750] Re: xdg-open breaks on spaces in paths when using generic open method

2008-04-22 Thread Greg Grossmeier
Confirmed this behavior in Hardy with the following:

[EMAIL PROTECTED]:~$echo $GNOME_DESKTOP_SESSION_ID
Default
[EMAIL PROTECTED]:~$unset GNOME_DESKTOP_SESSION_ID
[EMAIL PROTECTED]:~$echo $GNOME_DESKTOP_SESSION_ID

[EMAIL PROTECTED]:~$touch file\ with\ spaces.txt
[EMAIL PROTECTED]:~$xdg-open file\ with\ spaces.txt 
local: 438: spaces.txt: bad variable name
Warning: unknown mime-type for file -- using application/*
Error: no such file file
[EMAIL PROTECTED]:~$touch file%20with%20a\ space.txt
[EMAIL PROTECTED]:~$ls | grep file
file%20with%20a space.txt
file with spaces.txt
[EMAIL PROTECTED]:~$xdg-open file%20with%20a\ space.txt 
local: 438: space.txt: bad variable name
Warning: unknown mime-type for file%20with%20a -- using application/*
Error: no such file file%20with%20a

After an export GNOME_DESKTOP_SESSION_ID=Default the above xdg-open
commands work as expected.

I did not try the patch.

** Changed in: xdg-utils (Ubuntu)
   Importance: Undecided = Low
   Status: New = Confirmed

-- 
xdg-open breaks on spaces in paths when using generic open method
https://bugs.launchpad.net/bugs/220750
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 220750] Re: xdg-open breaks on spaces in paths when using generic open method

2008-04-22 Thread John Carlyle-Clarke
Submitted to freedesktop.org as
https://bugs.freedesktop.org/show_bug.cgi?id=15661

-- 
xdg-open breaks on spaces in paths when using generic open method
https://bugs.launchpad.net/bugs/220750
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs