Skip to content

Launcher crashes when notification removed #239

@Eeems

Description

@Eeems

Describe the bug
The launcher application will crash and restart if a notification is removed using the API instead of through the UI.

To Reproduce
Steps to reproduce the behavior:

  1. Open the launcher and run the following
text="Hello World!"
uuid=$(cat /proc/sys/kernel/random/uuid)
path=$(rot notification call add \
        "QString:\"$uuid\"" \
        'QString:"sample-application"' \
        "QString:\"$text\"" \
        'QString:""' \
    | jq -cr \
    | sed 's|/codes/eeems/oxide1/||'
)
# remove notification
rot --object Notification:$path notification call remove
  1. Launcher will crash and restart.

Expected behavior
The launcher should not crash.
Version Information:

  • Device: reMarkable 1
  • OS: 2.11
  • Version: v2.3

Additional context
Also happens on rM2

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions