Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PortWINE-old
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-old
Commits
694e89cc
Commit
694e89cc
authored
Jul 26, 2024
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Scripts version 2329
parent
643c8b4f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
8 deletions
+12
-8
changelog_en
data_from_portwine/changelog_en
+5
-0
changelog_ru
data_from_portwine/changelog_ru
+2
-1
functions_helper
data_from_portwine/scripts/functions_helper
+3
-5
var
data_from_portwine/scripts/var
+2
-2
No files found.
data_from_portwine/changelog_en
View file @
694e89cc
...
@@ -2,6 +2,11 @@ You can help us in the development of the project on the website: https://linux-
...
@@ -2,6 +2,11 @@ You can help us in the development of the project on the website: https://linux-
----------------------------------------
----------------------------------------
Changelog:
Changelog:
###Scripts version 2329### / Date: 26.07.2024 / Download update size: 4 megabytes
* created a new tray based on libayatana-appindicator (thanks to Htylol)
* improved automatic creation of shortcuts by checking "create shortcut" in the installer itself (thanks to Boria138 and Htylol)
* plugins package updated to version 17
###Scripts version 2328### / Date: 25.07.2024 / Download update size: 4 megabytes
###Scripts version 2328### / Date: 25.07.2024 / Download update size: 4 megabytes
* updated icon for setup files (thanks to Dervart)
* updated icon for setup files (thanks to Dervart)
* fixed interface alignment for KDE
* fixed interface alignment for KDE
...
...
data_from_portwine/changelog_ru
View file @
694e89cc
...
@@ -2,9 +2,10 @@
...
@@ -2,9 +2,10 @@
-----------------------------------------
-----------------------------------------
История изменений:
История изменений:
###Scripts version 2329### / Дата: 26.07.2024 / Размер скачиваемого обновления: 4 мегабайта
* создан новый трей на основе libayatana-appindicator (спасибо Htylol)
* создан новый трей на основе libayatana-appindicator (спасибо Htylol)
* улучшено автоматическое создание ярлыков галочкой "создать ярлык" в самом установщике (спасибо Boria138 и Htylol)
* улучшено автоматическое создание ярлыков галочкой "создать ярлык" в самом установщике (спасибо Boria138 и Htylol)
* обновлен пакет plugins до версии 17
###Scripts version 2328### / Дата: 25.07.2024 / Размер скачиваемого обновления: 4 мегабайта
###Scripts version 2328### / Дата: 25.07.2024 / Размер скачиваемого обновления: 4 мегабайта
* обновлена иконка для setup файлов (спасибо Dervart)
* обновлена иконка для setup файлов (спасибо Dervart)
...
...
data_from_portwine/scripts/functions_helper
View file @
694e89cc
...
@@ -2489,10 +2489,8 @@ start_portwine () {
...
@@ -2489,10 +2489,8 @@ start_portwine () {
if
[[
"
$DXVK_ENABLE_NVAPI
"
==
"1"
]]
;
then
if
[[
"
$DXVK_ENABLE_NVAPI
"
==
"1"
]]
;
then
print_info
"Try copy NVAPI files..."
print_info
"Try copy NVAPI files..."
try_force_link_file
"
${
PATH_TO_DXVK_FILES
}
/x32/nvapi.dll"
"
${
WINEPREFIX
}
/drive_c/windows/syswow64/nvapi.dll"
||
\
try_force_link_file
"
${
PATH_TO_DXVK_FILES
}
/x32/nvapi.dll"
"
${
WINEPREFIX
}
/drive_c/windows/syswow64/nvapi.dll"
try_force_link_file
"
${
PW_PLUGINS_PATH
}
/nvapi/x32/nvapi.dll"
"
${
WINEPREFIX
}
/drive_c/windows/syswow64/nvapi.dll"
try_force_link_file
"
${
PATH_TO_DXVK_FILES
}
/x64/nvapi64.dll"
"
${
WINEPREFIX
}
/drive_c/windows/system32/nvapi64.dll"
try_force_link_file
"
${
PATH_TO_DXVK_FILES
}
/x64/nvapi64.dll"
"
${
WINEPREFIX
}
/drive_c/windows/system32/nvapi64.dll"
||
\
try_force_link_file
"
${
PW_PLUGINS_PATH
}
/nvapi/x64/nvapi64.dll"
"
${
WINEPREFIX
}
/drive_c/windows/system32/nvapi64.dll"
fi
fi
if
[[
!
-z
"
$CP_VKD3D_FILES
"
]]
;
then
if
[[
!
-z
"
$CP_VKD3D_FILES
"
]]
;
then
...
@@ -3281,7 +3279,7 @@ pw_tray_icon () {
...
@@ -3281,7 +3279,7 @@ pw_tray_icon () {
PW_GUI_TRAY_PATH
=
"
${
PW_GUI_THEMES_PATH
}
/tray"
PW_GUI_TRAY_PATH
=
"
${
PW_GUI_THEMES_PATH
}
/tray"
cd
"
${
PW_GUI_TRAY_PATH
}
"
cd
"
${
PW_GUI_TRAY_PATH
}
"
"
${
PW_GUI_TRAY_PATH
}
/tray_pp"
&
env
LD_LIBRARY_PATH
=
"
${
PW_LD_LIBRARY_PATH
}
"
"
${
PW_GUI_TRAY_PATH
}
/tray_pp"
&
cd
-
cd
-
return
0
return
0
...
...
data_from_portwine/scripts/var
View file @
694e89cc
#!/usr/bin/env bash
#!/usr/bin/env bash
#Author: Castro-Fidel (linux-gaming.ru)
#Author: Castro-Fidel (linux-gaming.ru)
#SCRIPTS_NEXT_VERSION=232
8
#SCRIPTS_NEXT_VERSION=232
9
#SCRIPTS_STABLE_VERSION=2327
#SCRIPTS_STABLE_VERSION=2327
########################################################################
########################################################################
export
LANGUAGES_LIST
=
"ru es"
export
LANGUAGES_LIST
=
"ru es"
...
@@ -40,7 +40,7 @@ export PW_DINPUT_PROTOCOL="0"
...
@@ -40,7 +40,7 @@ export PW_DINPUT_PROTOCOL="0"
# export GTK_THEME="Adwaita:dark"
# export GTK_THEME="Adwaita:dark"
###DEFAULT_WINE###
###DEFAULT_WINE###
export
PW_WINE_USE
=
"PROTON_LG"
export
PW_WINE_USE
=
"PROTON_LG"
export
PW_PLUGINS_VER
=
"_v1
6
"
export
PW_PLUGINS_VER
=
"_v1
7
"
export
PW_FAKE_DLSS_VER
=
"230506"
export
PW_FAKE_DLSS_VER
=
"230506"
export
PW_FAKE_DLSS_3_VER
=
"090"
export
PW_FAKE_DLSS_3_VER
=
"090"
export
PW_GALLIUM_NINE_VER
=
"0.9"
export
PW_GALLIUM_NINE_VER
=
"0.9"
...
...
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