#1004074 thunderbird: Examples section of man page references non-existing files

Package:
thunderbird
Source:
thunderbird
Description:
mail/news client with RSS, chat and integrated spam filter support
Submitter:
JCGoran
Date:
2022-01-20 11:06:04 UTC
Severity:
normal
#1004074#5
Date:
2022-01-20 11:02:57 UTC
From:
To:
Dear Maintainer,

The man page of thunderbird has the following written in the Examples section:

       Starting Thunderbird with the default debugger:

           /usr/lib/thunderbird/run-mozilla.sh -debug /usr/lib/thunderbird/thunderbird-bin

       Starting Thunderbird with the specific debugger:

           /usr/lib/thunderbird/run-mozilla.sh --debugger /foo/bar/debugger /usr/lib/thunderbird/thunderbird-bin


As far as I can tell, the run-mozilla.sh script doesn't exist anymore (I think
it's this commit that's responsible:
https://salsa.debian.org/mozilla-team/thunderbird/-/commit/ee476f8f91a0a0e4406117419fec54ab1250025a),
so the commands cannot run. From the Options section, it seems the new way to
run thunderbird with a debugger is using the `-g` flag, so I believe the above
part in the Examples section should be removed.


Thanks,
Goran