Skip to content

fix(shortcuts): StartupNotify=false + StartupWMClass + Actions= for G… #62

fix(shortcuts): StartupNotify=false + StartupWMClass + Actions= for G…

fix(shortcuts): StartupNotify=false + StartupWMClass + Actions= for G… #62

Triggered via push September 5, 2026 05:32
Status Success
Total duration 23s
Artifacts
ShellCheck Analysis & Suggestions
13s
ShellCheck Analysis & Suggestions
Create Auto-Fix PR
14s
Create Auto-Fix PR
Linting Summary
3s
Linting Summary
Fit to window
Zoom out
Zoom in

Annotations

1 warning and 10 notices
Create Auto-Fix PR
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/create-github-app-token@v2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
ShellCheck Analysis & Suggestions: ./lib/prefix.sh#L91
[2031] WINEPREFIX was modified in a subshell. That change might be lost. - See: https://www.shellcheck.net/wiki/2031
ShellCheck Analysis & Suggestions: ./lib/prefix.sh#L89
[2031] WINEPREFIX was modified in a subshell. That change might be lost. - See: https://www.shellcheck.net/wiki/2031
ShellCheck Analysis & Suggestions: ./lib/prefix.sh#L45
[2030] Modification of LD_LIBRARY_PATH is local (to subshell caused by (..) group). - See: https://www.shellcheck.net/wiki/2030
ShellCheck Analysis & Suggestions: ./lib/prefix.sh#L43
[2030] Modification of WINEPREFIX is local (to subshell caused by (..) group). - See: https://www.shellcheck.net/wiki/2030
ShellCheck Analysis & Suggestions: ./lib/prefix.sh#L42
[2030] Modification of PATH is local (to subshell caused by (..) group). - See: https://www.shellcheck.net/wiki/2030
ShellCheck Analysis & Suggestions: ./lib/prefix.sh#L42
[2155] Declare and assign separately to avoid masking return values. - See: https://www.shellcheck.net/wiki/2155
ShellCheck Analysis & Suggestions: ./lib/prefix.sh#L41
[2030] Modification of WINESERVER is local (to subshell caused by (..) group). - See: https://www.shellcheck.net/wiki/2030
ShellCheck Analysis & Suggestions: ./lib/prefix.sh#L41
[2155] Declare and assign separately to avoid masking return values. - See: https://www.shellcheck.net/wiki/2155
ShellCheck Analysis & Suggestions: ./lib/prefix.sh#L40
[2030] Modification of WINE is local (to subshell caused by (..) group). - See: https://www.shellcheck.net/wiki/2030
ShellCheck Analysis & Suggestions: ./lib/user_registry.sh#L66
[2015] Note that A && B || C is not if-then-else. C may run when A is true. - See: https://www.shellcheck.net/wiki/2015