[Bug 1077970]

2015-03-08 Thread Landry-o
*** Bug 11634 has been marked as a duplicate of this bug. ***

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

Title:
  exo-open fails when html filename contains spaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/exo/+bug/1077970/+subscriptions

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


[Bug 1077970]

2015-03-08 Thread Bluesabre-1
Thanks for additional test and a new patch.  Applied at
http://git.xfce.org/xfce/exo/commit/?id=b4200c9bab9f60e61a100dd12d841c2588b360d8

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

Title:
  exo-open fails when html filename contains spaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/exo/+bug/1077970/+subscriptions

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


[Bug 1077970] Re: exo-open fails when html filename contains spaces

2015-03-08 Thread Bug Watch Updater
** Changed in: exo
   Status: Confirmed = Fix Released

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

Title:
  exo-open fails when html filename contains spaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/exo/+bug/1077970/+subscriptions

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


[Bug 1077970]

2015-03-01 Thread Steve Dodier-Lazaro
Reopening as the patch has had unwanted side effects, as per Evangelos'
last comment

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

Title:
  exo-open fails when html filename contains spaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/exo/+bug/1077970/+subscriptions

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


[Bug 1077970]

2015-03-01 Thread Evangelos Foutras
Created attachment 6022
Don't quote arguments passed to terminal emulators

This is my proposed patch. It basically reverts the quoting changes made
to all terminal emulator helpers except for Sakura which weirdly enough
doesn't work without quotes.

I briefly checked all terminals except the Debian one and nxterm, and
they behave correctly after the patch. If I remember correctly,
qterminal and xterm also worked fine with quotes.

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

Title:
  exo-open fails when html filename contains spaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/exo/+bug/1077970/+subscriptions

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


[Bug 1077970]

2015-03-01 Thread Evangelos Foutras
Unfortunately, this patch breaks invocations such as the following:

$ exo-open --launch TerminalEmulator screen -S test

The resulting error is:

  Failed to execute child
  Failed to execute child process screen -S test (No such file or directory)

The expected outcome would be to open a terminal emulator window that
executes the command screen -S test.

'exo-open --help' confirms that this behavior is indeed incorrect:

=
Else, if you specify the --launch option, you can select which preferred 
application you want to run, and pass additional parameters to the application 
(i.e. for TerminalEmulator you can pass the command line that should be run in 
the terminal).
=

At least the changes to xfce4-terminal.desktop.in.in need to be
reverted. I'm not sure how the other terminals behave but we could
possibly test them.

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

Title:
  exo-open fails when html filename contains spaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/exo/+bug/1077970/+subscriptions

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


[Bug 1077970] Re: exo-open fails when html filename contains spaces

2015-03-01 Thread Bug Watch Updater
** Changed in: exo
   Status: Fix Released = Confirmed

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

Title:
  exo-open fails when html filename contains spaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/exo/+bug/1077970/+subscriptions

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


[Bug 1077970]

2015-02-17 Thread Bluesabre-1
Thanks for the bug report and patch. Fixed in
http://git.xfce.org/xfce/exo/commit/?id=8cd3233f1d2312670444a202f79d55b98286aa4f

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

Title:
  exo-open fails when html filename contains spaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/exo/+bug/1077970/+subscriptions

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


[Bug 1077970] Re: exo-open fails when html filename contains spaces

2015-02-17 Thread Bug Watch Updater
** Changed in: exo
   Status: Confirmed = Fix Released

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

Title:
  exo-open fails when html filename contains spaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/exo/+bug/1077970/+subscriptions

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


[Bug 1077970]

2014-11-22 Thread urusha
Created attachment 5757
helpers.patch

I think all helpers should be fixed. Here is the patch.

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

Title:
  exo-open fails when html filename contains spaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/exo/+bug/1077970/+subscriptions

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


[Bug 1077970] Re: exo-open fails when html filename contains spaces

2014-11-19 Thread urusha
Not only firefox helper requires a fix. Here are the helpers that need it:
# grep -l '%s;' /usr/share/xfce4/helpers/*
/usr/share/xfce4/helpers/aterm.desktop
/usr/share/xfce4/helpers/debian-x-terminal-emulator.desktop
/usr/share/xfce4/helpers/firefox.desktop
/usr/share/xfce4/helpers/gnome-terminal.desktop
/usr/share/xfce4/helpers/icecat.desktop
/usr/share/xfce4/helpers/iceweasel.desktop
/usr/share/xfce4/helpers/links.desktop
/usr/share/xfce4/helpers/lynx.desktop
/usr/share/xfce4/helpers/mozilla-browser.desktop
/usr/share/xfce4/helpers/netscape-navigator.desktop
/usr/share/xfce4/helpers/nxterm.desktop
/usr/share/xfce4/helpers/sakura.desktop
/usr/share/xfce4/helpers/urxvt.desktop
/usr/share/xfce4/helpers/w3m.desktop
/usr/share/xfce4/helpers/xfce4-terminal.desktop
/usr/share/xfce4/helpers/xterm.desktop

Here is a proper fix:
# sed -i 's/%s;/%s;/' /usr/share/xfce4/helpers/*

Please, backport it to trusty.

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

Title:
  exo-open fails when html filename contains spaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/exo/+bug/1077970/+subscriptions

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


[Bug 1077970]

2014-08-08 Thread Yves-Alexis Perez
Can someone take a look a this?

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

Title:
  exo-open fails when html filename contains spaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/exo/+bug/1077970/+subscriptions

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


[Bug 1077970] Re: exo-open fails when html filename contains spaces

2014-05-29 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/utopic-proposed/exo

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

Title:
  exo-open fails when html filename contains spaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/exo/+bug/1077970/+subscriptions

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


[Bug 1077970] Re: exo-open fails when html filename contains spaces

2014-05-29 Thread Launchpad Bug Tracker
This bug was fixed in the package exo - 0.10.2-3ubuntu2

---
exo (0.10.2-3ubuntu2) utopic; urgency=medium

  * debian/patches
- html-with-spaces.patch (LP: #1077970)
- file-manager-inode-directory.patch (LP: #1310979)
 -- Alad Wenter the.changing.s...@gmail.com   Fri, 25 Apr 2014 14:22:14 +0200

** Changed in: exo (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  exo-open fails when html filename contains spaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/exo/+bug/1077970/+subscriptions

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


[Bug 1077970] Re: exo-open fails when html filename contains spaces

2014-04-25 Thread Alad Wenter
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1077970

Title:
  exo-open fails when html filename contains spaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/exo/+bug/1077970/+subscriptions

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


[Bug 1077970] Re: exo-open fails when html filename contains spaces

2014-04-25 Thread Alad Wenter
** Patch added: firefox.diff
   
https://bugs.launchpad.net/ubuntu/+source/exo/+bug/1077970/+attachment/4096486/+files/firefox.diff

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

Title:
  exo-open fails when html filename contains spaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/exo/+bug/1077970/+subscriptions

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


[Bug 1077970] Re: exo-open fails when html filename contains spaces

2014-04-25 Thread Alad Wenter
** Patch removed: firefox.diff
   
https://bugs.launchpad.net/ubuntu/+source/exo/+bug/1077970/+attachment/4096486/+files/firefox.diff

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

Title:
  exo-open fails when html filename contains spaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/exo/+bug/1077970/+subscriptions

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


[Bug 1077970] Re: exo-open fails when html filename contains spaces

2014-04-25 Thread Alad Wenter
Fixed for trusty in this ppa:

https://launchpad.net/~the-changing-side/+archive/ppa

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

Title:
  exo-open fails when html filename contains spaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/exo/+bug/1077970/+subscriptions

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


[Bug 1077970] Re: exo-open fails when html filename contains spaces

2014-04-10 Thread Davide Olianas
I'm affected by the same bug on xubuntu 14.04 amd64. Path is splitted
whether or not Firefox is already running.

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

Title:
  exo-open fails when html filename contains spaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/exo/+bug/1077970/+subscriptions

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


[Bug 1077970] Re: exo-open fails when html filename contains spaces

2014-04-10 Thread Thaddäus Tintenfisch
** Bug watch added: Xfce Bugzilla #10731
   https://bugzilla.xfce.org/show_bug.cgi?id=10731

** Also affects: exo via
   https://bugzilla.xfce.org/show_bug.cgi?id=10731
   Importance: Unknown
   Status: Unknown

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

Title:
  exo-open fails when html filename contains spaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/exo/+bug/1077970/+subscriptions

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


[Bug 1077970] Re: exo-open fails when html filename contains spaces

2014-04-10 Thread Bug Watch Updater
Launchpad has imported 1 comments from the remote bug at
https://bugzilla.xfce.org/show_bug.cgi?id=10731.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2014-03-06T09:31:08+00:00 Theaterghost wrote:

I traced the problem to this file:
/usr/share/xfce4/helpers/firefox.desktop

When I changed the existing line:

X-XFCE-CommandsWithParameter=%B -remote openURL(%s);%B %s;

To this (adding quotes to %s):

X-XFCE-CommandsWithParameter=%B -remote openURL(%s);%B %s;

the problem went away.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/exo/+bug/1077970/comments/4


** Changed in: exo
   Status: Unknown = Confirmed

** Changed in: exo
   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/1077970

Title:
  exo-open fails when html filename contains spaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/exo/+bug/1077970/+subscriptions

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


[Bug 1077970] Re: exo-open fails when html filename contains spaces

2014-01-02 Thread Christian F.
Same thing on Xubuntu 12.04 (amd64) and I observed normal behaviour on a
second try with  firefox instance still / already opened. If FF isn't
running, path is splitted into several tabs.

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

Title:
  exo-open fails when html filename contains spaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/exo/+bug/1077970/+subscriptions

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


[Bug 1077970] Re: exo-open fails when html filename contains spaces

2013-04-28 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: exo (Ubuntu)
   Status: New = Confirmed

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

Title:
  exo-open fails when html filename contains spaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/exo/+bug/1077970/+subscriptions

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


[Bug 1077970] [NEW] exo-open fails when html filename contains spaces

2012-11-12 Thread spapani
Public bug reported:

When running the exo-open command with an html filename containing
spaces, firefox fails to open the file as it considers that the request
is to open two files.

Reproducible by running:

  echo 'htmlbodyTest/body/html'  'file name.html'
  exo-open 'file name.html'

which results in firefox opening one tab for 'file' and one for
'name.html'. Please note that this also affects the thunar file manager,
so that double-clicking on 'file name.txt' again opens two tabs, instead
of opening the correct file.

Interestingly, note that this does not happen for e.g. text files, so
that

  echo 'Test'  'file name.txt' 
  exo-open 'file name.txt'

works as expected.

Please note that I have installed the 'Xubuntu desktop' using tasksel,
after installing Ubuntu through mini.iso .

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: exo-utils 0.8.0-1
ProcVersionSignature: Ubuntu 3.5.0-18.29-generic 3.5.7
Uname: Linux 3.5.0-18-generic x86_64
ApportVersion: 2.6.1-0ubuntu6
Architecture: amd64
Date: Mon Nov 12 14:37:05 2012
MarkForUpload: True
SourcePackage: exo
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: exo (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug quantal

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

Title:
  exo-open fails when html filename contains spaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/exo/+bug/1077970/+subscriptions

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