Opened 16 years ago
Closed 16 years ago
#7748 closed patch (fixed)
External requests to quit are processed the same as internal requests
| Reported by: | Owned by: | danielk | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.23 |
| Component: | MythTV - General | Version: | head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
This comes from an issue where the user tries to use the Gnome menu to logout or reboot the system. QT receives a closeEvent, and then MythTV takes that close event and translates it into a keypress forcing the close menu to come up.
This is not the correct behavior. When the user presses the X or uses the exit key, that menu should come up, but when restarting the system or logging out, it should obey the system's request to close the app.
I'm attaching a patch that should fix this behavior.
Attachments (2)
Change History (7)
by , 16 years ago
| Attachment: | spontaneous.patch added |
|---|
by , 16 years ago
| Attachment: | spontaneous-trunk.patch added |
|---|
comment:1 by , 16 years ago
comment:2 by , 16 years ago
| Component: | MythTV - User Interface Library → MythTV - General |
|---|---|
| Owner: | changed from to |
| Status: | new → assigned |
comment:3 by , 16 years ago
| Milestone: | unknown → 0.23 |
|---|
comment:4 by , 16 years ago
| Owner: | changed from to |
|---|---|
| Status: | assigned → accepted |
comment:5 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
It appears this change has already been made in trunk.
Note:
See TracTickets
for help on using tickets.

Those two patches should apply to 0.22 and trunk respectively.