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

notifications: Weird handling of markup in title #2114

Closed
The-Compiler opened this issue Mar 27, 2021 · 1 comment
Closed

notifications: Weird handling of markup in title #2114

The-Compiler opened this issue Mar 27, 2021 · 1 comment

Comments

@The-Compiler
Copy link

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 << &amp;&amp; >>

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):

Body text may contain markup.

as well as:

"body-markup": Supports markup in the body text.

@The-Compiler The-Compiler changed the title notifications: Weird handling of markup in tutle notifications: Weird handling of markup in title Mar 27, 2021
@The-Compiler
Copy link
Author

Looks like this got fixed at some point, possibly via #36.

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