Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nounous
Crans Passwords
Commits
d7bcb936
Commit
d7bcb936
authored
Dec 28, 2012
by
Daniel STAN
Browse files
no xclip => no clipboard
parent
9bc3d299
Changes
1
Hide whitespace changes
Inline
Side-by-side
cranspasswords.py
View file @
d7bcb936
...
...
@@ -33,7 +33,8 @@ GPG_ARGS = {
DEBUG
=
False
VERB
=
False
CLIPBOARD
=
bool
(
os
.
getenv
(
'DISPLAY'
))
# Par défaut, place-t-on le mdp dans le presse-papier ?
# Par défaut, place-t-on le mdp dans le presse-papier ?
CLIPBOARD
=
bool
(
os
.
getenv
(
'DISPLAY'
))
and
os
.
path
.
exists
(
'/usr/bin/xclip'
)
FORCED
=
False
#Mode interactif qui demande confirmation
NROLES
=
None
# Droits à définir sur le fichier en édition
SERVER
=
None
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment