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

If text contains '<', tinyfd_messageBox() just shows "All updates are complete." #5

Open
niklas-ourmachinery opened this issue May 27, 2021 · 2 comments

Comments

@niklas-ourmachinery
Copy link

If the text passed in to tinyfd_messageBox() contains the character <, the dialog box will not show the passed in text, instead it will just show "All updates are complete."

See picture below:

image

This is on Ubuntu 20.04.

@niklas-ourmachinery
Copy link
Author

I was able to sort-of workaround the bug by replacing the < in my string with the Unicode full-width less-than character: https://graphemica.com/%EF%BC%9C

@vareille
Copy link

It's a zenity issue. try :

zenity --info --text="<"

I think they don't care about it.

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

2 participants