isamert / scli

a simple terminal user interface for signal messenger (using signal-cli)
GNU General Public License v3.0
444 stars 40 forks source link

notifications apparently not working #87

Closed ghost closed 4 years ago

ghost commented 4 years ago

I have run scli with arguments like

scli -n scli --enable-notifications as well as scli -n true scli --enable-notifications=true scli --enable-notifications true etc.

No notification command is triggered (custom or otherwise). When using arguments for -n or --enable-notifications I get

scli: error: argument -n/--enable-notifications: ignored explicit argument 'true'

Although in the scli executable I find

    parser.add_argument(
        '-n',
        '--enable-notifications',
        default=False,
        action='store_true',
        help='Enable desktop notifications. (Also see --notification-command)',
    )

This happens when cloning from .git repo or using the release tarball, so I doubt that it's the same as situation this issue.

ghost commented 4 years ago

Nevermind, works after a reboot.