xfw window disappears after choosing recent files
A lightweight file manager for X
Brought to you by:
baudinr
Forwarded from: https://bugzilla.redhat.com/show_bug.cgi?id=2190356 , seems reproducible to me.
With xfe 1.45,
Then xfw window itself disappears (although it does not seem to be "crashing").
gdb seems to be saying that xfw is waiting for something:
(gdb) bt
#0 0x00007f5ef3a48ade in __GI___select (nfds=4, readfds=0x7fffc3e2e600, writefds=0x7fffc3e2e580, exceptfds=0x7fffc3e2e500, timeout=0x0)
at ../sysdeps/unix/sysv/linux/select.c:69
#1 0x00005617ac8f6dec in FX::FXApp::getNextEvent (this=0x5617ada50a50, ev=..., blocking=<optimized out>)
at /usr/src/debug/xfe-1.45-3.fc38.x86_64/src/foxhacks.cpp:1766
#2 0x00007f5ef413e4aa in FX::FXApp::runOneEvent (this=this@entry=0x5617ada50a50, blocking=blocking@entry=true)
at /usr/src/debug/fox-1.6.57-12.fc38.x86_64/src/FXApp.cpp:3134
#3 0x00007f5ef413e79d in FX::FXApp::run (this=this@entry=0x5617ada50a50) at /usr/src/debug/fox-1.6.57-12.fc38.x86_64/src/FXApp.cpp:3092
#4 0x00005617ac8ac31e in main (argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/xfe-1.45-3.fc38.x86_64/src/XFileWrite.cpp:415
Okay, looks like 1.44 was working. Comparing with 1.44 source code, the following seems to work.
So, also "File -> New" is not working with 1.45. It should launch new window every time "File -> New" is chosen. With 1.45 nothing seems to be happening.
This is fixed in Xfe 1.46. Thanks!