1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-04-06 04:23:00 +02:00

Compare commits

..

1 commit

Author SHA1 Message Date
aclist
bc66ec2e52
Merge 3ab666a807 into 1f31c43fe4 2025-01-09 20:49:37 +09:00
6 changed files with 58 additions and 55 deletions

View file

@ -1,34 +1,31 @@
name: Bug report name: Bug report
description: Submit bugs that affect functionality here description: Submit bugs that affect functionality here
title: "[BUG] Your title here" title: "[BUG] "
labels: ["bug"] labels: ["bug"]
assignees: assignees:
- aclist - aclist
body: body:
- type: checkboxes
id: kb
attributes:
label: Did you check if this issue already exists?
options:
- label: I have checked the [Knowledge Base](https://aclist.github.io/dzgui/kb.html) and searched through [past issues](https://github.com/aclist/dztui/issues?q=is%3Aissue+is%3Aclosed) and did not find my issue there.
required: true
- type: dropdown - type: dropdown
id: device id: version
attributes:
label: Version
description: DZGUI version
options:
- 5.6.x (stable)
- 5.7.x (testing)
- Version prior to 5.6.0
default: 0
validations:
required: true
- type: dropdown
id: browsers
attributes: attributes:
label: Device type label: Device type
options: options:
- Desktop PC - Desktop PC
- Steam Deck - Steam Deck
default: 0
validations: validations:
required: true required: true
- type: input
id: version
attributes:
label: DZGUI version
validations:
required: true
placeholder: "5.6.0"
- type: input - type: input
id: distro id: distro
attributes: attributes:

View file

@ -1,27 +1,31 @@
name: Feature suggestion name: Feature suggestion
description: Submit requests for new features here description: Submit requests for new features here
title: "[FEAT] Your title here" title: "[FEAT] "
labels: ["enhancement"] labels: ["enhancement"]
assignees: assignees:
- aclist - aclist
body: body:
- type: dropdown - type: dropdown
id: device id: version
attributes:
label: Version
description: DZGUI version
options:
- 5.6.x (stable)
- 5.7.x (testing)
- Version prior to 5.6.0
default: 0
validations:
required: true
- type: dropdown
id: browsers
attributes: attributes:
label: Device type label: Device type
options: options:
- Desktop PC - Desktop PC
- Steam Deck - Steam Deck
default: 0
validations: validations:
required: true required: true
- type: input
id: version
attributes:
label: DZGUI version
validations:
required: true
placeholder: "5.6.0"
- type: input - type: input
id: distro id: distro
attributes: attributes:

View file

@ -1,27 +1,38 @@
name: Troubleshooting name: Troubleshooting
description: Submit user error/troubleshooting questions here description: Submit user error/troubleshooting questions here
title: "[HELP] Your title here" title: "[HELP] "
labels: ["troubleshooting"] labels: ["troubleshooting"]
assignees: assignees:
- aclist - aclist
body: body:
- type: checkboxes
id: kb
attributes:
label: Did you check if this issue already exists?
options:
- label: I have checked the [Knowledge Base](https://aclist.github.io/dzgui/kb.html) and searched through [past issues](https://github.com/aclist/dztui/issues?q=is%3Aissue+is%3Aclosed) and did not find my issue there.
required: true
- type: dropdown - type: dropdown
id: device id: version
attributes:
label: Version
description: DZGUI version
options:
- 5.6.x (stable)
- 5.7.x (testing)
- Version prior to 5.6.0
default: 0
validations:
required: true
- type: dropdown
id: browsers
attributes: attributes:
label: Device type label: Device type
options: options:
- Desktop PC - Desktop PC
- Steam Deck - Steam Deck
default: 0
validations: validations:
required: true required: true
- type: input
id: version
attributes:
label: DZGUI version
validations:
required: true
placeholder: "5.6.0"
- type: input - type: input
id: distro id: distro
attributes: attributes:

View file

@ -18,7 +18,6 @@ Refer to the documentation for installation and setup instructions:
- [GitHub](https://aclist.github.io/dzgui/dzgui.html) - [GitHub](https://aclist.github.io/dzgui/dzgui.html)
- [Mirror (Codeberg)](https://aclist.codeberg.page) - [Mirror (Codeberg)](https://aclist.codeberg.page)
![A screenshot of DZGUI](/images/example.png) ![A screenshot of DZGUI](/images/example.png)
## Attribution ## Attribution

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -o pipefail set -o pipefail
version=5.6.1 version=5.6.0
#CONSTANTS #CONSTANTS
aid=221100 aid=221100
@ -76,9 +76,6 @@ set_im_module(){
return return
fi fi
} }
redact(){
sed 's@\(/home/\)[^/]*@\1REDACTED@g'
}
logger(){ logger(){
local date="$(date "+%F %T,%3N")" local date="$(date "+%F %T,%3N")"
local tag="$1" local tag="$1"
@ -86,8 +83,8 @@ logger(){
local self="${BASH_SOURCE[0]}" local self="${BASH_SOURCE[0]}"
local caller="${FUNCNAME[1]}" local caller="${FUNCNAME[1]}"
local line="${BASH_LINENO[0]}" local line="${BASH_LINENO[0]}"
printf "%s␞%s␞%s::%s()::%s␞%s\n" "$date" "$tag" "$self" "$caller" "$line" "$string" \ self="$(<<< "$self" sed 's@\(/[^/]*/\)\([^/]*\)\(.*\)@\1REDACTED\3@g')"
| redact >> "$debug_log" printf "%s␞%s␞%s::%s()::%s␞%s\n" "$date" "$tag" "$self" "$caller" "$line" "$string" >> "$debug_log"
} }
setup_dirs(){ setup_dirs(){
for dir in "$state_path" "$cache_path" "$share_path" "$helpers_path" "$freedesktop_path" "$config_path" "$log_path"; do for dir in "$state_path" "$cache_path" "$share_path" "$helpers_path" "$freedesktop_path" "$config_path" "$log_path"; do
@ -590,7 +587,7 @@ fetch_helpers_by_sum(){
["ui.py"]="d3ad9153d8599bea0eede9fd3121ee8e" ["ui.py"]="d3ad9153d8599bea0eede9fd3121ee8e"
["query_v2.py"]="55d339ba02512ac69de288eb3be41067" ["query_v2.py"]="55d339ba02512ac69de288eb3be41067"
["vdf2json.py"]="2f49f6f5d3af919bebaab2e9c220f397" ["vdf2json.py"]="2f49f6f5d3af919bebaab2e9c220f397"
["funcs"]="6a1c7ce585d9b76e2e75dba9d4295f8d" ["funcs"]="baa2c9c93edacb98384ae9f319e3b27f"
["lan"]="c62e84ddd1457b71a85ad21da662b9af" ["lan"]="c62e84ddd1457b71a85ad21da662b9af"
) )
local author="aclist" local author="aclist"

View file

@ -447,9 +447,7 @@ get_remote_servers(){
_fetch "${params[$i]}" > $_cache_temp.${i} _fetch "${params[$i]}" > $_cache_temp.${i}
done done
# ubuntu variants do not support jq 1.7 chained operators jq -n '[ [inputs]|add ].[]' $_cache_temp.* && rm $_cache_temp.*
# https://github.com/jqlang/jq/releases/tag/jq-1.7
jq -n '[ [inputs]|add ][]' $_cache_temp.* && rm $_cache_temp.*
} }
get_unique_maps(){ get_unique_maps(){
shift shift
@ -737,9 +735,6 @@ dump_servers(){
logger INFO "Server context is '$subcontext', reading from file '$file'" logger INFO "Server context is '$subcontext', reading from file '$file'"
filter_servers "$file" "$@" filter_servers "$file" "$@"
} }
redact(){
sed 's@\(/home/\)[^/]*@\1REDACTED@g'
}
logger(){ logger(){
local date="$(date "+%F %T,%3N")" local date="$(date "+%F %T,%3N")"
local tag="$1" local tag="$1"
@ -747,8 +742,8 @@ logger(){
local self="${BASH_SOURCE[0]}" local self="${BASH_SOURCE[0]}"
local caller="${FUNCNAME[1]}" local caller="${FUNCNAME[1]}"
local line="${BASH_LINENO[0]}" local line="${BASH_LINENO[0]}"
printf "%s␞%s␞%s::%s()::%s␞%s\n" "$date" "$tag" "$self" "$caller" "$line" "$string" \ self="$(<<< "$self" sed 's@\(/[^/]*/\)\([^/]*\)\(.*\)@\1REDACTED\3@g')"
| redact >> "$debug_log" printf "%s␞%s␞%s::%s()::%s␞%s\n" "$date" "$tag" "$self" "$caller" "$line" "$string" >> "$debug_log"
} }
test_ping(){ test_ping(){
shift shift
@ -1248,8 +1243,8 @@ symlinks(){
done done
} }
readarray -t mods < <(find "$workshop_dir" -mindepth 1 -name meta.cpp | awk -F/ 'NF=NF-1{print $NF}') readarray -t mods < <(find $workshop_dir -mindepth 1 -name meta.cpp | awk -F/ 'NF=NF-1{print $NF}')
readarray -t links < <(find "$game_dir" -maxdepth 1 -type l) readarray -t links < <(find $game_dir -type l)
if [[ ${#mods[@]} -eq 0 ]]; then if [[ ${#mods[@]} -eq 0 ]]; then
logger INFO "No mods present, aborting" logger INFO "No mods present, aborting"