forked from Shinonome/dots-hyprland
Fix issue form template
This commit is contained in:
@@ -18,7 +18,7 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: Quick diagnose info
|
label: Quick diagnose info
|
||||||
description: "Run `./diagnose` inside the repo, and paste the result below."
|
description: "Run `./diagnose` inside the repo, and paste the result below."
|
||||||
value: "\n<!-- Run `./diagnose` inside the repo, and paste the result below. -->\n<details><summary>Quick diagnose</summary>\n\n```\n(Paste your diagnose result here!)\n```\n\n</details>"
|
value: "<details><summary>Quick diagnose</summary>\n\n```\n<!-- Run `./diagnose` inside the repo, and paste the result here. -->\n```\n\n</details>"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
@@ -34,6 +34,6 @@ body:
|
|||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: The issue
|
label: The issue
|
||||||
value: "\n(Describe your issue here!)\n\n<!-- ↓↓ DO NOT IGNORE THIS. NO HELP CAN BE GIVEN WITHOUT SUFFICIENT LOGS -->\n<details><summary>Logs</summary>\n\n```\n(Put your log content here!)\n```\n\n</details>"
|
value: "\n<!-- Describe your issue here! -->\n\n<details><summary>Logs</summary>\n\n```\n<!-- Put your log content here!-->\n```\n\n</details>"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
@@ -29,6 +29,11 @@ ii_exec() {
|
|||||||
ii_check_distro() {
|
ii_check_distro() {
|
||||||
lsb_release -a || cat /etc/os-release || cat /etc/lsb-release
|
lsb_release -a || cat /etc/os-release || cat /etc/lsb-release
|
||||||
}
|
}
|
||||||
|
ii_check_venv() {
|
||||||
|
source $(eval echo $ILLOGICAL_IMPULSE_VIRTUAL_ENV)/bin/activate
|
||||||
|
which gradience-cli
|
||||||
|
deactivate
|
||||||
|
}
|
||||||
|
|
||||||
e "Checking git repo info"
|
e "Checking git repo info"
|
||||||
x git remote get-url origin
|
x git remote get-url origin
|
||||||
@@ -49,17 +54,20 @@ e "Checking directories/files"
|
|||||||
x ls -l $ILLOGICAL_IMPULSE_VIRTUAL_ENV/bin/gradience-cli
|
x ls -l $ILLOGICAL_IMPULSE_VIRTUAL_ENV/bin/gradience-cli
|
||||||
x ls $XDG_DATA_HOME/glib-2.0/schemas
|
x ls $XDG_DATA_HOME/glib-2.0/schemas
|
||||||
x ls $XDG_DATA_HOME/gradience
|
x ls $XDG_DATA_HOME/gradience
|
||||||
x cat ~/.config/ags/
|
#x cat ~/.config/ags/
|
||||||
|
|
||||||
e "Checking command existence"
|
#e "Checking command existence"
|
||||||
commands=(pacman zypper apt dnf yum Hyprland)
|
#commands=(yay pacman zypper apt dnf yum)
|
||||||
for i in "${commands[@]}";do x command -v $i;done
|
#commands+=(ags swww)
|
||||||
|
#commands+=(Hyprland hypr{ctl,idle,lock,picker})
|
||||||
|
#commands+=(uv)
|
||||||
|
#for i in "${commands[@]}";do x command -v $i;done
|
||||||
|
|
||||||
e "Checking versions"
|
e "Checking versions"
|
||||||
x Hyprland --version
|
x Hyprland --version
|
||||||
x ags --version
|
x ags --version
|
||||||
|
|
||||||
#e "Checking Color Generators"
|
e "Checking python venv"
|
||||||
#x ~/.config/ags/scripts/color_generation/applycolor.sh
|
|
||||||
|
|
||||||
e "Finished. Output saved as \"dianose.log\"."
|
e "Finished. Output saved as \"dianose.log\"."
|
||||||
|
|||||||
Reference in New Issue
Block a user