I've committed a change to configure.ac which defaults the GNOME VFS feature to 'on' if automake detects that the Gnome VFS library is present on the system.
Keep an eye out for bugs; I've fixed all the ones I've known about.
As a reminder, the GNOME VFS feature makes it possible to specify a URL on the commandline when starting inkscape. I.e.:
$ inkscape http://mysite.org/foobar.svg
It will load the svg file via http into memory and launch Inkscape.
There is no support for this in the File Open dialog at this time; it still works only with local files. I don't have any plans to change that, so if you want it, feel free to add it.
Bryce
On Sun, 2005-05-08 at 22:48 -0700, Bryce Harrington wrote:
I've committed a change to configure.ac which defaults the GNOME VFS feature to 'on' if automake detects that the Gnome VFS library is present on the system.
Keep an eye out for bugs; I've fixed all the ones I've known about.
As a reminder, the GNOME VFS feature makes it possible to specify a URL on the commandline when starting inkscape. I.e.:
$ inkscape http://mysite.org/foobar.svg
It will load the svg file via http into memory and launch Inkscape.
There is no support for this in the File Open dialog at this time; it still works only with local files. I don't have any plans to change that, so if you want it, feel free to add it.
Bryce, what do you see the implementation of this as resembling in the File Open dialog? Also, maybe a quick run down of what you are thinking would be nice...
Jon
This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
On Mon, May 09, 2005 at 07:06:45PM -0700, Jon Phillips wrote:
On Sun, 2005-05-08 at 22:48 -0700, Bryce Harrington wrote:
I've committed a change to configure.ac which defaults the GNOME VFS feature to 'on' if automake detects that the Gnome VFS library is present on the system.
Keep an eye out for bugs; I've fixed all the ones I've known about.
As a reminder, the GNOME VFS feature makes it possible to specify a URL on the commandline when starting inkscape. I.e.:
$ inkscape http://mysite.org/foobar.svg
It will load the svg file via http into memory and launch Inkscape.
There is no support for this in the File Open dialog at this time; it still works only with local files. I don't have any plans to change that, so if you want it, feel free to add it.
Bryce, what do you see the implementation of this as resembling in the File Open dialog? Also, maybe a quick run down of what you are thinking would be nice...
Dunno, but a few people had asked about if they could paste URL's into that dialog, so I figured I'd point out that you couldn't. ;-)
Bryce
On Mon, 2005-05-09 at 23:05 -0700, Bryce Harrington wrote:
On Mon, May 09, 2005 at 07:06:45PM -0700, Jon Phillips wrote:
On Sun, 2005-05-08 at 22:48 -0700, Bryce Harrington wrote:
I've committed a change to configure.ac which defaults the GNOME VFS feature to 'on' if automake detects that the Gnome VFS library is present on the system.
Keep an eye out for bugs; I've fixed all the ones I've known about.
As a reminder, the GNOME VFS feature makes it possible to specify a URL on the commandline when starting inkscape. I.e.:
$ inkscape http://mysite.org/foobar.svg
It will load the svg file via http into memory and launch Inkscape.
There is no support for this in the File Open dialog at this time; it still works only with local files. I don't have any plans to change that, so if you want it, feel free to add it.
Bryce, what do you see the implementation of this as resembling in the File Open dialog? Also, maybe a quick run down of what you are thinking would be nice...
Dunno, but a few people had asked about if they could paste URL's into that dialog, so I figured I'd point out that you couldn't. ;-)
Maybe there can be an Open File from URL or something in the menu that opens a simple popup with input box and ok and cancel button...
I bet Bulia would have a good idea how to do this right ;)
Jon
This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
On Mon, 09 May 2005 23:25:59 -0700, Jon Phillips wrote:
Maybe there can be an Open File from URL or something in the menu that opens a simple popup with input box and ok and cancel button...
The GTK file picker supports it, look at the local-only property (I think that's what you want here)
participants (3)
-
Bryce Harrington
-
Jon Phillips
-
Mike Hearn