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
1dcda36c
Commit
1dcda36c
authored
Sep 13, 2024
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Scripts version 2344
parent
4ae817e3
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
33 additions
and
10 deletions
+33
-10
changelog_en
data_from_portwine/changelog_en
+13
-0
changelog_ru
data_from_portwine/changelog_ru
+13
-0
functions_helper
data_from_portwine/scripts/functions_helper
+6
-9
var
data_from_portwine/scripts/var
+1
-1
No files found.
data_from_portwine/changelog_en
View file @
1dcda36c
...
...
@@ -2,6 +2,19 @@ You can help us in the development of the project on the website: https://linux-
----------------------------------------
Changelog:
###Scripts version 2344### / Date: 13.09.2024 / Download update size: 4 megabytes
* many thanks to Htylol for this update, everything listed below is his merit :)
* added reset settings for mangohud and vkbasalt
* fixed mangohud preview if it is disabled
* user.conf settings have been moved from the editdb settings and portproton settings,
* a separate graphical interface has been made for user.conf, with the ability to launch settings from the main menu and when starting a game/program
* added return to the main menu after creating a backup, winetricks, wine download, etc., and added return to the last active tabs
* added intermediate returns (to the previous active window)
* updated translations (Spanish, Russian)
* added the ability to open the game/program directory from the settings tab
* fixed the error of incorrect comments for the exe file
* minor improvements and optimizations
###Scripts version 2343### / Date: 04.09.2024 / Download update size: 190 megabytes
* updated PROTON_LG to version "9-12"
* updated versions:
...
...
data_from_portwine/changelog_ru
View file @
1dcda36c
...
...
@@ -2,6 +2,19 @@
-----------------------------------------
История изменений:
###Scripts version 2344### / Дата: 13.09.2024 / Размер скачиваемого обновления: 4 мегабайт
* за данное обноление огромное спасибо Htylol, все нижеперечисленное - его заслуга :)
* добавлен сброс настроек для mangohud и vkbasalt
* исправлен предпросмотр mangohud, если он выключен
* настройки user.conf вынесены из настроек editdb и настроек portproton,
* для user.conf сделан отдельный графический интерфейс, с возможностью запуска настроек из главного меню и при запуске игры/программы
* добавлен возврат в главное меню после создания бекапа, winetricks, wine download и прочего, и добавлен возврат на последние активные вкладки
* добавлены промежуточные возвраты (на предыдущее активное окно)
* обновлены переводы (испанский, русский)
* добавлена возможность открывать директорию игры/программы из вкладки настроек
* исправлена ошибка некоректных коментариев для exe файла
* небольшие улучшения и оптимизации
###Scripts version 2343### / Дата: 04.09.2024 / Размер скачиваемого обновления: 190 мегабайт
* обновлен PROTON_LG до версии "9-12"
* обновлены версии:
...
...
data_from_portwine/scripts/functions_helper
View file @
1dcda36c
...
...
@@ -623,13 +623,10 @@ combobox_fix () {
}
restart_pp
()
{
if
[[
-n
"
$1
"
]]
;
then
if
[[
"
$1
"
==
"--userconf"
]]
;
then
export
RESTART_PP_USED
=
"userconf"
elif
[[
"
$1
"
==
"--edit_db"
]]
;
then
export
RESTART_PP_USED
=
"edit_db"
fi
fi
case
"
$1
"
in
--userconf
)
export
RESTART_PP_USED
=
"userconf"
;;
--edit_db
)
export
RESTART_PP_USED
=
"edit_db"
;;
esac
/usr/bin/env bash
-c
${
pw_full_command_line
[@]
}
&
exit
0
}
...
...
@@ -4721,7 +4718,7 @@ gui_userconf () {
--field
=
"
$(
gettext
"Choice gui themes"
)
!
$(
gettext
"Allows you to select a theme for PortProton"
)
:CB"
"
$(
combobox_fix
"
${
GUI_THEME
}
"
"default!compact!classic"
)
"
\
1>
"
${
PW_TMPFS_PATH
}
/tmp_yad_userconf_set_cb"
2>/dev/null &
"
${
pw_yad
}
"
--key
=
$KEY_USERCONF_GUI
--paned
\
"
${
pw_yad
}
"
--key
=
$KEY_USERCONF_GUI
--paned
--sensitive
\
--title
=
"
$(
gettext
"SETTINGS USER.CONF"
)
"
\
--separator
=
" "
--window-icon
=
"
$PW_GUI_ICON_PATH
/portproton.svg"
\
--gui-type
=
"settings-paned"
\
...
...
@@ -5440,7 +5437,7 @@ pw_autoinstall_from_db () {
button_click
()
{
if
[[
-n
$(
pidof
-s
yad
)
]]
||
[[
-n
$(
pidof
-s
yad_gui_pp
)
]]
;
then
[[
-n
"
$1
"
]]
&&
case
"
$1
"
in
case
"
$1
"
in
--normal
)
kill
-s
SIGUSR1
$(
pgrep
-a
yad |
grep
"
\-
-key=
${
KEY
}
\-
-notebook"
|
awk
'{print $1}'
)
>
/dev/null 2>&1
;;
...
...
data_from_portwine/scripts/var
View file @
1dcda36c
#!/usr/bin/env bash
#Author: Castro-Fidel (linux-gaming.ru)
#SCRIPTS_NEXT_VERSION=234
3
#SCRIPTS_NEXT_VERSION=234
4
#SCRIPTS_STABLE_VERSION=2342
########################################################################
# 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