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
51d35065
Unverified
Commit
51d35065
authored
Jul 13, 2024
by
Boris Yumankulov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rewrite add_in_steam.sh to get appid for grid
parent
445fd7a5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
add_in_steam.sh
data_from_portwine/scripts/add_in_steam.sh
+0
-0
functions_helper
data_from_portwine/scripts/functions_helper
+6
-4
No files found.
data_from_portwine/scripts/add_in_steam.sh
View file @
51d35065
This diff is collapsed.
Click to expand it.
data_from_portwine/scripts/functions_helper
View file @
51d35065
...
...
@@ -79,7 +79,7 @@ change_locale () {
export
LANGUAGE
case
"
$LANGUAGE
"
in
ru
)
ru
)
check_start_from_steam
&&
export
LC_ALL
=
ru_RU.UTF-8
export
FULL_LN
=
"russian"
export
LANGUAGE_GIF
=
"ru"
...
...
@@ -89,7 +89,7 @@ change_locale () {
export
FULL_LN
=
"spanish"
export
LANGUAGE_GIF
=
"en"
;;
*
)
*
)
export
FULL_LN
=
"english"
export
LANGUAGE_GIF
=
"en"
;;
...
...
@@ -3620,7 +3620,7 @@ A brief instruction:
fi
export
bool_from_yad
=
$((
${
bool_from_yad
}
+
1
))
done
PW_ADD_SETTINGS
=
$(
head
-n
1
"
${
PW_TMPFS_PATH
}
/tmp_output_yad_fps_limit"
)
PW_WINDOWS_VER
=
"
$(
echo
${
PW_ADD_SETTINGS
}
|
awk
-F
"%"
'{print $1}'
)
"
...
...
@@ -4509,7 +4509,9 @@ portwine_create_shortcut () {
export
SCVDF
=
"shortcuts.vdf"
for
STUIDPATH
in
"
${
HOME
}
"
/.local/share/Steam/userdata/
*
/
;
do
create_new_dir
"
${
STUIDPATH
}
/config/"
create_new_dir
"
${
STUIDPATH
}
/config/grid"
export
SCPATH
=
"
${
STUIDPATH
}
/config/
$SCVDF
"
export
SGGRIDDIR
=
"
${
STUIDPATH
}
/config/grid"
"
${
PORT_SCRIPTS_PATH
}
/add_in_steam.sh"
done
if
[[
"
${
PW_SKIP_RESTART_STEAM
}
"
!=
1
]]
&&
pgrep
-i
steam &>/dev/null
;
then
...
...
@@ -4533,7 +4535,7 @@ portwine_create_shortcut () {
export
SKIP_CHECK_UPDATES
=
1
/usr/bin/env bash
-c
${
pw_full_command_line
[*]
}
&
exit
0
fi
fi
fi
}
...
...
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