Issue 17622: Python sets wrong pid in window properties (original) (raw)
Issue17622
Created on 2013-04-03 07:23 by yurivict, last changed 2022-04-11 14:57 by admin. This issue is now closed.
Messages (2) | ||
---|---|---|
msg185896 - (view) | Author: Yuri (yurivict) | Date: 2013-04-03 07:23 |
When I click on "Close Window" button for the unresponsive python-based app 'meld', message from window manager shows up offering to kill the non-existent pid. It looks like python libs set wrong pid for windows when python multithreading is in use by this app. Here are my original PRs with detailed description for kde4 and meld: https://bugs.kde.org/show_bug.cgi?id=317750 https://bugzilla.gnome.org/show_bug.cgi?id=697143 | ||
msg185905 - (view) | Author: R. David Murray (r.david.murray) * ![]() |
Date: 2013-04-03 09:48 |
Python doesn't know anything about X windows or window properties. (Well, it might in tkinter, but meld appears to use GTK). This is a bug in the meld application or one of the libraries it depends on, not Python or its stdlib. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:57:43 | admin | set | github: 61822 |
2013-04-03 09:48:37 | r.david.murray | set | status: open -> closedtype: behaviorversions: + 3rd party, - Python 2.7nosy: + r.david.murraymessages: + resolution: not a bugstage: resolved |
2013-04-03 07:23:29 | yurivict | create |