Changes between Initial Version and Version 2 of Ticket #1383
- Timestamp:
- 12/19/16 16:44:55 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1383
- Property Keywords packaging added
-
Property
Status
changed from
new
toassigned
-
Property
Milestone
changed from
to
2.0
-
Ticket #1383 – Description
initial v2 1 Installing Xpra 1.0 without root permissions is not possible the way it is mentioned on https://www.xpra.org/trac/wiki/Building#Buildingwithdistutils using "--home=<instdir>".1 Installing Xpra 1.0 without root permissions is not possible the way it is mentioned on [/wiki/Building#Buildingwithdistutils] using {{{--home=<instdir>}}}. 2 2 3 3 Possible fix: 4 Only run setup.py line 1985-1994 if argument "--home="is not set.4 Only run setup.py line 1985-1994 if argument {{{--home=}}} is not set. 5 5 6 6 P.S: Thanks for the great Xpra!