plasma-manager icon indicating copy to clipboard operation
plasma-manager copied to clipboard

rc2nix string literal is not escaped

Open luochen1990 opened this issue 2 years ago • 1 comments

I find following contents in the output of rc2nix:

"khotkeysrc"."Data_3Conditions0Window0"."Class" = "^konqueror\s";

and try "^konqueror\s" in nix repl will give you "^konquerors", which might cause error (I'm not sure)

luochen1990 avatar Mar 28 '23 15:03 luochen1990

You are correct, this looks like a bug in rc2nix. It should properly escape the string but doesn't.

pjones avatar Mar 28 '23 16:03 pjones