-
Notifications
You must be signed in to change notification settings - Fork 193
Atom Integration with KDE (using kwallet) #155
Comments
Thanks for reaching out! The issue template information is helpful for us when triaging issues - if you can add the template information to this issue we can re-open or if you can open a new issue with the template filled out, that would be super helpful. In particular, in what context are you seeing this, through the GitHub package (https://github.com/atom/github/)? Then what happens on KDE, is there an error of some kind? Possibly related though it's been closed so it would be great to know more about what you're describing x-ref: #17 We require the template to be filled out on all new issues and pull requests. We do this so that we can be certain we have all the information we need to address your submission efficiently. This allows the maintainers to spend more time fixing bugs, implementing enhancements, and reviewing and merging pull requests. Thanks for understanding and meeting us half way 😀 |
@rsese: if you tell me how I can access the issue template either through the browser or atom, I could use it ;-) - until that, here are my answers to your questions: in what context are you seeing this? Then what happens on KDE, is there an error of some kind Functional Requirements
About #17 |
This issue has been automatically locked since there has not been any recent activity after it was closed. If you can still reproduce this issue in Safe Mode then please open a new issue and fill out the entire issue template to ensure that we have enough information to address your issue. Thanks! |
Hiyo @shiftkey 👋! Your comments in #74 (i.e. #74 (comment) and #74 (comment)) seem relevant, is this a dupe of #74? |
@rsese I can't commit any code here, but if there is something to test for the node-keytar on linux with KDE (SUSE), I could invest some time ;-) |
@rsese I think this comment is key, based on my understanding of the KDE ecosystem #74 (comment) |
Thanks @shiftkey, that sounded like the same issue but wanted to double check 🙇 So we'll go ahead and close as a duplicate of #74 if you want to subscribe there @thommierother but the issue seems blocked for now as described in #74 (comment) unless you're describing something different @thommierother? |
No, this was my intension, #74 describes it correctly. |
Re-opening for current 1.57 |
I'm having the same problem, and for what I see this has been around for a while. I don´t like the fact that the only solution to keep persistent login information is to install gnome-keyring. |
It's not the only solution. Besides gnome-keyring, it's at least keepassxc, pass, bitwarden, and likely kwallet-secrets as these tools also implement the |
The root cause is a missing API on behalf of kwallet. But the integration of the interface is "in progress" and probably close for a release: KDE Bugzilla " Release a working version of KSecretService" Merge Request for org.freedesktop.secrets DBus API initial support |
Current Atom release 1.28.x does not use the kwallet password repository in KDE. Instead atom calls gcr-prompter from Gnome and then starts gnome-keyring-daemon. But on a KDE system (plasma 5) normally there is no Gnome keyring, all passwords are stored through kwalletd instead. There should be a connector to kwallet and also a possibility to select the password manager through config.
The text was updated successfully, but these errors were encountered: