On Wed, Jun 14, 2023 at 10:39:12AM +0800, xiao sheng wen(肖盛文) wrote: > Could you resize your iptux windows, then close and start iptux again?
That's true, I forgot to mention that I resized the *chat* windows the first time I loaded iptux. Here's my config.json: Buster: cat /home/cdfrey/.iptux/config.json { "main_window_height" : 510, "main_window_width" : 250, "trans_window_height" : 350, "trans_window_width" : 500, "version" : 1 } Bullseye: cat .iptux/config.json { "main_window_height" : 510, "main_window_width" : 250, "trans_window_height" : 350, "trans_window_width" : 500, "version" : 1 } > If you don't use xpra, Is this bug reproduce? I'm trying to reproduce it even with xpra, and having trouble doing so. Is there any thing else I should delete from my system, besides ~/.iptux/, to have it start from scratch? I encounted the bug basically the first time I used it. Anyway, in the meantime, I encountered a new segfault, admittedly through odd behaviour. I can reliably reproduce this: Buster is sender, Bullseye is receiver. Buster: select a file to send, then click Send Buster: select that same file in send list, right click on it, then click Remove Selected, then click Send again on the empty list Bullseye: select file in receive list, click Accept and Save (nothing happens, as expected) Bullseye: right click the file you didn't get, and click Remove Selected... this causes a segfault on the Bullseye system... Buster continues running fine Thanks, - Chris