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
9e043ce6
Commit
9e043ce6
authored
Mar 13, 2024
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'opensuse-xterm-fix' of
https://github.com/Boria138/PortWINE
into…
Merge branch 'opensuse-xterm-fix' of
https://github.com/Boria138/PortWINE
into Boria138-opensuse-xterm-fix
parents
8b199bfe
641ac183
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
functions_helper
data_from_portwine/scripts/functions_helper
+0
-1
start.sh
data_from_portwine/scripts/start.sh
+2
-2
No files found.
data_from_portwine/scripts/functions_helper
View file @
9e043ce6
...
...
@@ -963,7 +963,6 @@ pw_check_and_download_plugins () {
export
pw_yad_v12_3
=
"
${
PW_PLUGINS_PATH
}
/portable/bin/yad_v12_3"
export
pw_zstd
=
"
${
PW_PLUGINS_PATH
}
/portable/bin/zstd"
export
pw_7z
=
"
${
PW_PLUGINS_PATH
}
/portable/lib/p7zip/7z"
export
PW_XTERM
=
"
${
PW_PLUGINS_PATH
}
/portable/bin/xterm -geometry 159x37 -e"
return
0
}
...
...
data_from_portwine/scripts/start.sh
View file @
9e043ce6
...
...
@@ -284,7 +284,7 @@ pw_winecmd () {
export
PW_USE_TERMINAL
=
1
start_portwine
cd
"
${
PORT_WINE_PATH
}
/data/prefixes/
${
PW_PREFIX_NAME
}
/drive_c"
${
pw_runtime
}
env
LD_LIBRARY_PATH
=
"
${
PW_LD_LIBRARY_PATH
}
"
xterm
-e
"
${
WINELOADER
}
"
cmd
${
pw_runtime
}
env
LD_LIBRARY_PATH
=
"
${
PW_LD_LIBRARY_PATH
}
"
"
${
PW_PLUGINS_PATH
}
/portable/bin/xterm"
-e
"
${
WINELOADER
}
"
cmd
stop_portwine
}
...
...
@@ -433,7 +433,7 @@ pw_start_cont_xterm () {
VK_INSTANCE_LAYERS
=
"
${
PW_VK_INSTANCE_LAYERS
}
"
\
${
PW_GAMEMODERUN_SLR
}
\
${
PW_MANGOHUD_SLR
}
\
xterm
"
${
PW_PLUGINS_PATH
}
/portable/bin/xterm"
}
pw_create_prefix_backup
()
{
...
...
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