gcmd-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gcmd-dev] Search to be removed from Gnome Commander(?)


From: Mamoru TASAKA
Subject: Re: [gcmd-dev] Search to be removed from Gnome Commander(?)
Date: Fri, 14 Jan 2022 01:13:38 +0900
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.12.0

Uwe Scholz wrote on 2022/01/13 3:13:
Hello people,

happy new year to all of you. This is just a quick update from the Gcmd
coding front.

I could close all open issues which are waiting for the 1.14.0 release.
All but one. ;-)

At the moment, the search functionality (through F9) is driving me
crazy. It is crashing with a meaningless error all the time. I think it
has something to do with threading and the pango library, used for
drawing strings on the file list. But as I am not sure and I have
currently no idea how to fix those crashes I think I will remove the
internal search of Gnome Commander and replace it with a user-defined
command. Like it is done with the external viewer.

There are some graphical alternatives for file searching, like for
example catfish or recoll.

Let me know what you think.

Well, difficult... but it seems (although I am not confident) that something 
wrong is happening
basically on:
https://gitlab.gnome.org/GNOME/gnome-commander/-/blob/fed9ef1a44cd01b6c1dfb231795e07f5f067de57/src/gnome-cmd-file-list.cc#L1924

So (again although I am not confident) I am somehow thinking that
GtkCList here (i.e:
https://gitlab.gnome.org/GNOME/gnome-commander/-/blob/fed9ef1a44cd01b6c1dfb231795e07f5f067de57/src/gnome-cmd-file-list.cc#L1920
) is not "correctly" created, i.e. it needs some kind of initialization or so.

But I am not familiar with manners to use GObject (basically how to define / 
initialize
GObject based objects)...

Regards,
Mamoru


Best
Uwe

_______________________________________________
gcmd-devel mailing list
gcmd-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/gcmd-devel





reply via email to

[Prev in Thread] Current Thread [Next in Thread]