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

Pass --no-markup to zenity #205

Merged
merged 1 commit into from
Jul 5, 2024
Merged

Conversation

SludgePhD
Copy link
Contributor

zenity will replace any dialog text that contains the characters < or > with a generic error message, because it tries to interpret those characters as pango markup.

This patch should prevent that from happening.

zenity will replace any dialog text that contains the characters `<` or `>` with a generic error message, because it tries to interpret those characters as pango markup.

This patch should prevent that from happening.
@SludgePhD
Copy link
Contributor Author

Okay this time CI should actually pass

@PolyMeilex PolyMeilex merged commit 1791c98 into PolyMeilex:master Jul 5, 2024
13 checks passed
@PolyMeilex
Copy link
Owner

Thanks!

@SludgePhD SludgePhD deleted the patch-1 branch July 5, 2024 19:40
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

Successfully merging this pull request may close these issues.

2 participants