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
Mikhail Tergoev
PortWINE
Commits
0f73477f
Commit
0f73477f
authored
Oct 19, 2024
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'added-tray-name' of github.com:Htylol/PortWINE into Htylol-added-tray-name
parents
418fe142
d92a14e8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
8 deletions
+10
-8
functions_helper
data_from_portwine/scripts/functions_helper
+8
-6
start.sh
data_from_portwine/scripts/start.sh
+2
-2
yad_gui_pp
data_from_portwine/themes/gui/yad_gui_pp
+0
-0
No files found.
data_from_portwine/scripts/functions_helper
View file @
0f73477f
...
...
@@ -3586,10 +3586,8 @@ pw_run () {
${
PW_DISPLAY
}
\
"
${
WINELOADER
}
"
"
$@
"
${
LAUNCH_PARAMETERS
[@]
}
&>>
"
${
PW_LOG_TO_FILE
}
"
else
if
[[
"
$PW_USE_TERMINAL
"
==
1
]]
\
&&
[[
"
$PW_USE_RUNTIME
"
==
1
]]
then
export
PW_ADD_TO_ARGS_IN_RUNTIME
=
"--xterm"
if
[[
"
$PW_USE_TERMINAL
"
==
1
]]
;
then
PW_ADD_TO_ARGS_IN_RUNTIME
=
"--xterm"
pw_init_runtime
fi
echo
""
...
...
@@ -3727,10 +3725,14 @@ pw_winefile () {
}
pw_winecmd
()
{
export
PW_USE_TERMINAL
=
1
start_portwine
cd
"
${
PORT_WINE_PATH
}
/data/prefixes/
${
PW_PREFIX_NAME
}
/drive_c"
||
fatal
pw_run cmd
if
check_flatpak
;
then
$PW_TERM
"pw_run cmd"
else
export
PW_USE_TERMINAL
=
1
pw_run cmd
fi
stop_portwine
--restart
}
...
...
data_from_portwine/scripts/start.sh
View file @
0f73477f
...
...
@@ -257,8 +257,8 @@ esac
if
check_flatpak
;
then
if
check_gamescope_session
then
PW_TERM
=
"xterm -fullscreen -bg black -fg white -e"
else
PW_TERM
=
"xterm -bg black -fg white -e"
then
PW_TERM
=
"
env LANG=C
xterm -fullscreen -bg black -fg white -e"
else
PW_TERM
=
"
env LANG=C
xterm -bg black -fg white -e"
fi
fi
...
...
data_from_portwine/themes/gui/yad_gui_pp
View file @
0f73477f
No preview for this file type
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