Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
monkeysign
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
simonft
monkeysign
Commits
77805219
Commit
77805219
authored
10 years ago
by
Antoine Beaupré
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/2.0.x' into 2.0.x
parents
49e19b9d
c6b75e73
Branches
Branches containing commit
Tags
2.0.2
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
monkeysign/gtkui.py
+6
-3
6 additions, 3 deletions
monkeysign/gtkui.py
with
6 additions
and
3 deletions
monkeysign/gtkui.py
+
6
−
3
View file @
77805219
...
...
@@ -545,9 +545,12 @@ class MonkeysignScan(gtk.Window):
self
.
msui
.
log
(
_
(
'
looking for key %s in your keyring
'
)
%
self
.
msui
.
pattern
)
self
.
msui
.
keyring
.
context
.
set_option
(
'
export-options
'
,
'
export-minimal
'
)
if
self
.
msui
.
tmpkeyring
.
import_data
(
self
.
msui
.
keyring
.
export_data
(
self
.
msui
.
pattern
)):
# XXXX: this actually hangs when signing the key, maybe because we're not in a callback?
# it's the prompting that hangs, see msui.ask...
self
.
watch_out_callback
(
0
,
0
)
# XXX: hack, the callback should call a cleaner function
# for some reason, we were holding on to a lock already, release it
gtk
.
gdk
.
threads_leave
()
self
.
msui
.
copy_secrets
()
self
.
msui
.
sign_key
()
self
.
msui
.
export_key
()
self
.
resume_capture
()
return
# XXX: also ugly, reindent everything instead
# 1.b) if allowed (@todo), from the keyservers
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment