Re: New (broken) behaviour observed in Debian 11.1
Laurent Carcone <[email protected]>
| Newsgroups | gmane.comp.web.amaya.general |
|---|---|
| Message-ID | <[email protected]> |
Hello Steven,
I created a new report in bugzilla:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=6537
I have the same problem on my kde.
If I select "Open with" then "/usr/lib/Amaya/wx/bin/amaya" (which is the
script that launchs Amaya binary), Amaya tries to open two documents,
whereas if I select "Open with" then "/usr/lib/Amaya/wx/bin/amaya_bin"
(which is the binary), it opens the right document.
What is weird is that the script didn't change between the two versions.
I just made a test on the script (/usr/lib/Amaya/wx/bin/amaya),
enclosing the parameters passed to the binary in quotes, and it works for me
(env XLIB_SKIP_ARGB_VISUALS=1 G_SLICE="always-malloc"
$PREFIX/$AMAYA_INSTALLDIR/$AMAYAGUI/bin/amaya_bin "${1+$@}" instead of
env XLIB_SKIP_ARGB_VISUALS=1 G_SLICE="always-malloc"
$PREFIX/$AMAYA_INSTALLDIR/$AMAYAGUI/bin/amaya_bin ${1+$@} )
We'll fix that problem for the next snapshot/release
Regards,
Laurent
Steven Pemberton wrote:
>
> Amaya 11.1, Debian, running on Asus Eee 901
>
> 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
>
> This is different from Amaya 10, which correctly opened the selected
> file.
>
> Best wishes,
>
> Steven Pemberton
>
>
>