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
a8f8cef1
Commit
a8f8cef1
authored
Nov 15, 2024
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Scripts version 2379
parent
ef3de108
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
6 deletions
+16
-6
changelog_en
data_from_portwine/changelog_en
+4
-1
changelog_ru
data_from_portwine/changelog_ru
+3
-0
functions_helper
data_from_portwine/scripts/functions_helper
+7
-3
var
data_from_portwine/scripts/var
+2
-2
No files found.
data_from_portwine/changelog_en
View file @
a8f8cef1
...
...
@@ -2,8 +2,11 @@ You can help us in the development of the project on the website: https://linux-
----------------------------------------
Changelog:
###Scripts version 2379### / stable / Date: 15.11.2024 / Download update size: 4 megabytes
* HOTFIX - fix for problems related to the lack of sound (pulse by default)
###Scripts version 2378### / stable / Date: 15.11.2024 / Download update size: 4 megabytes
minor adjustments to the stable version of PortProto
scripts
* minor adjustments to the stable version of PortProton
scripts
###Scripts version 2377### / stable / Date: 15.11.2024 / Download update size: 220 megabytes
* cumulative update to the stable version of PortProton scripts
...
...
data_from_portwine/changelog_ru
View file @
a8f8cef1
...
...
@@ -2,6 +2,9 @@
-----------------------------------------
История изменений:
###Scripts version 2379### / stable / Дата: 15.11.2024 / Размер скачиваемого обновления: 4 мегабайта
* HOTFIX - исправление проблем связанных с отсуствием звука
###Scripts version 2378### / stable / Дата: 15.11.2024 / Размер скачиваемого обновления: 4 мегабайта
* небольшие корректировки стабильной версии скриптов PortProton
...
...
data_from_portwine/scripts/functions_helper
View file @
a8f8cef1
...
...
@@ -3915,9 +3915,13 @@ start_portwine () {
get_and_set_reg_file
--delete
'Software\Wine\Drivers'
'Graphics'
fi
if
[[
$PW_SOUND_DRIVER_USE
!=
"disabled"
]]
;
then
get_and_set_reg_file
--add
'Software\Wine\Drivers'
'Audio'
'REG_SZ'
"
$PW_SOUND_DRIVER_USE
"
"user"
fi
case
"
$PW_SOUND_DRIVER_USE
"
in
pulse
)
get_and_set_reg_file
--add
'Software\Wine\Drivers'
'Audio'
'REG_SZ'
"pulse"
"user"
;;
alsa
)
get_and_set_reg_file
--add
'Software\Wine\Drivers'
'Audio'
'REG_SZ'
"alsa"
"user"
;;
oss
)
get_and_set_reg_file
--add
'Software\Wine\Drivers'
'Audio'
'REG_SZ'
"oss"
"user"
;;
*
)
get_and_set_reg_file
--delete
'Software\Wine\Drivers'
'Audio'
;;
esac
pw_stop_progress_bar
if
!
check_start_from_steam
;
then
...
...
data_from_portwine/scripts/var
View file @
a8f8cef1
#!/usr/bin/env bash
#Author: Castro-Fidel (linux-gaming.ru)
#SCRIPTS_NEXT_VERSION=237
8
#SCRIPTS_STABLE_VERSION=237
8
#SCRIPTS_NEXT_VERSION=237
9
#SCRIPTS_STABLE_VERSION=237
9
########################################################################
export
AI_TOP_GAMES
=
"PW_LGC PW_VKPLAY PW_EPIC PW_BATTLE_NET PW_WORLD_OF_SEA_BATTLE PW_RUSSIAN_FISHING PW_HO_YO_PLAY PW_FARLIGHT84 PW_WARFRAME PW_WGC PW_UBISOFT"
# export PROTON_USE_XALIA="1"
...
...
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