mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2024-11-22 08:04:04 +01:00
46 lines
1.0 KiB
Markdown
46 lines
1.0 KiB
Markdown
---
|
|
name: Report a bug or issue with KasmVNC
|
|
about: Create a bug/issue report on KasmVNC
|
|
title: ''
|
|
labels: ''
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
**Describe the bug**
|
|
A clear and concise description of what the issue is.
|
|
|
|
**System Description**
|
|
Provide the output of
|
|
```bash
|
|
cat /etc/os-release
|
|
uname -a
|
|
```
|
|
|
|
**KasmVNC Details**
|
|
Provide the filename of the package you installed KasmVNC with. The filename includes important details like the OS, architecture, and commit sha.
|
|
|
|
Provide the output of this command.
|
|
```bash
|
|
Xvnc -version
|
|
```
|
|
|
|
**To Reproduce**
|
|
Steps to reproduce the behavior (for non-installation issues):
|
|
1. Go to '...'
|
|
2. Click on '....'
|
|
3. Scroll down to '....'
|
|
4. See error
|
|
|
|
**Expected behavior**
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
**Browser**
|
|
If this is a problem with the KasmVNC client, provide details about the browser you are accessing KasmVNC from.
|
|
- Device: [e.g. iPhone6]
|
|
- OS: [e.g. Windows 11]
|
|
- Browser [e.g. chrome, safari, edge]
|
|
- Version [e.g. 22]
|
|
|
|
**Additional context**
|
|
Add any other context about the problem here. |