Giter Site home page Giter Site logo

Comments (4)

vladimiry avatar vladimiry commented on July 21, 2024 1

I remember I faced the same issue running e2e tests on Travis CI. To make it work there I added into the .travis.yml gnome-keyring package and below lines to execute:

      eval $(dbus-launch --sh-syntax);
      eval $(echo -n "" | /usr/bin/gnome-keyring-daemon --login);
      eval $(/usr/bin/gnome-keyring-daemon --components=secrets --start);
      /usr/bin/python -c "import gnomekeyring;gnomekeyring.create_sync('login', '');";

As far as I know, there is no known solution for how to make keytar work without gnome-keyring. I'm closing this issue since node-keytar tracker has got already relevant issue opened, I just subscribed to it.

from electronmail.

vladimiry avatar vladimiry commented on July 21, 2024 1

@brenthuisman pre 2.3.2 build is going to work regardless of keytar support. See details here #57 (comment). 2.3.2 will be released later this week.

from electronmail.

joshirio avatar joshirio commented on July 21, 2024

I'm interested in this as well.

'node-keytar' uses libsecret so it should work with any keychain service implementing the API.

Some links:
atom/node-keytar#17
shiftkey/desktop#7

Looks like KWallet doesn't implement this API, not sure what the progress is, did not find much info.

As a workaround I did enable pam unlocking of the gnome-keyring in sddm, it doesn't work sometimes though (randomly).

from electronmail.

brenthuisman avatar brenthuisman commented on July 21, 2024

Pending this fix in ksecretsservice, what is the recommended way to use this application on KDE?

from electronmail.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.