diff options
Diffstat (limited to 'misc/qtkeychain/slack-desc')
-rw-r--r-- | misc/qtkeychain/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/misc/qtkeychain/slack-desc b/misc/qtkeychain/slack-desc new file mode 100644 index 0000000000..147c1764dd --- /dev/null +++ b/misc/qtkeychain/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +qtkeychain: qtkeychain (A Qt API to store passwords and secret data securely) +qtkeychain: +qtkeychain: +qtkeychain: How the data is stored on Linux: +qtkeychain: +qtkeychain: If running, GNOME Keyring is used, otherwise qtkeychain tries to +qtkeychain: use KWallet (via D-Bus), if available. In unsupported environments +qtkeychain: QtKeychain will report an error. It will not store any data +qtkeychain: unencrypted unless explicitly requested (setInsecureFallback( +qtkeychain: true )). +qtkeychain: |