From: <no...@tc...> - 2025-05-06 15:03:31
|
Automated mail by fx, on behalf of no...@tc... Ticket Change [46def428637b5b9ff99f7c74c6f0995c844dcfabd1134404488ff5d7ac4ea593] [Dialog does not show in Gnome/X11 on Debian/testing] By anonymous For BWidget On 2025-05-06T15:02:56.000 Details https://core.tcl-lang.org/bwidget/tinfo?name=46def428637b5b9ff99f7c74c6f0995c844dcfabd1134404488ff5d7ac4ea593 Ticket https://core.tcl-lang.org/bwidget/tktview/d4dab9444b5a0de66a82d31e46c78f33e5519d85 Changed Fields assignee: nobody closer: nobody comment: Hi! After updating my laptop to Debian/testing (I'm using Gnome/X11, haven't tested in other environments), I've found that BWidget's Dialog fails to display it's window. The following script just hangs silently: package require BWidget Dialog .m .m add -text Yes .m add -text No .m draw I'm not sure I fully understand what happens, but removing line 86: wm overrideredirect $path 1 helps. I didn't find any adverse effects of this change. (I've also checked if some other use of [wm overrideredirect $w 1] leads to bug, but no, every othe one is okay.) foundin: 1.10.1 is_private: 0 login: anonymous priority: 5 Medium resolution: None severity: Important status: Open submitter: anonymous subsystem: (unused) title: Dialog does not show in Gnome/X11 on Debian/testing type: Bug ------------------------------------------------------------ See Tcl/Tk development @ http://core.tcl-lang.org/ ------------------------------------------------------------ |