From c08c6366ac75af046a689d908d262cfaa74477e9 Mon Sep 17 00:00:00 2001 From: Debian Live user Date: Sat, 29 Apr 2023 07:15:16 -0400 Subject: document the source code a little --- src/firestart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/firestart b/src/firestart index 5cc1c92..5df8b50 100755 --- a/src/firestart +++ b/src/firestart @@ -25,10 +25,11 @@ then # # A more "correct" approach is available here: # https://github.com/ayosec/findfox + # See also the file doc/FirefoxDBusRemoteControl.html in this repo. exec systemd-run \ --user \ --property Environment="DISPLAY=$DISPLAY" \ - --property Environment=XAUTHORITY="$XAUTHORITY" \ + --property Environment="XAUTHORITY=$XAUTHORITY" \ --property TasksMax=2 \ --wait \ --pipe \ -- cgit v1.2.3