Re: Strange event handling problem with Xfce/LXDE - which pkg responsible?

2019-05-18 Thread Jonas Smedegaard
Quoting Michael Lange (2019-05-18 19:31:22) > On Sat, 18 May 2019 18:18:14 +0200 > Jonas Smedegaard wrote: > > (...) > > I notice that others contributed here on this list about that issue. > > > > Please consider re-posting such contributions to > > 929...@bugs.debian.org to help keep such

Re: Strange event handling problem with Xfce/LXDE - which pkg responsible?

2019-05-18 Thread Michael Lange
Hi, On Sat, 18 May 2019 18:18:14 +0200 Jonas Smedegaard wrote: (...) > I notice that others contributed here on this list about that issue. > > Please consider re-posting such contributions to 929...@bugs.debian.org > to help keep such information tied to the bugreport. I think for now I

Re: Strange event handling problem with Xfce/LXDE - which pkg responsible?

2019-05-18 Thread Jonas Smedegaard
Quoting Michael Lange (2019-05-17 00:28:34) > On Wed, 15 May 2019 21:03:40 +0200 Jonas Smedegaard > wrote: > > (...) > > Please report the issue as a bug as best as you can - e.g. file it > > against either of those involved packages (or both, comma-separated). > > > > It is easy in Debian's

Re: Strange event handling problem with Xfce/LXDE - which pkg responsible?

2019-05-16 Thread Michael Lange
Hi, On Wed, 15 May 2019 21:03:40 +0200 Jonas Smedegaard wrote: (...) > Please report the issue as a bug as best as you can - e.g. file it > against either of those involved packages (or both, comma-separated). > > It is easy in Debian's bugtracker to reassign later to another package > as

Re: Strange event handling problem with Xfce/LXDE - which pkg responsible?

2019-05-15 Thread Michael Lange
Hi, On Wed, 15 May 2019 16:27:24 -0400 Greg Wooledge wrote: > On Wed, May 15, 2019 at 10:23:25PM +0200, Michael Lange wrote: > > # > > frame .f -bg yellow -width 400 -height 300 > > pack .f -fill both -expand 1 > > > > bind .f {puts "Button-1

Re: Strange event handling problem with Xfce/LXDE - which pkg responsible?

2019-05-15 Thread Greg Wooledge
On Wed, May 15, 2019 at 10:23:25PM +0200, Michael Lange wrote: > # > frame .f -bg yellow -width 400 -height 300 > pack .f -fill both -expand 1 > > bind .f {puts "Button-1 event"} > bind .f {puts "Enter event"} > bind .f {puts "Leave event"} >

Re: Strange event handling problem with Xfce/LXDE - which pkg responsible?

2019-05-15 Thread Michael Lange
Hi, thanks for the feedback. [...] # frame .f -bg yellow -width 400 -height 300 pack .f -fill both -expand 1 bind .f {puts "Button-1 event"} bind .f {puts "Enter event"} bind .f {puts "Leave event"} #

Re: Strange event handling problem with Xfce/LXDE - which pkg responsible?

2019-05-15 Thread Michael Lange
Hi, On Wed, 15 May 2019 20:50:47 +0200 "Thomas Schmitt" wrote: (...) > But why then is this not a widespread problem ? > Xfce uses GTK like Gnome does. Originall events are a matter of the X > Window system. But this knowledge is meanwhile subject to bit rot. I don't know much about these

Re: Strange event handling problem with Xfce/LXDE - which pkg responsible?

2019-05-15 Thread Jonas Smedegaard
Quoting Michael Lange (2019-05-15 10:53:14) > it has been observed that when using Tk on Xfce or LXDE for some > reason pressing a mouse button inside a Tk window "phony" and > events are being triggered. Since not only one DE is affected, > the question arises which package a bug report

Re: Strange event handling problem with Xfce/LXDE - which pkg responsible?

2019-05-15 Thread Thomas Schmitt
Hi, Michael Lange wrote: > So far it has been > reported that this does _not_ happen with MacOs, Gnome, IceWm. I guess you can add Fvwm2 to this list. At least for me the script works as it should. > Since it only seems to happen with Xfce/Xfwm and Openbox/Lxde I think it > is more likely that

Re: Strange event handling problem with Xfce/LXDE - which pkg responsible?

2019-05-15 Thread Michael Lange
Hi, thanks for the feedback. On Wed, 15 May 2019 18:30:58 +0200 "Thomas Schmitt" wrote: > Hi, > > Michael Lange wrote: > > Does anyone know if both Xfce and LXDE share some library that might > > be responsible for that presumably faulty behavior? > > Is it sure that not particular versions

Re: Strange event handling problem with Xfce/LXDE - which pkg responsible?

2019-05-15 Thread Thomas Schmitt
Hi, Michael Lange wrote: > Does anyone know if both Xfce and LXDE share some library that might be > responsible for that presumably faulty behavior? Is it sure that not particular versions of tkinter are the common property of the misbehaving systems ? I.e. does a plain wish script instead of

Strange event handling problem with Xfce/LXDE - which pkg responsible?

2019-05-15 Thread Michael Lange
Hi, it has been observed that when using Tk on Xfce or LXDE for some reason pressing a mouse button inside a Tk window "phony" and events are being triggered. Since not only one DE is affected, the question arises which package a bug report should be filed against. The issue has been discussed