[MonoDevelop] Monodevelop and Gnome VFS

Iñigo Illán Aranburu kodeport at terra.es
Mon Feb 5 07:02:07 EST 2007


Hello!

The assembly you are looking for is gnome-vfs-sharp. There is no support
for openning remote files mainly because the code/assembly that opens
the projects and files is gnome/gtk-agnostic and I think the general
opinion is that this should stay as it is.

A solution could be to refactor the code so you could specify a stream
from another assembly which is not gnome/gtk-agnostic but I don't think
this has much benefits. If you want to share the code, you better
install a revision control system server like subversion.


On lun, 2007-02-05 at 04:41 -0300, Juan Cristóbal Olivares wrote:
> I was trying to edit a remote C# code file. I tried it with
> MonoDevelop, but it does not show the remote filesystems configured in
> GNOME (Samba or SSH). Then I did an lsof, and I saw that MonoDevelop
> has gnome-sharp.dll opened: 
> 
> mono      28416    juancri  mem       REG        3,1     300032
> 146194 /usr/lib/mono/gac/gnome-sharp/2.16
> .0.0__35e10195dab3c99f/gnome-sharp.dll
> mono      28416    juancri   22r      REG        3,1     300032
> 146194 /usr/lib/mono/gac/gnome-sharp/2.16 
> .0.0__35e10195dab3c99f/gnome-sharp.dll
> 
> juancri  28416  3.6  4.1 183992 86904 pts/5    Sl+  04:36
> 0:10 /usr/bin/mono ./MonoDevelop.exe
> 
> So, why it does not support the remote filesystems just as gedit
> does? 
> 
> Thanks!
> 
> -- 
> Juan Cristóbal Olivares
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list



More information about the Monodevelop-list mailing list