Xpra: Ticket #136: Please get setup.py to install xpra_launcher.1 manpage

Hello,

The desktop launcher xpra_launcher.desktop has those fields:

Exec: xpra_launcher
TryExec: xpra_launcher

although setup.py actually installs xpra_launcher as xpra:

    scripts=["scripts/parti", "scripts/parti-repl",
             "scripts/xpra", "scripts/xpra_launcher",
            ]

The attached patch corrects the name of the executable to 'xpra'.



Sun, 03 Jun 2012 15:47:36 GMT - أحمد المحمودي: attachment set


Sun, 03 Jun 2012 15:54:19 GMT - Antoine Martin: status, description changed; resolution set

Sorry, but this is not the case, the distutils setup.py installs both. And the one to run from the UI is xpra_launcher, so everything is correct as far as I can tell.

As for packaging, I can see it in the rpm specfile:

%{_bindir}/xpra_launcher

But it was missing from the debian xpra.install file, this is fixed in r885 (will backport to 0.3 branch)


Sun, 03 Jun 2012 17:55:24 GMT - أحمد المحمودي: status, summary changed; resolution deleted

I see, thanks for the explanation.

In that case, I think that setup.py should also install xpra_launcher.1 manpage.


Sun, 03 Jun 2012 18:03:42 GMT - Antoine Martin: status changed; resolution set

good catch!

done in r893 for both trunk and v0.3 branch


Tue, 05 Jun 2012 06:03:26 GMT - Antoine Martin:

see also r899

Note: if you make any changes to your copy of the /debian/ package files, please let me know so my packages don't end up diverging too much.


Tue, 05 Jun 2012 08:08:29 GMT - أحمد المحمودي: attachment set

Latest debian packaging


Sat, 23 Jan 2021 04:46:31 GMT - migration script:

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