Re: KDE Review Request: Keep Secret

2025-07-20 Thread Justin Zobel
On 17/07/2025 21:09, Marco Martin wrote: Should it already be moved to another more public-facing repo to start to setup CI ? On Tue, Jul 15, 2025 at 3:22 PM Marco Martin wrote: Hi all, I have been working over the last months on an application called Keep Secret. It is intended to be a passwo

Re: KDE Review Request: Keep Secret

2025-07-19 Thread Nate Graham
Pretty nice app! I opened some Issues on the Gitlab issue tracker (since no Bugzilla product for it is set up yet) and then fixed a few of them with https://invent.kde.org/mart/keepsecret/-/merge_requests/2. Nate On 7/15/25 6:22 AM, Marco Martin wrote: Hi all, I have been working over the

Re: KDE Review Request: Keep Secret

2025-07-18 Thread Marco Martin
Hi, Unfortunately QtKeychain while perfect for saving and reading of a password from an application, doesn't do what i need. I wanted a tool that can list all secret collections, create/delete them, and list all secrets in a collection saved by any application, also those from other desktops. QtK

Re: KDE Review Request: Keep Secret

2025-07-17 Thread Ingo Klöcker
On Donnerstag, 17. Juli 2025 14:39:57 Mitteleuropäische Sommerzeit Marco Martin wrote: > Thanks, > I got it mostly working. > However i had to disable Android and windows because of the dependency > to GNOME libsecret which i don't think is available there? > (also, on Android I think it would rea

Re: KDE Review Request: Keep Secret

2025-07-17 Thread Marco Martin
Should it already be moved to another more public-facing repo to start to setup CI ? On Tue, Jul 15, 2025 at 3:22 PM Marco Martin wrote: > > Hi all, > > I have been working over the last months on an application called Keep Secret. > It is intended to be a password manager gui which uses the Secr

KDE Review Request: Keep Secret

2025-07-15 Thread Marco Martin
Hi all, I have been working over the last months on an application called Keep Secret. It is intended to be a password manager gui which uses the Secret Service DBus api as backend, therefore it works with KWallet, gnome-keyring, oo7 etc.. The current home is: https://invent.kde.org/mart/keepsec