Re: New (broken) behaviour observed in Debian 11.1
Helder Magalhães <[email protected]>
| Newsgroups | gmane.comp.web.amaya.general |
|---|---|
| Message-ID | <[email protected]> |
> If in the file manager, I select a file, say
>
> /home/user/My Documents/2009/file.html
>
> and right click and select "Open with Amaya", then Amaya tries to open two
> documents:
>
> /home/user/My
>
> and
>
> /home/user/Documents/2009/file.html
One of two things occur to me:
* Bug in the file manager, which should escape the space
(/home/user/My\ Documents/2009/file.html) or enclose with quotes
("/home/user/My Documents/2009/file.html") while providing the opening
parameter to Amaya;
* Bug in Amaya, which can be using space for opening multiple tabs. I
recall a somehow recent, similar Firefox issue [1] which had to do
with using the pipe (|) character for the purpose.
Hope this helps,
Helder Magalhães
[1] https://bugzilla.mozilla.org/show_bug.cgi?id=270832