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
bf900b12
Commit
bf900b12
authored
Jun 14, 2024
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix ENV in flatpak
parent
73e8df4f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
functions_helper
data_from_portwine/scripts/functions_helper
+2
-2
No files found.
data_from_portwine/scripts/functions_helper
View file @
bf900b12
...
...
@@ -587,7 +587,7 @@ pw_init_runtime () {
else
PW_TERM
=
"env LD_LIBRARY_PATH=
\"
${
PW_LD_LIBRARY_PATH
}
\"
${
PW_PLUGINS_PATH
}
/portable/bin/xterm -bg black -fg white -e"
fi
export
PW_TERM
export
pw_runtime
=
""
export
pw_runtime
=
"
env
"
return
0
fi
...
...
@@ -1648,7 +1648,7 @@ start_portwine () {
done
print_info
"Used wineboot
$@
for prefix:
${
PW_PREFIX_NAME
}
"
${
pw_runtime
}
env
GST_PLUGIN_SYSTEM_PATH_1_0
=
""
LD_LIBRARY_PATH
=
"
${
PW_LD_LIBRARY_PATH
}
:
${
WINE_LIBRARY_PATH
}
"
\
${
pw_runtime
}
GST_PLUGIN_SYSTEM_PATH_1_0
=
""
LD_LIBRARY_PATH
=
"
${
PW_LD_LIBRARY_PATH
}
:
${
WINE_LIBRARY_PATH
}
"
\
WINEDEBUG
=
"fixme-all,err+loaddll,err+dll,err+file,err+reg"
\
"
${
WINELOADER
}
"
wineboot
$@
&>>
"
${
PORT_WINE_TMP_PATH
}
/update_pfx_log"
wait_wineserver
...
...
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