Post #1906075
2026-04-13 01:00 UTC
This line from the XDG Desktop Specification documentation is making me lose my mind. They are going over reserved characters:
> Reserved characters are space (" "), tab, newline, double quote, single quote ("'"), backslash character ("\")
Then they get to parenthesis and my brain just throws a parse error here:
> parenthesis ("(") and (")")
- https://specifications.freedesktop.org/desktop-entry/latest/exec-variables.html
Replies (1)
-
@CarlMuckenhoupt@mastodon.social 2026-04-13 01:56
@Aradayn@mastodon.social Reminds me of the fact that "())(" is palindromic and "()()" isn't