#720 closed defect (fixed)
Path adjustments needed when installed with --user
Reported by: | skids | Owned by: | skids |
---|---|---|---|
Priority: | trivial | Milestone: | 0.15 |
Component: | packaging | Version: | trunk |
Keywords: | Cc: |
Description
When installed from source with setup.py install --user, the generated xpra.conf still points the xvfb to /etc/ to find the xorg.conf file rather than adjusting to the account-local path where the generated xorg.conf has been installed.
Also .xpra/xpra.conf is not populated, and must be moved/symlinked from e.g. .local/etc/xpra.conf, or xpra should check there as well.
Change History (5)
comment:1 Changed 6 years ago by
Milestone: | → 0.15 |
---|---|
Owner: | changed from Antoine Martin to Antoine Martin |
Status: | new → assigned |
comment:2 Changed 6 years ago by
It's more difficult than it looks, the xpra.conf
file is generated during the build step... the install step may use a different path, yet we need to know the path to set the location of the xorg.conf
file referenced in this config file.
comment:3 Changed 6 years ago by
Owner: | changed from Antoine Martin to skids |
---|---|
Status: | assigned → new |
comment:5 Changed 3 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/720
Note: See
TracTickets for help on using
tickets.
Yes, that's a known bug. Thanks for the ticket.
distutils makes this harder than it should be.