Updated bug report

This commit is contained in:
Balthasar Reuter
2018-07-30 10:18:11 +02:00
parent cafa0749be
commit 495e2d5b74

View File

@@ -26,14 +26,23 @@ If applicable, add screenshots to help explain your problem.
OR OR
Attach a session recording using https://asciinema.org/ Attach a session recording using [asciinema](https://asciinema.org/).
To use it: To use it:
```sudo apt install -y asciinema && asciinema rec # start session recording ```bash
```commandToInstall # To install photobooth if you encounter issue during install process sudo apt install -y asciinema && asciinema rec # start session recording
``` OR ```
```.venv/bin/python -m photobooth # To start photobooth if you encounter issue during usage Reproduce the issue:
```Ctrl+D # stop recording ```bash
```y # yes to upload and get URL to paste here pip install -e .[...] # Install command if you encounter issues during install process
```
OR
```bash
.venv/bin/python -m photobooth # To start photobooth if you encounter issue during usage
```
Stop recording and upload:
```
Ctrl+D # stop recording
y # yes to upload and get URL to paste here
``` ```
**Hardware (please complete the following information)** **Hardware (please complete the following information)**
@@ -55,6 +64,8 @@ To use it:
**Photobooth log** **Photobooth log**
Run the application as `.venv/bin/python -m photobooth --debug` and paste the logfile here:
``` ```
Insert the content of photobooth.log here Insert the content of photobooth.log here
``` ```