On Tue, Nov 07, 2023 at 08:05:13AM -0700, Orion Poplawski wrote:
> prrte 3.0 introduces /usr/bin/pterm which conflicts with putty.  Issues:
> 
> https://github.com/openpmix/prrte/issues/1836
> https://bugzilla.redhat.com/show_bug.cgi?id=2247407
> 
> If anyone has any constructive comments, it would be appreciated.

I wrote a longer comment in the upstream ticket.
But here in Fedora, I think we should rename prrte's binary to
something different (prrte-pterm most likely). It's newer and less
popular than the other contender for the name.

Having to use a different name is annoying, but predictable.
A script that wants to be portable wrt. to the new and old names
can do something like this:
  pterm=(command -v prrte-pterm || echo pterm)
  $pterm arg1 arg2

Zbyszek
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to