michaelk83

Results 147 comments of michaelk83

Even if you add DBus auto-start, if the database is locked, you'll still need to enter some sort of credentials. Anyway, if you plan to implement this, you should keep...

> some way to update a secret (probably via d-bus) Assuming the `org.freedesktop.secrets` interface, that would be [`org.freedesktop.Secret.Collection.CreateItem()`](https://specifications.freedesktop.org/secret-service/latest/re02.html) and maybe [`org.freedesktop.Secret.Item.SetSecret()`](https://specifications.freedesktop.org/secret-service/latest/re03.html). Most client apps would be using [`libsecret`](https://developer.gnome.org/libsecret/) to talk...

Use https://github.com/mdellweg/pass_secret_service . QtKeyChain can talk to it via `libsecret` backend.

This should probably be at Qt level, rather than any specific application or library. Qt can decide internally which text utilities to use on each platform, and provide a cross-platform...

This had a PR in #75 and a complementary solution in #103 , but both seem abandoned atm. If one has to be chosen, I would prefer the environment variable...

> I hope i get to a new release when back from vacation. @frankosterfeld , if you're preparing a new release, would it be possible to also include #75 ?...

Same result with `~/.mime.types`. I don't think that it's a MIME issue, because the file does get loaded and displayed (as a text file). I'm not getting a download prompt....

Clicking Inspect on the Markdown Viewer opens a new dev-tools window which doesn't show anything, since there's no document loaded there. Loading or refreshing the .md file in another tab...

1. `file:///data/Michael/Docs/gitdocs/index.md`, also tested same path with `test.md` and `test.markdown`. 2. View Page Source just shows me the same plain text. Dev tools Inspector tab shows the `` stuff. 3....

A couple more data points: - If I *disable* the Markdown Viewer add-on and reload the .md file, I still get the plain text, but the error is gone. -...