7 | | Simply start xpra from the command line and add "{{{-d all}}}" to it. |
8 | | The amount of data logged can be overwhelming, so make sure you log it to a file then you can use grep to find and extract the data you are looking for. |
| 7 | Sometimes the problem is so obvious that you will simply get the error directly from the command line or in the server log file. |
| 8 | You may also want to run the server with the {{{--no-daemon}}} switch to more easily keep an eye on its log file and status. |
| 9 | [[BR]] |
| 10 | |
| 11 | Otherwise, a good first step is to start xpra from the command line and add "{{{-d all}}}" to it. |
| 12 | The amount of data logged can be overwhelming, so make sure you log it or redirect it to a file that you can then grep to find and extract the data you are looking for. |