After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 673649 - GSettings lockdown key "disable-quit" doesn't work with application menu item 'quit'
GSettings lockdown key "disable-quit" doesn't work with application menu item...
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: Preferences
3.4.x (obsolete)
Other Linux
: Normal minor
: ---
Assigned To: Epiphany Maintainers
Epiphany Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-04-06 14:46 UTC by Rudolfs Mazurs
Modified: 2012-04-11 11:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch, fixing the issue. (492 bytes, patch)
2012-04-06 14:46 UTC, Rudolfs Mazurs
none Details | Review

Description Rudolfs Mazurs 2012-04-06 14:46:48 UTC
Created attachment 211479 [details] [review]
Patch, fixing the issue.

It is possible to close epiphany through application menu item "Quit", even if "disable-quit" lockdown key is enabled.

In the attachment there is a patch with a solution to this.

Note, that this patch does not handle UNIX signals. Browser can still be closed by sending SIGTERM or SIGINT.
Comment 1 Xan Lopez 2012-04-11 11:23:36 UTC
Thank you, I've committed this updated to git master. In the future please send full git patches with commit message and yourself as author, that makes it easier to push them!