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
cb7ad7ec
Commit
cb7ad7ec
authored
Sep 04, 2021
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
###Scripts version 2008###
parent
718af5eb
Show 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 @
cb7ad7ec
...
...
@@ -10,6 +10,9 @@
* добавить комментарии описывающие функционал скриптов
* заниматься только развитием проекта за счет вашей подписки на https://boosty.to/portwine-linux.ru
-----------------------------------------
###Scripts version 2008###
* HOTFIX - исправление функции pw_kill_autostart
###Scripts version 2007###
* HOTFIX - установки WGC
...
...
data_from_portwine/scripts/functions_helper
View file @
cb7ad7ec
...
...
@@ -576,7 +576,7 @@ pw_kill_autostart () {
else
sleep
10
while
true
;
do
if
[
-z
"
`
ps aux |
grep
"
wgc.exe
"
|
grep
-v
grep
|
head
-n
1 |
awk
'{print $2}'
`
"
]
&&
[
!
-z
"
`
pgrep wrap |
head
-n
1
`
"
]
;
then
if
[
-z
"
`
ps aux |
grep
"
$1
"
|
grep
-v
grep
|
head
-n
1 |
awk
'{print $2}'
`
"
]
&&
[
!
-z
"
`
pgrep wrap |
head
-n
1
`
"
]
;
then
echo
-e
"PID "
$1
" not found"
sleep
1
else
...
...
data_from_portwine/scripts/var
View file @
cb7ad7ec
#!/bin/bash
#Author: Castro-Fidel (PortWINE-Linux.ru)
#SCRIPTS_NEXT_VERSION=200
7
#SCRIPTS_NEXT_VERSION=200
8
########################################################################
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
...
...
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