michaelk83

Results 147 comments of michaelk83

> if you've already encrypted stuff with a different key, you'll need to decrypt them with the old key first I suggest setting up the new key on a fresh...

I'm not associated with this project, I only found it when discussing Secret Service over at [bugs.kde.org](https://bugs.kde.org/) (specifically, [bug 399232](https://bugs.kde.org/show_bug.cgi?id=399232)). Most of this is documented in the manuals and webpages...

As I understand it, `pass_secret_service` merely provides a thin translation layer from Secret Service API to `pass` backend. So all the password handling is done by `pass`, and since `pass`...

I see. I'm not familiar enough with `pass` to say for sure, but it's possible that it operates on an "unlock-when-needed" model, rather than "unlock-in-advance". Since it stores each password...

Probably a bug in Evolution, as it seems to be searching for the wrong DBus address (`:1.2`). It should be looking for `org.freedesktop.secrets`.

(based on discussion in #6300) Since the feature set for this can quickly spiral out of control, it would be best to place this in a separate repository within the...

Does Qt allow to set the font background to a different color from the textbox background? If so, that should be the easiest method. Or at least, you could automatically...

This sort of stuff is usually done with mocking - https://stackoverflow.com/a/23473057

I don't usually work with c++, so I don't know the limitations there. But depending on the framework, you can make what's called a partial mock. Where you override only...

@TheConfuZzledDude I think your input is needed at https://bugs.kde.org/show_bug.cgi?id=489021 : > Can you show where the bug is in our portal implementation? And maybe also update the title to describe...