meator

Results 104 comments of meator

This seems like a nice addition. Some desktop files [already include "categories"](https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#recognized-keys). This would be the simplest thing to implement. I've made a proof of concept commit that adds a...

@enkore I have released r3.0. As I've promised, it is not signed. I will keep this issue open for now because a signature can still be added to the release.

@ainola enkore had very little involvement with the r3.0 release. When the r3.0 release was ready, I chose to postpone it by two and a half weeks to give enkore...

I believe that the main reason the signing was done was to establish authenticity of the release. I have outlined the signing status of the r3.0 release above. I believe...

@ainola I have created a second release candidate to test out this change: https://github.com/enkore/j4-dmenu-desktop/releases/tag/r3.1-rc2 Would you mind reviewing/testing it? You don't need to build it, I'd like to know whether...

I didn't consider this issue to be significant, but switching to Catch2 v3 (#142) requires C++14. This means that C++11 will have to be given up in some way anyways....

Collisions will behave a bit differently when this is implemented in `--no-generic` mode. But collisions are very rare in real use and being able to distinguish dead history entries is...

Also [`CMakeLists.txt`](https://github.com/enkore/j4-dmenu-desktop/blob/develop/CMakeLists.txt#L49-L55) has a section for detecting system installed Catch. I don't think any distro packages Catch1 nowdays so this detection doesn't have much use. The whole logic in `CMakeLists.txt`...

Thanks for your feedback! Are you using version r2.18 or HEAD? If you are using HEAD, I'd like to warn you that it's pretty unstable[^1] at the moment. I am...