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
fd04f873
Commit
fd04f873
authored
May 28, 2020
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
If ID_LIKE=arch, then disabled runlibs. Check ulimit for ESYNC
parent
b65ef290
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
6 deletions
+10
-6
runlib
data_from_portwine/scripts/runlib
+10
-6
No files found.
data_from_portwine/scripts/runlib
View file @
fd04f873
...
...
@@ -77,7 +77,9 @@ export WINEPREFIX="${PORT_WINE_PATH}/data/pfx"
export
PATH
=
"
${
WINEDIR
}
/bin"
:
${
PATH
}
export
WINESTART
=
"C:
\\
windows
\\
command
\\
start.exe"
export
STEAM_COMPAT_DATA_PATH
=
"
${
PORT_WINE_PATH
}
/data/"
if
[
-d
"
${
WINELIB
}
"
]
export
OS_BASED
=
"
$(
cat
/etc/os-release |
grep
ID_LIKE |
cut
-d
'='
-f2
)
"
if
[
-d
"
${
WINELIB
}
"
]
&&
[
"
${
OS_BASED
}
"
!=
"arch"
]
then
export
LD_LIBRARY_PATH
=
"
${
WINEDIR
}
/lib64/wine:
${
WINEDIR
}
/lib/wine:
${
WINELIB
}
/pinned_libs_32:
${
WINELIB
}
/pinned_libs_64:/usr/lib/x86_64-linux-gnu/libfakeroot:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/usr/local/lib:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/lib:/usr/lib:/usr/lib/i386-linux-gnu/i686:/usr/lib/i386-linux-gnu/sse2:/usr/lib/i386-linux-gnu/i686/sse2:
${
WINELIB
}
/i386/lib/i386-linux-gnu:
${
WINELIB
}
/i386/lib:
${
WINELIB
}
/i386/usr/lib/i386-linux-gnu:
${
WINELIB
}
/i386/usr/lib:
${
WINELIB
}
/amd64/lib/x86_64-linux-gnu:
${
WINELIB
}
/amd64/lib:
${
WINELIB
}
/amd64/usr/lib/x86_64-linux-gnu:
${
WINELIB
}
/amd64/usr/lib:
${
WINELIB
}
/usr/lib/i386-linux-gnu:
${
WINELIB
}
/usr/lib/x86_64-linux-gnu:
${
WINELIB
}
/amd64/usr/lib:
${
WINELIB
}
/lib/i386-linux-gnu:
${
WINELIB
}
/lib/x86_64-linux-gnu:
${
WINELIB
}
/lib:
${
LD_LIBRARY_PATH
}
"
echo
"runtime libs is enabled"
...
...
@@ -141,12 +143,14 @@ if [ ! -d "${def_pfx}" ]
then
"
${
PROTONRUN
}
"
"run"
| pwzen
fi
#if ! ulimit -n 500000 &>/dev/null
#the
if
[
"
$(
ulimit
-n
)
"
-lt
50000
]
then
export
PROTON_NO_ESYNC
=
1
#else
# export PROTON_NO_ESYNC=0
#fi
echo
"ESYNC is disabled"
else
export
PROTON_NO_ESYNC
=
0
echo
"ESYNC is enabled"
fi
export
int_xneur
=
0
if
[
$(
pgrep xneur
)
>
'0'
]
then
...
...
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