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
Vladislav
PortWINE
Commits
fcd0bff7
Commit
fcd0bff7
authored
Jan 21, 2022
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix GUI update prefix from portproton
parent
366d4ce4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
+5
-4
functions_helper
data_from_portwine/scripts/functions_helper
+2
-1
runlib
data_from_portwine/scripts/runlib
+1
-1
var
data_from_portwine/scripts/var
+1
-1
PortProton-97
portwine_install_script/PortProton-97
+1
-1
No files found.
data_from_portwine/scripts/functions_helper
View file @
fcd0bff7
...
...
@@ -367,7 +367,8 @@ pw_update_pfx_cover_gui () {
"
${
pw_yad_new
}
"
--plug
=
$PW_KEY_PROGRESS_BAR
--tabnum
=
"1"
--picture
--filename
=
"
${
PW_GIF_FILE
}
"
--image-on-top
&
"
${
pw_yad_new
}
"
--notebook
--key
=
"
$PW_KEY_PROGRESS_BAR
"
--tab
=
LOGO
--tab
=
TERMINAL
--no-buttons
--undecorated
\
--center
--auto-close
--skip-taskbar
--width
=
$PW_GIF_SIZE_X
--height
=
$PW_GIF_SIZE_Y
--tab-pos
=
bottom
--center
--auto-close
--skip-taskbar
--width
=
$PW_GIF_SIZE_X
--height
=
$PW_GIF_SIZE_Y
--tab-pos
=
bottom &
echo
""
}
pw_start_progress_bar_cs
()
{
...
...
data_from_portwine/scripts/runlib
View file @
fcd0bff7
...
...
@@ -35,7 +35,7 @@ start_portwine () {
xrdb
-merge
"
${
HOME
}
/.Xresources"
fi
pw_update_pfx_cover_gui
&
pw_update_pfx_cover_gui
if
[[
!
-z
"
${
LD_LIBRARY_PATH
}
"
]]
;
then
if
[[
-z
"
`
echo
${
LD_LIBRARY_PATH
}
|
grep
"
${
WINEDIR
}
/lib64:
${
WINEDIR
}
/lib"
`
"
]]
;
then
...
...
data_from_portwine/scripts/var
View file @
fcd0bff7
...
...
@@ -32,7 +32,7 @@ export PW_USE_GSTREAMER="1"
export
WINEPREFIX
=
"
${
PORT_WINE_PATH
}
/data/pfx"
export
WINE_WIN_START
=
"start.exe /i /unix"
###DEFAULT_WINE###
export
PW_WINE_USE
=
PROTON_
STEAM
export
PW_WINE_USE
=
PROTON_
GE
export
PW_PLUGINS_VER
=
"_v1"
###WINE_PROTON_STEAM###
export
PW_STEAM_VER
=
"6.3-8C_PW2"
...
...
portwine_install_script/PortProton-97
View file @
fcd0bff7
...
...
@@ -10,7 +10,7 @@ deflink="${HOME}/PortWINE/${portname}"
if
[
"
$(
dirname
"
`
readlink
-f
"
$0
"
`
"
)
"
==
"/usr/bin"
]
;
then
[
-z
"
${
XDG_DATA_HOME
}
"
]
&&
export
XDG_DATA_HOME
=
"
$HOME
/.local/share"
if
[
-f
"
${
XDG_DATA_HOME
}
/PortWINE/PortProton/data/scripts/start.sh"
]
;
then
sh
"
${
XDG_DATA_HOME
}
/PortWINE/PortProton/data/scripts/start.sh"
"
$@
"
/bin/bash
-c
"
${
XDG_DATA_HOME
}
/PortWINE/PortProton/data/scripts/start.sh"
"
$@
"
exit
0
else
if
[
!
-z
"
`
locale |
grep
"LANG=ru_RU.UTF-8"
`
"
]
;
then
...
...
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