Skip to content

Fix: notification escape string

Felix Häcker requested to merge kajzersoze:master into master

Created by: kajzersoze

I've noticed empty body text in notification, which happens every time there is a & char in the string. You can test that in terminal with : notify-send "test & example"

but if you send : notify-send "test & example"

it will display it correctly.

Edit : ah.. github automatically fixed the second notify-send so it doesn't show what I wanted :) but you can see in the commit with what it has to be replaced to show it correctly

Merge request reports