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
9a7d59a0
Commit
9a7d59a0
authored
Aug 05, 2024
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'Htylol-correct-code' into devel
parents
43162d03
a960ecf9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
functions_helper
data_from_portwine/scripts/functions_helper
+2
-2
start.sh
data_from_portwine/scripts/start.sh
+0
-0
No files found.
data_from_portwine/scripts/functions_helper
View file @
9a7d59a0
...
@@ -693,7 +693,7 @@ init_wine_ver () {
...
@@ -693,7 +693,7 @@ init_wine_ver () {
fi
fi
done
done
if
!
grep
'Global,"{41FCC608-8496-4DEF-B43E-7D9BD675A6FF}",0x10001,0x00000001'
"
${
WINEDIR
}
/share/wine/wine.inf"
&>
/dev/null
;
then
if
!
grep
'Global,"{41FCC608-8496-4DEF-B43E-7D9BD675A6FF}",0x10001,0x00000001'
"
${
WINEDIR
}
/share/wine/wine.inf"
&>/dev/null
;
then
echo
'HKLM,Software\NVIDIA Corporation\Global,"{41FCC608-8496-4DEF-B43E-7D9BD675A6FF}",0x10001,0x00000001'
>>
"
${
WINEDIR
}
/share/wine/wine.inf"
echo
'HKLM,Software\NVIDIA Corporation\Global,"{41FCC608-8496-4DEF-B43E-7D9BD675A6FF}",0x10001,0x00000001'
>>
"
${
WINEDIR
}
/share/wine/wine.inf"
echo
'HKLM,System\ControlSet001\Services\nvlddmkm,"{41FCC608-8496-4DEF-B43E-7D9BD675A6FF}",0x10001,0x00000001'
>>
"
${
WINEDIR
}
/share/wine/wine.inf"
echo
'HKLM,System\ControlSet001\Services\nvlddmkm,"{41FCC608-8496-4DEF-B43E-7D9BD675A6FF}",0x10001,0x00000001'
>>
"
${
WINEDIR
}
/share/wine/wine.inf"
sed
-i
'/Steam.exe/d'
"
${
WINEDIR
}
/share/wine/wine.inf"
sed
-i
'/Steam.exe/d'
"
${
WINEDIR
}
/share/wine/wine.inf"
...
@@ -4750,7 +4750,7 @@ pw_auto_create_shortcut () {
...
@@ -4750,7 +4750,7 @@ pw_auto_create_shortcut () {
for
link_file
in
"
${
SORTED_LINKS
[@]//@_@/
}
"
;
do
for
link_file
in
"
${
SORTED_LINKS
[@]//@_@/
}
"
;
do
if
command
-v
exiftool &>/dev/null
;
then
if
command
-v
exiftool &>/dev/null
;
then
if
timeout
3 exiftool
"
$link_file
"
2>/dev/null
&>
"
${
PW_TMPFS_PATH
}
/exiftool.tmp"
;
then
if
timeout
3 exiftool
"
$link_file
"
&>
"
${
PW_TMPFS_PATH
}
/exiftool.tmp"
;
then
prefix_name
=
$(
echo
"
$link_file
"
|
awk
-F
"/prefixes/"
'{print $2}'
|
awk
-F
"/"
'{print $1}'
)
prefix_name
=
$(
echo
"
$link_file
"
|
awk
-F
"/prefixes/"
'{print $2}'
|
awk
-F
"/"
'{print $1}'
)
if
fix_icon_name
=
$(
grep
-i
"Icon File Name"
"
${
PW_TMPFS_PATH
}
/exiftool.tmp"
2>/dev/null
)
\
if
fix_icon_name
=
$(
grep
-i
"Icon File Name"
"
${
PW_TMPFS_PATH
}
/exiftool.tmp"
2>/dev/null
)
\
&&
[[
"
${
fix_icon_name
//*.exe/true
}
"
==
"true"
]]
;
then
&&
[[
"
${
fix_icon_name
//*.exe/true
}
"
==
"true"
]]
;
then
...
...
data_from_portwine/scripts/start.sh
View file @
9a7d59a0
This diff is collapsed.
Click to expand it.
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