Page 1 of 1

[RESOLVED] Export Whitelist error under Linux

Posted: Sat Sep 17, 2011 3:23 pm
by SeanM
Under Linux (openSUSE 11.4, KDE 4.7.1), running Firefox 6.0.2 and NoScript 2.1.2.9rc1, attempts to export the whitelist presents

Image
(note that the destination is "Custom Path > .." and the target DSN is ".")

Next, navigate to the desired destination:

Image
click "Save" and the response is

Image

Circumvention:

At the initial display (above), click on "Home" in the upper-left (or any valid destination), and receive

Image

Navigate to the desired destination, and provide an alternate filename, if desired:

Image

click "Save", and the whitelist is correctly exported.

(Take note that under Windows, the initial export panel correctly anchors to "My Documents" (Windows/XP).)

Possible origin of the problem is anchoring (the "Custom Path > ..) to the Linux root /Home directory, rather than the users true Home. NoScript, running under the user, would not normally have write access to the root directory, nor the root/Home anchor.

Re: Export Whitelist error under Linux

Posted: Mon Sep 19, 2011 5:47 am
by Tom T.
I've flagged this for Giorgio's personal attention.
Thanks for the bug report, SeanM.

Re: Export Whitelist error under Linux

Posted: Mon Sep 19, 2011 6:25 am
by Giorgio Maone
Investigating, thanks.

Re: Export Whitelist error under Linux

Posted: Tue Sep 20, 2011 12:51 pm
by Giorgio Maone

Re: Export Whitelist error under Linux

Posted: Tue Sep 20, 2011 4:53 pm
by SeanM
Giorgio Maone wrote:Fixed in latest development build 2.1.3rc1.
Installed and tested above build. Export anchors to the users home (the Linux userid). The export function sets the default exported file name to the userid, and may be changed to any valid filename, including appending ".txt", if desired, for Windows.

Thanks for the solution!