Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Summary matching is not working #448

Open
hissssst opened this issue Oct 27, 2022 · 0 comments
Open

BUG: Summary matching is not working #448

hissssst opened this issue Oct 27, 2022 · 0 comments

Comments

@hissssst
Copy link

Overview

When specified a CRITERIA with app-name and summary to ignore the notifications with invisible option, nothing happens. Other options (like format) are not working too.

Enviroment

nix-repl> pkgs.mako.version
"1.7.1"

Reproduction steps

  1. Add this to the configuration
[app-name=qBittorrent summary="I/O Error"]
invisible=1
  1. Send the notification
$ notify-send -q qBittorrent "I/O Error" "ooops"
  1. See that notification is displayed
$ makoctl list
{
        "type" : "aa{sv}",
        "data" : [
                [
                        {
                                "app-name" : {
                                        "type" : "s",
                                        "data" : "qBittorrent"
                                },
                                "app-icon" : {
                                        "type" : "s",
                                        "data" : ""
                                },
                                "category" : {
                                        "type" : "s",
                                        "data" : ""
                                },
                                "desktop-entry" : {
                                        "type" : "s",
                                        "data" : ""
                                },
                                "summary" : {
                                        "type" : "s",
                                        "data" : "I/O Error"
                                },
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant