We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems like there's some odd autodetection going on for markup in notification titles.
10.5.2
Solus 4.2
Run notify-send '<< && >>'
notify-send '<< && >>'
The notification displays << && >>
<< && >>
The notification displays the given text literally
https://github.com/solus-project/budgie-desktop/blob/v10.5.2/src/raven/notifications_view.vala#L392
But the notification spec doesn't allow markup in titles (emphasis mine):
Body text may contain markup.
as well as:
"body-markup": Supports markup in the body text.
"body-markup"
The text was updated successfully, but these errors were encountered:
notification: Add quirks for SolusOS Budgie
25fee16
solus-project/budgie-desktop#2114 solus-project/budgie-desktop#2115 Bonus: solus-project/budgie-desktop#2113
Looks like this got fixed at some point, possibly via #36.
Sorry, something went wrong.
No branches or pull requests
Description
It seems like there's some odd autodetection going on for markup in notification titles.
Budgie version
10.5.2
Operating system
Solus 4.2
Steps to reproduce the issue
Run
notify-send '<< && >>'
Actual result
The notification displays
<< && >>
Expected result
The notification displays the given text literally
Additional information
https://github.com/solus-project/budgie-desktop/blob/v10.5.2/src/raven/notifications_view.vala#L392
But the notification spec doesn't allow markup in titles (emphasis mine):
as well as:
The text was updated successfully, but these errors were encountered: