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
7fd54ed7
Commit
7fd54ed7
authored
Feb 02, 2024
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Scripts version 2251
parent
47e625d3
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
4 deletions
+10
-4
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
+2
-2
PW_EAAPP
data_from_portwine/scripts/pw_autoinstall/PW_EAAPP
+1
-1
var
data_from_portwine/scripts/var
+1
-1
No files found.
data_from_portwine/changelog_eng
View file @
7fd54ed7
...
...
@@ -2,6 +2,9 @@ You can help us in the development of the project on the website: https://linux-
----------------------------------------
Changelog:
###Scripts version 2251### Date: 02.02.2024 / Download update size: 8 megabytes
* HOTFIX - fixed automatic closing of EAapp after its installation
###Scripts version 2250### Date: 02.02.2024 / Download update size: 8 megabytes
* fixed prefix adjustment and updating when starting from steam
* fixed unpacking of WINE archives when starting from steam
...
...
data_from_portwine/changelog_rus
View file @
7fd54ed7
...
...
@@ -2,6 +2,9 @@
-----------------------------------------
История изменений:
###Scripts version 2251### Дата: 02.02.2024 / Размер скачиваемого обновления: 8 мегабайт
* HOTFIX - исправлено автоматическое закрытие EAapp после его установки на некоторых системах
###Scripts version 2250### Дата: 02.02.2024 / Размер скачиваемого обновления: 8 мегабайт
* исправлено добавление ярлыков в steam если имеется более одного каталога с пользователями в steam
* исправлена подготавка префикса и его обновление при запуске из steam
...
...
data_from_portwine/scripts/functions_helper
View file @
7fd54ed7
...
...
@@ -610,13 +610,13 @@ pw_kill_autostart () {
sleep
5
while
true
;
do
if
[[
-z
"
`
ps aux |
grep
-m
1
"
$1
"
|
grep
-v
grep
|
awk
'{print $2}'
`
"
]]
&&
[[
!
-z
"
`
ps aux |
grep
wrap |
grep
-v
grep
|
grep
-i
${
portname
}
|
head
-n
1
`
"
]]
;
then
if
[[
-z
"
`
ps aux |
grep
-m
1
-i
"
$1
"
|
grep
-v
grep
|
awk
'{print $2}'
`
"
]]
&&
[[
!
-z
"
`
ps aux |
grep
wrap |
grep
-v
grep
|
grep
-i
${
portname
}
|
head
-n
1
`
"
]]
;
then
echo
-e
"PID "
$1
" not found"
sleep
"
${
SWAIT
}
"
else
sleep
"
${
SWAIT
}
"
if
[[
"
$3
"
==
please
]]
then
kill
-s
SIGTERM
`
ps aux |
grep
-m
1
"
$1
"
|
grep
-v
grep
|
awk
'{print $2}'
`
then
kill
-s
SIGTERM
`
ps aux |
grep
-m
1
-i
"
$1
"
|
grep
-v
grep
|
awk
'{print $2}'
`
else
kill_portwine
fi
break
...
...
data_from_portwine/scripts/pw_autoinstall/PW_EAAPP
View file @
7fd54ed7
...
...
@@ -13,7 +13,7 @@ start_portwine
if
try_download_game
"https://origin-a.akamaihd.net/EA-Desktop-Client-Download/installer-releases/EAappInstaller.exe"
"
${
PW_AUTOINSTALL_EXE
}
"
then
pw_start_progress_bar_block
"
${
loc_gui_installing_the
}
EA Launcher.
${
loc_gui_please_wait
}
"
pw_kill_autostart EABackgroundSer
vice.exe
5 please &
pw_kill_autostart EABackgroundSer 5 please &
mkdir
-p
"
$WINEPREFIX
/drive_c/Program Files/Electronic Arts/EA Desktop/EA Desktop"
pw_run
"
${
PW_AUTOINSTALL_EXE
}
"
portwine_exe
=
"
$WINEPREFIX
/drive_c/Program Files/Electronic Arts/EA Desktop/EA Desktop/EALauncher.exe"
...
...
data_from_portwine/scripts/var
View file @
7fd54ed7
#!/usr/bin/env bash
#Author: Castro-Fidel (linux-gaming.ru)
#SCRIPTS_NEXT_VERSION=225
0
#SCRIPTS_NEXT_VERSION=225
1
########################################################################
export
PW_MANGOHUD
=
"0"
export
DEFAULT_MANGOHUD_CONFIG
=
"cpu_stats,cpu_temp,cpu_mhz,gpu_stats,gpu_temp,gpu_core_clock,gpu_mem_clock,vulkan_driver,gpu_name,vram,ram,frame_timing=1,time,arch,wine,toggle_hud=Shift_R+F12,resolution,vkbasalt,gamemode"
...
...
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