-
-
Notifications
You must be signed in to change notification settings - Fork 284
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
[Bug]: If Bottle name contains "<" the name does not display in the main menu #3106
Comments
Seems like the |
As stated in the documentation of set_title(), it is read as a Pango markup string, unless explicit disabled. I guess, it fails due to a non-closed markup element. https://gnome.pages.gitlab.gnome.org/libadwaita/doc/main/method.PreferencesRow.set_title.html |
Hmm, so it is possible for Bottles to fix if they disable Pango markup before setting title? |
Yes, I think so. I've edited bottles/fronted/ui/new.blp and it is not complaining any more. It creates the bottle and stores the name correcly in bottle.yml.
But it is not working any way. It must be set throughout the project and I couldn't find the places where to set it. So, I can create a bottle, but it will not be shown in the list. |
Describe the bug
As the title suggests, the bug is that when you include the "<" character in the Bottle name (not sure of any others with this issue but "|", "=", and ">" seem to be fine displaying in bottle name), in the main menu it displays "Bottle name" (but on the bottle page it displays fine), not a big deal but figured I'd document it.
To Reproduce
Rename a bottle with the "<" symbol included (ex. how I found this, I put the prefix of "DXVK <=2.2 REQUIRED | " in one of my bottle names) and restart (only shows bug after restart)
Example of how the bug looks like
Bottle name: https://cdn.jordanplayz158.xyz/uploads/d5c455cef09c00710f937792c0e4ed8b1409464f.png
Bottle name from Bottles list after restart: https://cdn.jordanplayz158.xyz/uploads/55efedd7fb43888f039c94de5a3b49669f06930c.png
Package
Flatpak from Flathub
Distribution
Nobara 38 (Fedora 38 fork)
Debugging Information
Troubleshooting Logs
Additional context
No response
The text was updated successfully, but these errors were encountered: