Xpra: Ticket #1891: Python3 build installs python2 scripts

Pyyhon3 build installs the following python2 scripts:

usr/lib/cups/backend/xpraforwarder
usr/lib/xpra/auth_dialog
usr/lib/xpra/xdg-open


Sat, 30 Jun 2018 06:25:17 GMT - Antoine Martin: status, description changed; resolution, milestone set

That is incorrect. This change must come from your build or packaging system:

$ sudo python3 ./setup.py install --prefix=/usr
(..)
$ sudo head -n 1 /usr/lib/cups/backend/xpraforwarder
#!/usr/bin/env python

Notes:


Mon, 02 Jul 2018 12:04:53 GMT - Antoine Martin:

@aelmahmoudy: see ticket:1568#comment:21


Sat, 23 Jan 2021 05:36:32 GMT - migration script:

this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/1891