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

"Are you sure [..]"-Message contains no text, when deleting a document which contains an "&" in its filename. #73

Closed
bitfreak25 opened this issue Dec 19, 2019 · 0 comments · Fixed by #112
Milestone

Comments

@bitfreak25
Copy link

Using Version 1.7 of Arch Linux.

The file will be deleted successfully. So there might be only this missing text block bug.

Result in the command line:

(viewnior:5360): Gtk-WARNING **: 12:48:24.298: Failed to set text from markup due to error parsing markup: Error on line 2: Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity ? escape ampersand as &

The relevant code is at about "src/vnr-window.c" line 1605. Maybe using g_markup_escape_text() (as I read) could resolve this but I'm not sure if this is correct. There could be other places in the code with the same error.

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 a pull request may close this issue.

2 participants