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
718af5eb
Commit
718af5eb
authored
Sep 04, 2021
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
###Scripts version 2007###
parent
e291a2e9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
changelog
data_from_portwine/changelog
+3
-0
functions_helper
data_from_portwine/scripts/functions_helper
+1
-1
var
data_from_portwine/scripts/var
+1
-1
No files found.
data_from_portwine/changelog
View file @
718af5eb
...
@@ -10,6 +10,9 @@
...
@@ -10,6 +10,9 @@
* добавить комментарии описывающие функционал скриптов
* добавить комментарии описывающие функционал скриптов
* заниматься только развитием проекта за счет вашей подписки на https://boosty.to/portwine-linux.ru
* заниматься только развитием проекта за счет вашей подписки на https://boosty.to/portwine-linux.ru
-----------------------------------------
-----------------------------------------
###Scripts version 2007###
* HOTFIX - установки WGC
###Scripts version 2006###
###Scripts version 2006###
* HOTFIX - для AUTOINSTALL
* HOTFIX - для AUTOINSTALL
* в AUTOINSTALL добавлен MY.GAMES
* в AUTOINSTALL добавлен MY.GAMES
...
...
data_from_portwine/scripts/functions_helper
View file @
718af5eb
...
@@ -576,7 +576,7 @@ pw_kill_autostart () {
...
@@ -576,7 +576,7 @@ pw_kill_autostart () {
else
else
sleep
10
sleep
10
while
true
;
do
while
true
;
do
if
[
-z
"
`
ps aux |
grep
"
$1
"
|
head
-n
1 |
awk
'{print $2}'
|
grep
-v
grep
`
"
]
&&
[
!
-z
"
`
pgrep wrap |
head
-n
1
`
"
]
;
then
if
[
-z
"
`
ps aux |
grep
"
wgc.exe"
|
grep
-v
grep
|
head
-n
1 |
awk
'{print $2}'
`
"
]
&&
[
!
-z
"
`
pgrep wrap |
head
-n
1
`
"
]
;
then
echo
-e
"PID "
$1
" not found"
echo
-e
"PID "
$1
" not found"
sleep
1
sleep
1
else
else
...
...
data_from_portwine/scripts/var
View file @
718af5eb
#!/bin/bash
#!/bin/bash
#Author: Castro-Fidel (PortWINE-Linux.ru)
#Author: Castro-Fidel (PortWINE-Linux.ru)
#SCRIPTS_NEXT_VERSION=200
6
#SCRIPTS_NEXT_VERSION=200
7
########################################################################
########################################################################
export
PW_MANGOHUD
=
1
export
PW_MANGOHUD
=
1
export
MANGOHUD_CONFIG
=
font_size
=
24,position
=
top-left,toggle_hud
=
Shift_R+F12,no_display,resolution,wine,gpu_name,vulkan_driver,gpu_stats,vkbasalt
export
MANGOHUD_CONFIG
=
font_size
=
24,position
=
top-left,toggle_hud
=
Shift_R+F12,no_display,resolution,wine,gpu_name,vulkan_driver,gpu_stats,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