alex bodnaru | 1 Mar 2009 04:07
Picon
Gravatar

Re: segfault in glib-2.16.6 with debian Lenny


not so easy :(

Olivier Sessink wrote:
> alex bodnaru wrote:
>> hello,
>>
>> Olivier Sessink wrote:
>>> the segfault and read problem can be worked around if you make sure
>>> there is a dbus-session available. A dbus-session is needed for remote
>>> files anyway, but glib should not segfault without it.
>>> on Lenny you need package dbus-x11. Daniel: perhaps we need dbus-x11 as
>>> a dependency on Lenny ??
>> beyond ensuring dbus-x11 existence on the system as a debian dependency, it's
>> launch should be automated somehow, shouldn't it?
> 
> I guess this is fixed already, because it works for example on Debian
> Sid with Xfce.
> 
i can't load remote files (though i can browse directories) in file| open.
i can open files on ftp connections (probably gnomevfs).
loading gnomevfs / sftp files fails, and trashes encodings menu (even on disk).
loading a file by url insists on autodetecting ibm-864 which is the first
encoding in list.
setting encoding for the document doesn't refresh it, so new encoding doesn't
take effect.
>> i have tested this with glib 2.8 (post lenny, that failed without crashing) and
>> it even loads the remote files, thanks a lot. but it still fails to save the
>> backup files, though.
> 
(Continue reading)

Olivier Sessink | 1 Mar 2009 14:16
Picon
Gravatar

Re: segfault in glib-2.16.6 with debian Lenny

alex bodnaru wrote:
> not so easy :(
> 
> Olivier Sessink wrote:
>> alex bodnaru wrote:
>>> hello,
>>>
>>> Olivier Sessink wrote:
>>>> the segfault and read problem can be worked around if you make sure
>>>> there is a dbus-session available. A dbus-session is needed for remote
>>>> files anyway, but glib should not segfault without it.
>>>> on Lenny you need package dbus-x11. Daniel: perhaps we need dbus-x11 as
>>>> a dependency on Lenny ??
>>> beyond ensuring dbus-x11 existence on the system as a debian dependency, it's
>>> launch should be automated somehow, shouldn't it?
>> I guess this is fixed already, because it works for example on Debian
>> Sid with Xfce.
> 
> i can't load remote files (though i can browse directories) in file| open.

this is probably related to one of the other bugs. You might want to follow:
http://bugzilla.gnome.org/show_bug.cgi?id=556458
http://bugzilla.gnome.org/show_bug.cgi?id=573289
to see if there is any progress.

b.t.w. Sid is not a good test platform right now, because the gtk and
glib version differ more than 6 months from each other. Wait til Sid is
in shape again.

I've tested Fedora 10 and Ubuntu 8.10 and both have no issues at all
(Continue reading)

Olivier Sessink | 1 Mar 2009 14:28
Picon
Gravatar

compile problems on opensolaris

Hi all,

in various files we have functions declared inline like this:

#ifdef __GNUC__
__inline__
#endif
static inline gboolean function_name() {

on opensolaris I get an error that inline is stated twice... It has gcc
3.4.3. I've never seen this error before. What is best and portable way
to specify inline functions?

Olivier

alex bodnaru | 1 Mar 2009 14:38
Picon
Gravatar

Re: segfault in glib-2.16.6 with debian Lenny


Olivier Sessink wrote:
> alex bodnaru wrote:
>> not so easy :(
>>
>> Olivier Sessink wrote:
>>> alex bodnaru wrote:
>>>> hello,
>>>>
>>>> Olivier Sessink wrote:
>>>>> the segfault and read problem can be worked around if you make sure
>>>>> there is a dbus-session available. A dbus-session is needed for remote
>>>>> files anyway, but glib should not segfault without it.
>>>>> on Lenny you need package dbus-x11. Daniel: perhaps we need dbus-x11 as
>>>>> a dependency on Lenny ??
>>>> beyond ensuring dbus-x11 existence on the system as a debian dependency, it's
>>>> launch should be automated somehow, shouldn't it?
>>> I guess this is fixed already, because it works for example on Debian
>>> Sid with Xfce.
>> i can't load remote files (though i can browse directories) in file| open.
> 
> this is probably related to one of the other bugs. You might want to follow:
> http://bugzilla.gnome.org/show_bug.cgi?id=556458
> http://bugzilla.gnome.org/show_bug.cgi?id=573289
> to see if there is any progress.
> 
> b.t.w. Sid is not a good test platform right now, because the gtk and
> glib version differ more than 6 months from each other. Wait til Sid is
> in shape again.
but i'm using testing, and downgraded every probably relevant package to
(Continue reading)

Jim Hayward | 1 Mar 2009 16:11

Re: compile problems on opensolaris

On Sun, 2009-03-01 at 14:28 +0100, Olivier Sessink wrote:
> Hi all,
> 
> in various files we have functions declared inline like this:
> 
> #ifdef __GNUC__
> __inline__
> #endif
> static inline gboolean function_name() {
> 
> on opensolaris I get an error that inline is stated twice... It has gcc
> 3.4.3. I've never seen this error before. What is best and portable way
> to specify inline functions?

AC_C_INLINE is already in configure.ac. This should already define
__inline_ if necessary. Are you sure #ifdef __GNUC__ __inline__ #endif
is needed? Maybe this is why you are getting the error that it is stated
twice?

Regards,
	Jim H

Klaus Vormweg | 1 Mar 2009 18:58
Picon
Picon

bflan patch

Hi all,

enclosed you will find a small patch for css/html/xhtml.bflang2. It will
add highlighting for overlooked dt and dd html tags and the css
properties font / letter-spacing / word-spacing. The diff was made
against current trunk.

Klaus
Attachment (bflang.patch): text/x-diff, 6963 bytes
Olivier Sessink | 1 Mar 2009 23:38
Picon
Gravatar

php language file extended with a script

Hi all,

I wrote a short script (attached) to retrieve php documentation from the 
  php eclipse plugin and add it to the bluefish language file.

it is crude now, but very interesting (attached too, put it in 
~/.bluefish-unstable/ restart and load a php file).

the eclipse plugin is found here: 
http://www.eclipse.org/downloads/download.php?file=/tools/pdt/downloads/drops/2.0.0/R200812290607/pdt-all-in-one-linux-gtk-2.0.0GA.tar.gz

should I commit this to SVN or should we first improve the script a bit?

Olivier
Attachment (php.bflang2.bz2): application/x-bzip, 170 KiB
Attachment (php_func_lookup.py): text/x-python, 2127 bytes
clansco | 2 Mar 2009 10:56
Favicon

Re: php language file extended with a script

le Sun, 01 Mar 2009 23:38:32 +0100
Olivier Sessink <olivier@...> a écrit :

> Hi all,
> 
> I wrote a short script (attached) to retrieve php documentation from the 
>   php eclipse plugin and add it to the bluefish language file.
> 
> it is crude now, but very interesting (attached too, put it in 
> ~/.bluefish-unstable/ restart and load a php file).
> 
> the eclipse plugin is found here: 
> http://www.eclipse.org/downloads/download.php?file=/tools/pdt/downloads/drops/2.0.0/R200812290607/pdt-all-in-one-linux-gtk-2.0.0GA.tar.gz
> 
> should I commit this to SVN or should we first improve the script a bit?
> 
> Olivier
> 

Hi Olivier,
it looks good !
first I can't see any difference, since I discover that 
if I let a little time the mouse cursor on tag a keyword
an info windget appears.
Very good news for me, I understand now how to use new bf !
I was angry that that new references lost de hability to insert tags and function and 
that I have to browse in snippets after browsing in references.
Now I understand that I only have to browse in references, 
type the some letters and use autocompletion.
It is fine.
(Continue reading)

clansco | 2 Mar 2009 19:36
Favicon

wikipedia


Bluefish page in wikipedia is updated with version 1.3.3 only for fr

regards,
ff
alex bodnaru | 3 Mar 2009 04:44
Picon
Gravatar

new problem loading remote files


hi olivier, friends,

this has probably been made on purpose, but the result is not quite good:
trying to open a remote "folder" as ftp://some.url.tld/ i'm now getting a
failing attempt to open a file named ftp://some.url.tld in the current working
directory.

previous behaviour would have been to ask for the password to enter that server,
and list it's contents on "ok", or on pressing the trailing /, if already
accessed. the same happened in gedit now, so i suspect is gnome upgrading
related (though i've reversed everything).

so no access to remote files, but through premade connections. pardon, these
vanished too.
--
--
best regards,
alex

Gmane