#1365 closed defect (worksforme)
Arch Linux setup.py systemd
Reported by: | bboehmke | Owned by: | bboehmke |
---|---|---|---|
Priority: | major | Milestone: | 1.0 |
Component: | packaging | Version: | trunk |
Keywords: | Cc: |
Description
I tried to get the trunk version (14448) of xpra working under Arch Linux.
The Problem is that the platform specific code in the setup.py (after line 1981) does not work correctly. Because "/bin/systemctl" exist also on arch linux the second if with is_Arch() is not used.
Change History (3)
comment:1 Changed 4 years ago by
Owner: | changed from Antoine Martin to bboehmke |
---|
comment:2 Changed 4 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:3 Changed 4 days ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/1365
Note: See
TracTickets for help on using
tickets.
Oops, yes, sorry. r14445 was wrong, r14451 should be good.