Colin Clark

Results 354 comments of Colin Clark

Thanks for the advice. I have cleaned the unneeded files, installed libctpl-dev, re-cloned and recompiled. If I select `Tools/Documentation Generator/Document All Symbols`, there is still a crash. However if I...

I created a file - `/tmp/test-geany/test.c` which contains the single line `#include "test-include.h"` The executable is generated from the clones of geany and geany-plugins. `geany -V` gives `geany 2.1 (git...

Thanks. That solves the problems.

> Why not use standard GTK create folder dialog? The shortcuts pane contents are those set by the user and are specific to Geeqie There is a "dot" shortcut, which...

> window is unnecessarily narrow - it would be good to adjust its size Go to `Edit/Preferences/Windows` and select `Remember Dialog Window Positions`. If you resize the dialog window size,...

The latest sources use `gtk_file_chooser_dialog_new` . The user interface is different.

Apart from necessary changes for GTK4, I thought it useful to try to make the dialogs compatible with the system dialogs - to reduce user confusion. However there are any...

Is this the dialog that you see? ![Image](https://github.com/user-attachments/assets/da9f5a29-231b-41b7-ba3c-ffa220280a2b)

OK, I see the difference. It depends whether the folder pane is in `view as tree` or `view as list`. I will look into this further.

@tomaszg7 The problem code is `vd_pop_menu_new_cb` in `view-dir.cc`. I do not see why the two cases are handled differently.