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
a74978b8
Commit
a74978b8
authored
3 years ago
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Scripts version 2092.1
parent
2dd5edb0
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
setup.sh
data_from_portwine/scripts/setup.sh
+2
-1
start.sh
data_from_portwine/scripts/start.sh
+2
-1
var
data_from_portwine/scripts/var
+1
-1
No files found.
data_from_portwine/scripts/setup.sh
View file @
a74978b8
...
...
@@ -53,7 +53,8 @@ if [ "${PW_SILENT_INSTALL}" = "1" ] ; then
fi
fi
ln
-s
"
${
XDG_DATA_HOME
}
/PortWINE"
"
${
HOME
}
/"
sh
"
${
XDG_DATA_HOME
}
/PortWINE/PortProton/data/scripts/start.sh"
$@
&
exit
0
/usr/bin/env bash
-c
"
${
XDG_DATA_HOME
}
/PortWINE/PortProton/data/scripts/start.sh"
$@
&
exit
0
else
echo
"Installation completed successfully."
fi
...
...
This diff is collapsed.
Click to expand it.
data_from_portwine/scripts/start.sh
View file @
a74978b8
...
...
@@ -9,7 +9,8 @@ kill_portwine
pw_stop_progress_bar
if
[[
-f
"/usr/bin/portproton"
]]
&&
[[
-f
"
${
HOME
}
/.local/share/applications/PortProton.desktop"
]]
;
then
sh
"/usr/bin/portproton"
"
$@
"
&
exit
0
/usr/bin/env bash
"/usr/bin/portproton"
"
$@
"
&
exit
0
fi
if
[[
"
${
XDG_SESSION_TYPE
}
"
=
"wayland"
]]
&&
[[
!
-f
"
${
PORT_WINE_TMP_PATH
}
/check_wayland"
]]
;
then
...
...
This diff is collapsed.
Click to expand it.
data_from_portwine/scripts/var
View file @
a74978b8
#!/bin/env bash
#!/
usr/
bin/env bash
#Author: Castro-Fidel (PortWINE-Linux.ru)
#SCRIPTS_NEXT_VERSION=2092
#PORT_NEXT_VERSION=97
...
...
This diff is collapsed.
Click to expand it.
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