Commit 1dcda36c authored by Mikhail Tergoev's avatar Mikhail Tergoev

Scripts version 2344

parent 4ae817e3
......@@ -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:
......
......@@ -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"
* обновлены версии:
......
......@@ -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
;;
......
#!/usr/bin/env bash
#Author: Castro-Fidel (linux-gaming.ru)
#SCRIPTS_NEXT_VERSION=2343
#SCRIPTS_NEXT_VERSION=2344
#SCRIPTS_STABLE_VERSION=2342
########################################################################
# export PROTON_USE_XALIA="1"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment