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
da38a958
Commit
da38a958
authored
May 31, 2022
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Scripts version 2113
parent
bcc33877
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
10 deletions
+6
-10
changelog_eng
data_from_portwine/changelog_eng
+1
-4
changelog_rus
data_from_portwine/changelog_rus
+1
-4
functions_helper
data_from_portwine/scripts/functions_helper
+3
-1
var
data_from_portwine/scripts/var
+1
-1
No files found.
data_from_portwine/changelog_eng
View file @
da38a958
...
@@ -2,10 +2,7 @@ You can help us in the development of the project on the website: boosty.to/port
...
@@ -2,10 +2,7 @@ You can help us in the development of the project on the website: boosty.to/port
-----------------------------------------
-----------------------------------------
Changelog:
Changelog:
###Scripts version 2112###
###Scripts version 2111 - 2113###
* HOTFIX
###Scripts version 2111###
* optimized launch PortProton in Rosa Linux
* optimized launch PortProton in Rosa Linux
###Scripts version 2110###
###Scripts version 2110###
...
...
data_from_portwine/changelog_rus
View file @
da38a958
...
@@ -2,10 +2,7 @@
...
@@ -2,10 +2,7 @@
-----------------------------------------
-----------------------------------------
История изменений:
История изменений:
###Scripts version 2112###
###Scripts version 2111 - 2113###
* HOTFIX - исправление функции
###Scripts version 2111###
* ускорен запуск PortProton в Rosa Linux
* ускорен запуск PortProton в Rosa Linux
###Scripts version 2110###
###Scripts version 2110###
...
...
data_from_portwine/scripts/functions_helper
View file @
da38a958
...
@@ -332,7 +332,9 @@ init_wine_ver () {
...
@@ -332,7 +332,9 @@ init_wine_ver () {
pw_init_runtime
()
{
pw_init_runtime
()
{
export
LOCPATH
=
"/run/host/usr/share/locale/"
if
[[
-z
$(
grep
"ROSA Fresh"
"/etc/os-release"
)
]]
;
then
export
LOCPATH
=
"/run/host/usr/share/locale/"
fi
PW_PV_OVERRIDES
=
"/usr/lib/pressure-vessel/overrides/lib"
PW_PV_OVERRIDES
=
"/usr/lib/pressure-vessel/overrides/lib"
export
PW_LD_LIBRARY_PATH
=
"
${
WINEDIR
}
/lib64:
${
WINEDIR
}
/lib:
${
PW_WINELIB
}
/portable/lib/lib64:
${
PW_WINELIB
}
/portable/lib/lib32:
${
PW_PV_OVERRIDES
}
/x86_64-linux-gnu/aliases:
${
PW_PV_OVERRIDES
}
/i386-linux-gnu/aliases"
export
PW_LD_LIBRARY_PATH
=
"
${
WINEDIR
}
/lib64:
${
WINEDIR
}
/lib:
${
PW_WINELIB
}
/portable/lib/lib64:
${
PW_WINELIB
}
/portable/lib/lib32:
${
PW_PV_OVERRIDES
}
/x86_64-linux-gnu/aliases:
${
PW_PV_OVERRIDES
}
/i386-linux-gnu/aliases"
...
...
data_from_portwine/scripts/var
View file @
da38a958
#!/usr/bin/env bash
#!/usr/bin/env bash
#Author: Castro-Fidel (PortWINE-Linux.ru)
#Author: Castro-Fidel (PortWINE-Linux.ru)
#SCRIPTS_NEXT_VERSION=211
1
#SCRIPTS_NEXT_VERSION=211
3
########################################################################
########################################################################
export
PW_MANGOHUD
=
0
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
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