You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 1, 2025. It is now read-only.
Thanks for taking the time to fill out this bug report!
11
+
12
+
> **ATTENTION!**
13
+
>
14
+
> Built-in versions of wslu in Ubuntu are no longer supported by me.
15
+
>
16
+
> If you have problems, please:
17
+
> 1. Report to the Ubuntu WSL team; or
18
+
> 2. Try the PPA version of WSL here: <https://launchpad.net/~wslutilities/+archive/ubuntu/wslu>
19
+
>
20
+
> Usually The PPA version of wslu will address most of your problems.
21
+
- type: dropdown
22
+
id: win-version
23
+
attributes:
24
+
label: Windows Version
25
+
description: What version of Windows are you running?
26
+
options:
27
+
- Windows 10
28
+
- Windows 11
29
+
validations:
30
+
required: true
31
+
- type: input
32
+
id: win-build
33
+
attributes:
34
+
label: Windows Build Number
35
+
description: What's your Windows build number?
36
+
placeholder: e.g. build 17704
37
+
validations:
38
+
required: true
39
+
- type: dropdown
40
+
id: wsl-version
41
+
attributes:
42
+
label: WSL Version
43
+
description: What version of WSL are you running?
44
+
options:
45
+
- WSL 1
46
+
- WSL 2
47
+
- Not Applicable
48
+
validations:
49
+
required: true
50
+
- type: input
51
+
id: wsl-distro
52
+
attributes:
53
+
label: Distro Version
54
+
description: What's the distro? If it happens on multiple distros, please list them.
55
+
placeholder: e.g. Ubuntu 20.04
56
+
validations:
57
+
required: true
58
+
- type: input
59
+
id: wslu-version
60
+
attributes:
61
+
label: WSL Utilities Version
62
+
description: What's the version of WSL Utilities?
63
+
placeholder: e.g. 2.3.4
64
+
validations:
65
+
required: true
66
+
- type: textarea
67
+
id: description
68
+
attributes:
69
+
label: Describe the bug
70
+
description: A clear and concise description of what the bug is.
71
+
validations:
72
+
required: true
73
+
- type: textarea
74
+
id: steps-to-reproduce
75
+
attributes:
76
+
label: Steps to Reproduce
77
+
description: Steps to reproduce the behavior.
78
+
placeholder: |
79
+
1. Go to '...'
80
+
2. Click on '....'
81
+
3. Scroll down to '....'
82
+
4. See error
83
+
validations:
84
+
required: true
85
+
- type: textarea
86
+
id: expected-behavior
87
+
attributes:
88
+
label: Expected behavior
89
+
description: A clear and concise description of what you expected to happen.
90
+
validations:
91
+
required: true
92
+
- type: textarea
93
+
id: additional-context
94
+
attributes:
95
+
label: Additional context
96
+
description: Add any other context about the problem here.
97
+
- type: checkboxes
98
+
id: terms
99
+
attributes:
100
+
label: Code of Conduct
101
+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/wslutilities/wslu/blob/7920eb4f94873666477032a33ab57a9b6ee9ad96/CODE_OF_CONDUCT.md)
102
+
options:
103
+
- label: I agree to follow this project's Code of Conduct
Copy file name to clipboardExpand all lines: docs/wslu.7
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ Entering debug mode.
45
45
Entering verbose mode.
46
46
.SH CONFIGURATION
47
47
.TP
48
-
The defualt configuration is stored in /usr/share/wslu/conf. You can override the default configuration in \'/usr/share/wslu/custom.conf\', \'$HOME/.config/wslu/conf\', or \'$HOME/.wslurc\'. They will be read in the direction they are listed.
48
+
The defualt configuration is stored in /usr/share/wslu/conf. You can override the default configuration in \'/etc/wslu/conf\', \'/etc/wslu/custom.conf\', \'$HOME/.config/wslu/conf\', or \'$HOME/.wslurc\'. They will be read in the direction they are listed.
0 commit comments