Changes between Version 30 and Version 31 of FAQ
- Timestamp:
- 01/09/14 16:45:41 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v30 v31 108 108 }}} 109 109 This is the same issue as the one above, same answer. 110 * During installation I see warnings like these: 111 {{{ 112 chcon: can't apply partial context to unlabeled file 113 }}} 114 If you have disabled {{{SELinux}}} you can ignore those warnings, otherwise you may need to relabel your filesystem and ensure that the xpra codecs mentioned in those warnings are labelled correctly to prevent runtime codec failures: {{{chcon -t texrel_shlib_t CODECFILE}}} 110 115 }}} 111 116