GNOME Bugzilla – Bug 669793
GcrPrompt should allow setting button labels
Last modified: 2019-02-22 11:59:16 UTC
The ok/cancel button labels should depend on context and should be part of the information that's settable in a GcrPrompt. Needed for gnome-shell integration.
Created attachment 207242 [details] [review] gcr: Add way to set the labels for the prompt buttons * Add continue-label and cancel-label properties to GcrPrompt * Implement in GcrSystemPrompt and in the mock prompter
Merged into gcr, and released as part of 3.3.5 release.
Created attachment 207273 [details] [review] Use non-pageable memory for gnome-keyring passwords * Use a ClutterTextBuffer that allocates non-pageable memory to hold passwords for gnome-keyring, ssh, gpg * Requires gcr 3.3.5 and clutter 1.9.4
Comment on attachment 207273 [details] [review] Use non-pageable memory for gnome-keyring passwords Attached this patch to the wrong bug, sorry.