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
6bca9497
Commit
6bca9497
authored
Sep 28, 2024
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Scripts version 2354
parent
fb4819da
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
17 deletions
+14
-17
changelog_en
data_from_portwine/changelog_en
+3
-0
changelog_ru
data_from_portwine/changelog_ru
+4
-1
functions_helper
data_from_portwine/scripts/functions_helper
+6
-5
start.sh
data_from_portwine/scripts/start.sh
+0
-10
var
data_from_portwine/scripts/var
+1
-1
No files found.
data_from_portwine/changelog_en
View file @
6bca9497
...
@@ -2,6 +2,9 @@ You can help us in the development of the project on the website: https://linux-
...
@@ -2,6 +2,9 @@ You can help us in the development of the project on the website: https://linux-
----------------------------------------
----------------------------------------
Changelog:
Changelog:
###Scripts version 2354### / Date: 28.09.2024 / Download update size: 4 megabytes
* added return to PortProton menu after using winecfg, winereg, winecmd and winefile (thanks Htylol)
###Scripts version 2353### / Date: 27.09.2024 / Download update size: 4 megabytes
###Scripts version 2353### / Date: 27.09.2024 / Download update size: 4 megabytes
* optimized auto-installation functions for all games/launchers
* optimized auto-installation functions for all games/launchers
* accelerated initial launch of PortProton (thanks to Htylol)
* accelerated initial launch of PortProton (thanks to Htylol)
...
...
data_from_portwine/changelog_ru
View file @
6bca9497
...
@@ -2,6 +2,9 @@
...
@@ -2,6 +2,9 @@
-----------------------------------------
-----------------------------------------
История изменений:
История изменений:
###Scripts version 2354### / Дата: 28.09.2024 / Размер скачиваемого обновления: 4 мегабайт
* добавлен возврат в меню PortProton после использования winecfg, winereg, winecmd и winefile (спасибо Htylol)
###Scripts version 2353### / Дата: 27.09.2024 / Размер скачиваемого обновления: 4 мегабайт
###Scripts version 2353### / Дата: 27.09.2024 / Размер скачиваемого обновления: 4 мегабайт
* оптимизированы функции автоустановки всех игр/лаунчеров
* оптимизированы функции автоустановки всех игр/лаунчеров
* ускорен первичный запуск PortProton (спасибо Htylol)
* ускорен первичный запуск PortProton (спасибо Htylol)
...
@@ -20,7 +23,7 @@
...
@@ -20,7 +23,7 @@
###Scripts version 2351### / Дата: 25.09.2024 / Размер скачиваемого обновления: 180 мегабайт
###Scripts version 2351### / Дата: 25.09.2024 / Размер скачиваемого обновления: 180 мегабайт
* обновлен пакет библиотек контейнера: libs_v52
* обновлен пакет библиотек контейнера: libs_v52
* еще больше оптимизаций отзывчив
а
ости переключения окон (спасибо Htylol)
* еще больше оптимизаций отзывчивости переключения окон (спасибо Htylol)
* улучшена логика работы обновления скриптов (спасибо Htylol)
* улучшена логика работы обновления скриптов (спасибо Htylol)
###Scripts version 2350### / Дата: 24.09.2024 / Размер скачиваемого обновления: 15 мегабайт
###Scripts version 2350### / Дата: 24.09.2024 / Размер скачиваемого обновления: 15 мегабайт
...
...
data_from_portwine/scripts/functions_helper
View file @
6bca9497
...
@@ -1290,10 +1290,12 @@ stop_portwine () {
...
@@ -1290,10 +1290,12 @@ stop_portwine () {
pw_exit_tray
pw_exit_tray
pw_auto_create_shortcut
pw_auto_create_shortcut
add_in_stop_portwine
add_in_stop_portwine
unset SKIP_CHECK_UPDATES
case "$1" in
case "$1" in
--restart) restart_pp ;;
--restart)
*) exit 0 ;;
restart_pp ;;
*)
unset SKIP_CHECK_UPDATES
exit 0 ;;
esac
esac
}
}
export -f stop_portwine
export -f stop_portwine
...
@@ -1826,7 +1828,6 @@ pw_port_update () {
...
@@ -1826,7 +1828,6 @@ pw_port_update () {
echo "1" > "${PORT_WINE_TMP_PATH}/scripts_update_notifier"
echo "1" > "${PORT_WINE_TMP_PATH}/scripts_update_notifier"
fi
fi
print_info "Check update..."
print_info "Check update..."
echo ""
if [[ -z "$UPDATE_URL_MIRROR" ]] ; then
if [[ -z "$UPDATE_URL_MIRROR" ]] ; then
UPDATE_URL_MIRROR="${CHECK_UPDATE_MIRROR[2]}"
UPDATE_URL_MIRROR="${CHECK_UPDATE_MIRROR[2]}"
sed -i '
s/[0-9]
*
$/
'"$UPDATE_MINUTES"'
/
' "${PORT_WINE_TMP_PATH}/update_skip_mirror"
sed -i '
s/[0-9]
*
$/
'"$UPDATE_MINUTES"'
/
' "${PORT_WINE_TMP_PATH}/update_skip_mirror"
...
@@ -1870,7 +1871,7 @@ pw_port_update () {
...
@@ -1870,7 +1871,7 @@ pw_port_update () {
if [[ "${scripts_update_not}" == [12] ]] ; then
if [[ "${scripts_update_not}" == [12] ]] ; then
[[ "$LANGUAGE" == ru ]] && local PW_CHANGELOG_FILE="changelog_ru" || local PW_CHANGELOG_FILE="changelog_en"
[[ "$LANGUAGE" == ru ]] && local PW_CHANGELOG_FILE="changelog_ru" || local PW_CHANGELOG_FILE="changelog_en"
print_info "Scripts version in git = ${scripts_current_ver}"
print_info "Scripts version in git = ${scripts_current_ver}"
print_info "Scripts version local = ${scripts_install_ver}"
print_info "Scripts version local = ${scripts_install_ver}
\n
"
if [[ -n "${scripts_current_ver}" ]] && [[ "${scripts_current_ver}" -gt "${scripts_install_ver}" ]] ; then
if [[ -n "${scripts_current_ver}" ]] && [[ "${scripts_current_ver}" -gt "${scripts_install_ver}" ]] ; then
if [[ -f "${PW_GUI_THEMES_PATH}/gui/yad_gui_pp" ]]
if [[ -f "${PW_GUI_THEMES_PATH}/gui/yad_gui_pp" ]]
then export pw_yad="${PW_GUI_THEMES_PATH}/gui/yad_gui_pp"
then export pw_yad="${PW_GUI_THEMES_PATH}/gui/yad_gui_pp"
...
...
data_from_portwine/scripts/start.sh
View file @
6bca9497
...
@@ -71,16 +71,6 @@ if PORT_SCRIPTS_PATH="$(readlink -f "${0%/*}")" ; then
...
@@ -71,16 +71,6 @@ if PORT_SCRIPTS_PATH="$(readlink -f "${0%/*}")" ; then
else
else
fatal
fatal
fi
fi
# export TEXTDOMAIN="PortProton"
# export TEXTDOMAINDIR="${PORT_WINE_PATH}/data/locales"
#
# if ! command -v gettext &>/dev/null
# then
# gettext() { echo "$1"; }
# fi
# eval_gettext () {
# gettext "$1" | (export PATH `envsubst --variables "$1"`; envsubst "$1")
# }
# shellcheck source=/dev/null
# shellcheck source=/dev/null
source
"
${
PORT_SCRIPTS_PATH
}
/functions_helper"
source
"
${
PORT_SCRIPTS_PATH
}
/functions_helper"
...
...
data_from_portwine/scripts/var
View file @
6bca9497
#!/usr/bin/env bash
#!/usr/bin/env bash
#Author: Castro-Fidel (linux-gaming.ru)
#Author: Castro-Fidel (linux-gaming.ru)
#SCRIPTS_NEXT_VERSION=235
3
#SCRIPTS_NEXT_VERSION=235
4
#SCRIPTS_STABLE_VERSION=2342
#SCRIPTS_STABLE_VERSION=2342
########################################################################
########################################################################
# export PROTON_USE_XALIA="1"
# export PROTON_USE_XALIA="1"
...
...
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