Skip to content

Fix issue #34 (% character in shortcut commands need to be escaped)

Benjamin Berg requested to merge benzea/media-keys-escape-cmdline into master

g_app_info_create_from_commandline interprets the % character of commands that are entered by the user. So escape all % characters by doubling them so that they are not stripped from the resulting command line.

This fixes issue #34 (closed)

Merge request reports