Comment 25 for bug 769644

Revision history for this message
Ralf G (ralfg1) wrote :

Another hint: While playing around with the source code, I commented out a function call to "setup_auto_complete_with_data()" (in gtk-run.c, line 187). With the modified version, Alt-F2 works twice and more often (without autocompletion, however).

It seems, within "setup_auto_coomplete_with_data()", the GTK library function "gtk_entry_completion_new()" causes the problems. Once again I would like to hand over this hint to someone who knows something about LXDE and/or GTK.

What does the function "gtk_entry_completion_new()" do? Does it read some configuration files or environment variables? Indeed, I do not think that there is a bug in the code. I think, there is just some wrong configuration. But where?