Malcolm Fitzgerald | 20 Dec 2009 01:44

Opening remote files under Mac OSX

I'm keen to edit remote files directly from bluefish. I installed bluefish-devel under mac ports. After
reading that bluefish relies on gnome-vfs I installed gnome-vfs. However, I receive this error when I
attempt to open a file via ftp.

Dec 20 11:36:14 pwz [0x0-0x21021].org.x.X11[435]: (bluefish-unstable:40249): Gtk-WARNING **:
Unable to find default local directory monitor type

Any suggestions

Malcolm-- 
To unsubscribe from this list: send the line "unsubscribe bluefish-users" in
the body of a message to listar@...
List Web Page: http://www.ems.ru/cgi-bin/listargate.cgi
Main Web Page: http://bluefish.openoffice.nl/

Daniel Leidert | 20 Dec 2009 10:32
Picon

Re: Opening remote files under Mac OSX

Am Sonntag, den 20.12.2009, 11:44 +1100 schrieb Malcolm Fitzgerald:
> I'm keen to edit remote files directly from bluefish. I installed
> bluefish-devel under mac ports. After reading that bluefish relies on
> gnome-vfs I installed gnome-vfs. However, I receive this error when I
> attempt to open a file via ftp.

The development version of bluefish needs gvfs (and its backends) not
gnome-vfs. The latter is used by the 1.0 series of bluefish.

> Dec 20 11:36:14 pwz [0x0-0x21021].org.x.X11[435]:
> (bluefish-unstable:40249): Gtk-WARNING **: Unable to find default
> local directory monitor type

This should be related to the file chooser. If you have the GNU debugger
installed, you might try:

gdb bluefish-unstable
(gdb) r --g-fatal-warnings

and then send us the backtrace (`bt full') when it comes to this fatal
warning.

Regards, Daniel

--

-- 
To unsubscribe from this list: send the line "unsubscribe bluefish-users" in
the body of a message to listar@...
List Web Page: http://www.ems.ru/cgi-bin/listargate.cgi
Main Web Page: http://bluefish.openoffice.nl/

(Continue reading)

Olivier Sessink | 20 Dec 2009 11:18
Picon
Gravatar

Re: Opening remote files under Mac OSX

Malcolm Fitzgerald wrote:
> I'm keen to edit remote files directly from bluefish. I installed
> bluefish-devel under mac ports. After reading that bluefish relies on
> gnome-vfs I installed gnome-vfs. However, I receive this error when I
> attempt to open a file via ftp.
> 
> Dec 20 11:36:14 pwz [0x0-0x21021].org.x.X11[435]:
> (bluefish-unstable:40249): Gtk-WARNING **: Unable to find default
> local directory monitor type

in addition to the comments from Daniel: what happens if you use 'Open 
URL' and enter ftp://username <at> host/path/to/file ? This does not use the 
gtk file browser.

Olivier
--

-- 
To unsubscribe from this list: send the line "unsubscribe bluefish-users" in
the body of a message to listar@...
List Web Page: http://www.ems.ru/cgi-bin/listargate.cgi
Main Web Page: http://bluefish.openoffice.nl/

Peter Moll | 20 Dec 2009 11:35
Picon
Favicon

Re: Opening remote files under Mac OSX

I use Macfuse ( http://code.google.com/p/macfuse/ ) and Macfusion ( http://www.macfusionapp.org/ ) to
mount ftp volumes in the finder. Then I can edit the files remotely in Bluefish, the ftp volume is mounted
under /Volumes.

Op 20 dec 2009, om 01:44 heeft Malcolm Fitzgerald het volgende geschreven:

> I'm keen to edit remote files directly from bluefish. I installed bluefish-devel under mac ports. After
reading that bluefish relies on gnome-vfs I installed gnome-vfs. However, I receive this error when I
attempt to open a file via ftp.
> 
> Dec 20 11:36:14 pwz [0x0-0x21021].org.x.X11[435]: (bluefish-unstable:40249): Gtk-WARNING **:
Unable to find default local directory monitor type
> 
> 
> Any suggestions
> 
> Malcolm--
> To unsubscribe from this list: send the line "unsubscribe bluefish-users" in
> the body of a message to listar@...
> List Web Page: http://www.ems.ru/cgi-bin/listargate.cgi
> Main Web Page: http://bluefish.openoffice.nl/
> 
> 

--

-- 
To unsubscribe from this list: send the line "unsubscribe bluefish-users" in
the body of a message to listar@...
List Web Page: http://www.ems.ru/cgi-bin/listargate.cgi
Main Web Page: http://bluefish.openoffice.nl/

(Continue reading)

Malcolm Fitzgerald | 20 Dec 2009 23:55

Re: Opening remote files under Mac OSX


On 20/12/2009, at 8:32 PM, Daniel Leidert wrote:

> Am Sonntag, den 20.12.2009, 11:44 +1100 schrieb Malcolm Fitzgerald:
>> I'm keen to edit remote files directly from bluefish. I installed
>> bluefish-devel under mac ports. After reading that bluefish relies on
>> gnome-vfs I installed gnome-vfs. However, I receive this error when I
>> attempt to open a file via ftp.
> 
> The development version of bluefish needs gvfs (and its backends) not
> gnome-vfs. The latter is used by the 1.0 series of bluefish.
> 
>> Dec 20 11:36:14 pwz [0x0-0x21021].org.x.X11[435]:
>> (bluefish-unstable:40249): Gtk-WARNING **: Unable to find default
>> local directory monitor type
> 
> This should be related to the file chooser. If you have the GNU debugger
> installed, you might try:
> 
> gdb bluefish-unstable
> (gdb) r --g-fatal-warnings
> 
> and then send us the backtrace (`bt full') when it comes to this fatal
> warning.

I installed gvfs and I now get a different set of errors. I had the console open and observed that the error
occurs when the Open File dialog window is opened. It appears as though I do have gdb installed but I've
never used it before. I've included the results below.

## from the system.log
(Continue reading)

Malcolm Fitzgerald | 20 Dec 2009 23:59

Re: Opening remote files under Mac OSX


On 20/12/2009, at 9:18 PM, Olivier Sessink wrote:

> Malcolm Fitzgerald wrote:
>> I'm keen to edit remote files directly from bluefish. I installed
>> bluefish-devel under mac ports. After reading that bluefish relies on
>> gnome-vfs I installed gnome-vfs. However, I receive this error when I
>> attempt to open a file via ftp.
>> Dec 20 11:36:14 pwz [0x0-0x21021].org.x.X11[435]:
>> (bluefish-unstable:40249): Gtk-WARNING **: Unable to find default
>> local directory monitor type
> 
> 
> in addition to the comments from Daniel: what happens if you use 'Open URL' and enter
ftp://username <at> host/path/to/file ? This does not use the gtk file browser.

A small dialog window appears but the file is not fetched. 

## system.log
Dec 21 09:55:12 pwz [0x0-0xad0ad].org.x.X11[60816]: (bluefish-unstable:61122):
GVFS-RemoteVolumeMonitor-WARNING **: cannot open directory
/opt/local/share/gvfs/remote-volume-monitors: Error opening directory
'/opt/local/share/gvfs/remote-volume-monitors': No such file or directory
Dec 21 09:55:14 pwz [0x0-0xad0ad].org.x.X11[60816]: I/O warning : failed to load external entity "/Users/malcolm/.bluefish-unstable/snippets"
Dec 21 09:55:36 pwz [0x0-0xad0ad].org.x.X11[60816]: ** (bluefish-unstable:61122): WARNING **: while
opening file, received error 15: Operation not supported

Malcolm

--

-- 
(Continue reading)

Malcolm Fitzgerald | 21 Dec 2009 00:06

Re: Opening remote files under Mac OSX


On 20/12/2009, at 9:35 PM, Peter Moll wrote:

> I use Macfuse ( http://code.google.com/p/macfuse/ ) and Macfusion ( http://www.macfusionapp.org/ )
to mount ftp volumes in the finder. Then I can edit the files remotely in Bluefish, the ftp volume is mounted
under /Volumes.

I've just installed them and tried to mount a volume. It reports that it has succeeded but I can't switch to
any other application until I unmount the volume.

Malcolm

--

-- 
To unsubscribe from this list: send the line "unsubscribe bluefish-users" in
the body of a message to listar@...
List Web Page: http://www.ems.ru/cgi-bin/listargate.cgi
Main Web Page: http://bluefish.openoffice.nl/

Peter Moll | 21 Dec 2009 22:04
Picon
Favicon

Re: Opening remote files under Mac OSX

Hmm, never had a problem here, sounds like a bug
Op 21 dec 2009, om 00:06 heeft Malcolm Fitzgerald het volgende geschreven:

> 
> On 20/12/2009, at 9:35 PM, Peter Moll wrote:
> 
>> I use Macfuse ( http://code.google.com/p/macfuse/ ) and Macfusion ( http://www.macfusionapp.org/ )
to mount ftp volumes in the finder. Then I can edit the files remotely in Bluefish, the ftp volume is mounted
under /Volumes.
> 
> I've just installed them and tried to mount a volume. It reports that it has succeeded but I can't switch to
any other application until I unmount the volume.
> 
> Malcolm
> 
> --
> To unsubscribe from this list: send the line "unsubscribe bluefish-users" in
> the body of a message to listar@...
> List Web Page: http://www.ems.ru/cgi-bin/listargate.cgi
> Main Web Page: http://bluefish.openoffice.nl/
> 
> 

--

-- 
To unsubscribe from this list: send the line "unsubscribe bluefish-users" in
the body of a message to listar@...
List Web Page: http://www.ems.ru/cgi-bin/listargate.cgi
Main Web Page: http://bluefish.openoffice.nl/

(Continue reading)

Jos Rikhof | 22 Dec 2009 21:24
Picon
Favicon

Defining projects

Hi,

First time here.

Here is my key information for your background info:

bluefish-unstable 1.3.8

This version of Bluefish was built with:
./configure  '--prefix=/usr' '--exec-prefix=/usr' '--mandir=
${prefix}/share/man' '--sysconfdir=/etc' '--with-icon-path=
${prefix}/share/pixmaps' '--with-theme-path=
${prefix}/share/icons/hicolor' '--with-freedesktop_org-menu=
${prefix}/share/applications' '--with-freedesktop_org-mime=
${prefix}/share/mime' '--with-xml-catalog=${sysconfdir}/xml/catalog'
'--disable-static' '--disable-xml-catalog-update'
'--disable-update-databases' 'LDFLAGS= -Wl,--as-needed -Wl,-O1'
'CFLAGS=-Wall -g -O2' 'CPPFLAGS=' 'CXXFLAGS=-g -O2' 'FFLAGS=-g -O2'

I have a problem defining projects.

this version 1.3.8 (I used the stable 1.0 prior to this) does not ask
for a basedir and and a testing server. I only can enter a name for the
project and choose a dir to save the project. 
also editing the preferences of the project does not give me the desired
options to define a full projects.

Is this normal in this version or am i doing something wrong?

thanks for any help.
(Continue reading)

Olivier Sessink | 22 Dec 2009 21:50
Picon
Gravatar

Re: Defining projects

Jos Rikhof wrote:
[..]
> I have a problem defining projects.
> 
> this version 1.3.8 (I used the stable 1.0 prior to this) does not ask
> for a basedir and and a testing server.
[..]

this option is no longer limited to projects. You can now, in or outside 
projects, right click on a directory in the file pane, and set it as 
documentroot (with a webroot). If you save a project, this option is 
saved too.

Olivier

--

-- 
To unsubscribe from this list: send the line "unsubscribe bluefish-users" in
the body of a message to listar@...
List Web Page: http://www.ems.ru/cgi-bin/listargate.cgi
Main Web Page: http://bluefish.openoffice.nl/


Gmane