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
0b613aca
Commit
0b613aca
authored
Feb 28, 2025
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor updated pw_wineboot
parent
f4ce7ee8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
functions_helper
data_from_portwine/scripts/functions_helper
+6
-2
No files found.
data_from_portwine/scripts/functions_helper
View file @
0b613aca
...
...
@@ -3180,14 +3180,18 @@ start_portwine () {
LIST_ICU_DLL_LINKS
=
"icuin68 icuuc68 icudt68"
for
dll
in
$LIST_ICU_DLL_LINKS
;
do
if
[[
-f
"
${
WINEDIR
}
/lib/icu/
${
dll
}
.dll"
]]
;
then
try_force_link_file
"
${
WINEDIR
}
/lib/icu/
${
dll
}
.dll"
"
${
WINEPREFIX
}
/drive_c/windows/syswow64/
${
dll
}
.dll"
try_force_link_file
"
${
WINEDIR
}
/lib64/icu/
${
dll
}
.dll"
"
${
WINEPREFIX
}
/drive_c/windows/system32/
${
dll
}
.dll"
else
try_remove_file
"
${
WINEPREFIX
}
/drive_c/windows/syswow64/
${
dll
}
.dll"
try_remove_file
"
${
WINEPREFIX
}
/drive_c/windows/system32/
${
dll
}
.dll"
fi
done
print_info
"Used wineboot
$@
for prefix:
${
PW_PREFIX_NAME
}
"
${
pw_runtime
}
GST_PLUGIN_SYSTEM_PATH_1_0
=
""
LD_LIBRARY_PATH
=
"
${
PW_LD_LIBRARY_PATH
}
:
${
WINE_LIBRARY_PATH
}
"
\
WINEDEBUG
=
"fixme-all,err+loaddll,err+dll,err+file,err+reg"
\
"
${
WINELOADER
}
"
wineboot
$@
&>>
"
${
PW_TMPFS_PATH
}
/update_pfx_log"
WINEDEBUG
=
"err+all"
"
${
WINELOADER
}
"
wineboot
$@
&>>
"
${
PW_TMPFS_PATH
}
/update_pfx_log"
wait_wineserver
print_info
"The prefix has been updated."
}
...
...
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