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
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/template.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -15,13 +15,13 @@ body:
15
15
options:
16
16
- label: I have made sure that I do not have multiple versions of the theme installed. Only one version should be installed in either `~/.local/share/themes` or `/usr/share/themes`
17
17
required: true
18
-
- label: The files `~/.config/gtk-3.0/gtk.css` and `~/.config/gtk-4.0/gtk.css` does not exist. (Backup and remove those files and restart any apps.)
18
+
- label: The files `~/.config/gtk-3.0/gtk.css` and `~/.config/gtk-4.0/gtk.css` do not exist. (Backup and remove those files and restart any apps.)
19
19
required: true
20
20
- label: I've made sure that the issue did not go away by restarting apps or by logging out and in again.
21
21
required: true
22
-
- label: By running the command `env` I've made sure that there is no environment variable called `GTK_THEME`
23
-
required: false
24
-
- label: Dark theme not applied on some apps? Did you try to run `gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'` ?
22
+
- label: By running the command `echo $GTK_THEME` I've made sure that there is no environment variable called `GTK_THEME`. If it's set, please remove it before continuing.
23
+
required: true
24
+
- label: Is the dark theme not applied on some apps? Did you try running `gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'` ?
0 commit comments