Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PortWINE
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mikhail Tergoev
PortWINE
Commits
259b6907
Commit
259b6907
authored
Oct 26, 2024
by
Vladislav
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes for pw_stop_progress_bar
parent
0483902b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
6 deletions
+9
-6
functions_helper
data_from_portwine/scripts/functions_helper
+9
-6
No files found.
data_from_portwine/scripts/functions_helper
View file @
259b6907
...
@@ -4153,12 +4153,15 @@ pw_start_progress_bar_install_game () {
...
@@ -4153,12 +4153,15 @@ pw_start_progress_bar_install_game () {
}
}
pw_stop_progress_bar
()
{
pw_stop_progress_bar
()
{
sleep
0.1
if
[[
-n
$PW_YAD_PID_PROGRESS_BAR_BLOCK
]]
;
then
for
PW_KILL_YAD_PID
in
"
$PW_YAD_PID_PROGRESS_BAR_BLOCK
"
"
$PW_YAD_PID_PROGRESS_BAR_CS
"
\
kill
-s
SIGUSR1
"
$PW_YAD_PID_PROGRESS_BAR_BLOCK
"
&>/dev/null
"
$PW_YAD_PID_PFX_COVER_UI
"
"
$PW_YAD_PID_PROGRESS_BAR_COVER
"
elif
[[
-n
$PW_YAD_PID_PROGRESS_BAR_CS
]]
;
then
do
kill
-s
SIGUSR1
"
$PW_YAD_PID_PROGRESS_BAR_CS
"
&>/dev/null
kill
-s
SIGUSR1
"
$PW_KILL_YAD_PID
"
&>/dev/null
elif
[[
-n
$PW_YAD_PID_PFX_COVER_UI
]]
;
then
done
kill
-s
SIGUSR1
"
$PW_YAD_PID_PFX_COVER_UI
"
&>/dev/null
elif
[[
-n
$PW_YAD_PID_PROGRESS_BAR_COVER
]]
;
then
kill
-s
SIGUSR1
"
$PW_YAD_PID_PROGRESS_BAR_COVER
"
&>/dev/null
fi
unset
PW_YAD_PID_PROGRESS_BAR_BLOCK PW_YAD_PID_PROGRESS_BAR_CS
\
unset
PW_YAD_PID_PROGRESS_BAR_BLOCK PW_YAD_PID_PROGRESS_BAR_CS
\
PW_YAD_PID_PFX_COVER_UI PW_YAD_PID_PROGRESS_BAR_COVER
PW_YAD_PID_PFX_COVER_UI PW_YAD_PID_PROGRESS_BAR_COVER
return
0
return
0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment