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
Vladislav
PortWINE
Commits
72e773cf
Commit
72e773cf
authored
May 27, 2022
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Scripts version 2108
parent
29eb9ba7
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
5 deletions
+9
-5
changelog_eng
data_from_portwine/changelog_eng
+3
-0
changelog_rus
data_from_portwine/changelog_rus
+3
-0
functions_helper
data_from_portwine/scripts/functions_helper
+0
-2
runlib
data_from_portwine/scripts/runlib
+2
-2
var
data_from_portwine/scripts/var
+1
-1
No files found.
data_from_portwine/changelog_eng
View file @
72e773cf
...
...
@@ -2,6 +2,9 @@ You can help us in the development of the project on the website: boosty.to/port
-----------------------------------------
Changelog:
###Scripts version 2108###
* HOTFIX for Rosa Linux
###Scripts version 2107###
* accelerated container launch
* optimization of start.sh script
...
...
data_from_portwine/changelog_rus
View file @
72e773cf
...
...
@@ -2,6 +2,9 @@
-----------------------------------------
История изменений:
###Scripts version 2108###
* HOTFIX - для правильной работы в Rosa Linux
###Scripts version 2107###
* ускорен запуск контейнера
* оптимизация скрипта start.sh
...
...
data_from_portwine/scripts/functions_helper
View file @
72e773cf
...
...
@@ -369,7 +369,6 @@ pw_init_runtime () {
--no-gc-runtimes
\
--copy-runtime
\
--remove-game-overlay
\
--no-generate-locales
\
${
PW_ADD_TO_ARGS_IN_RUNTIME
}
--"
else
export
pw_runtime
=
"
${
PW_WINELIB
}
/pressure-vessel/bin/pressure-vessel-unruntime
\
...
...
@@ -377,7 +376,6 @@ pw_init_runtime () {
--no-gc-legacy-runtimes
\
--no-gc-runtimes
\
--copy-runtime
\
--no-generate-locales
\
--remove-game-overlay
\
${
PW_ADD_TO_ARGS_IN_RUNTIME
}
--"
fi
...
...
data_from_portwine/scripts/runlib
View file @
72e773cf
...
...
@@ -251,12 +251,12 @@ start_portwine () {
if
[[
-d
"
${
PW_PLUGINS_PATH
}
/default_pfx/"
]]
;
then
cp
-frL
"
${
PW_PLUGINS_PATH
}
/default_pfx/"
*
"
${
PORT_WINE_PATH
}
/data/prefixes/
${
PW_PREFIX_NAME
}
/"
fi
${
pw_runtime
}
env
LD_LIBRARY_PATH
=
"
${
PW_LD_LIBRARY_PATH
}
"
"
${
WINELOADER
}
"
wineboot
-
i
&>>
"
${
PORT_WINE_TMP_PATH
}
/update_pfx_log"
${
pw_runtime
}
env
LD_LIBRARY_PATH
=
"
${
PW_LD_LIBRARY_PATH
}
"
"
${
WINELOADER
}
"
wineboot
-
u
&>>
"
${
PORT_WINE_TMP_PATH
}
/update_pfx_log"
wait_wineserver
&&
echo
"
${
PW_WINE_USE
}
"
>
"
${
PORT_WINE_PATH
}
/data/prefixes/
${
PW_PREFIX_NAME
}
/.wine_ver"
elif
[[
-z
"
`
cat
"
${
PORT_WINE_PATH
}
/data/prefixes/
${
PW_PREFIX_NAME
}
/.wine_ver"
|
grep
${
PW_WINE_USE
}
`
"
]]
;
then
check_dirs_and_files_in_pfx
${
pw_runtime
}
env
LD_LIBRARY_PATH
=
"
${
PW_LD_LIBRARY_PATH
}
"
"
${
WINELOADER
}
"
wineboot
-
i
&>>
"
${
PORT_WINE_TMP_PATH
}
/update_pfx_log"
${
pw_runtime
}
env
LD_LIBRARY_PATH
=
"
${
PW_LD_LIBRARY_PATH
}
"
"
${
WINELOADER
}
"
wineboot
-
u
&>>
"
${
PORT_WINE_TMP_PATH
}
/update_pfx_log"
wait_wineserver
&&
echo
"
${
PW_WINE_USE
}
"
>
"
${
PORT_WINE_PATH
}
/data/prefixes/
${
PW_PREFIX_NAME
}
/.wine_ver"
fi
...
...
data_from_portwine/scripts/var
View file @
72e773cf
#!/usr/bin/env bash
#Author: Castro-Fidel (PortWINE-Linux.ru)
#SCRIPTS_NEXT_VERSION=210
7
#SCRIPTS_NEXT_VERSION=210
8
########################################################################
export
PW_MANGOHUD
=
0
export
MANGOHUD_CONFIG
=
cpu_stats,cpu_temp,cpu_mhz,cpu_color
=
2e97cb,cpu_text
=
CPU,gpu_stats,gpu_temp,gpu_core_clock,gpu_mem_clock,vulkan_driver,gpu_name,gpu_color
=
2e9762,gpu_text
=
GPU,vram,vram_color
=
ad64c1,ram,ram_color
=
c26693,io_color
=
a491d3,frame_timing
=
1,frametime_color
=
00ff00,time,arch,wine,wine_color
=
eb5b5b,engine_color
=
eb5b5b,background_alpha
=
0.2,font_size
=
24,background_color
=
020202,text_color
=
ffffff,toggle_hud
=
Shift_R+F12,resolution,vkbasalt
...
...
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