Skip to content

Unquote shell commands when serializing

GBookmarkFile stores application metadata like the command line needed to launch the bookmarked location. We have to shell quote it, so that it can be executed properly, but when serializing the command line we need to unquote it, to avoid escaping single and double quotes as XML entities.

Fix issue #50 (closed)

Edited by Emmanuel Fleury

Merge request reports