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
f53400ef
Commit
f53400ef
authored
Jul 22, 2024
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Scripts version 2325
parent
89e63624
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
4 deletions
+13
-4
changelog_en
data_from_portwine/changelog_en
+8
-0
changelog_ru
data_from_portwine/changelog_ru
+2
-1
start.sh
data_from_portwine/scripts/start.sh
+2
-2
var
data_from_portwine/scripts/var
+1
-1
No files found.
data_from_portwine/changelog_en
View file @
f53400ef
...
...
@@ -2,6 +2,14 @@ You can help us in the development of the project on the website: https://linux-
----------------------------------------
Changelog:
###Scripts version 2325### / Date: 22.07.2024 / Download update size: 4 megabytes
* updated Caliber auto-installation
* fixed Yabause icon display
* fixed adding icons when creating a shortcut to the steam library (thanks to Boria138)
* updated gamescope settings window (thanks to Htylol)
* updated language selection function (thanks to Htylol)
* fix icon creation on systems using SELinux (thanks to Boria138)
###Scripts version 2324### / Date: 18.07.2024 / Download update size: 4 megabytes
* updated Russian translation (thanks to Eljeyna)
...
...
data_from_portwine/changelog_ru
View file @
f53400ef
...
...
@@ -2,7 +2,8 @@
-----------------------------------------
История изменений:
* обновлена автоустановка Calibre
###Scripts version 2325### / Дата: 22.07.2024 / Размер скачиваемого обновления: 4 мегабайта
* обновлена автоустановка Caliber
* исправлено отображение иконки Yabause
* исправлено добавление иконок при создании ярлыка в библиотеку steam (спасибо Boria138)
* обновлено окно настроек gamescope (спасибо Htylol)
...
...
data_from_portwine/scripts/start.sh
View file @
f53400ef
...
...
@@ -634,9 +634,9 @@ else
PW_NAME_D_ICON_48
=
"
${
PW_NAME_D_ICON
//
".png"
/
"_48.png"
}
"
if
[[
!
-f
"
${
PW_NAME_D_ICON_48
}
"
]]
\
&&
[[
-f
"
${
PW_NAME_D_ICON
}
"
]]
\
&&
command
-v
"convert"
2
>/dev/null
&&
command
-v
"convert"
&
>/dev/null
then
convert
"
${
PW_NAME_D_ICON
}
"
-resize
48x48
"
${
PW_NAME_D_ICON_48
}
"
convert
"
${
PW_NAME_D_ICON
}
"
-resize
48x48
"
${
PW_NAME_D_ICON_48
}
"
&>/dev/null
fi
PW_DESKTOP_HELPER
=
"
${
PW_DESKTOP_FILES
// /@_@
}
"
PW_GENERATE_BUTTONS+
=
"--field=
${
PW_DESKTOP_FILES
//
".desktop"
/
""
}
!
${
PW_NAME_D_ICON_48
}
!:FBTN%@bash -c
\"
run_desktop_b_click "
${
PW_DESKTOP_HELPER
}
"
\"
%"
...
...
data_from_portwine/scripts/var
View file @
f53400ef
#!/usr/bin/env bash
#Author: Castro-Fidel (linux-gaming.ru)
#SCRIPTS_NEXT_VERSION=232
4
#SCRIPTS_NEXT_VERSION=232
5
#SCRIPTS_STABLE_VERSION=2320
########################################################################
export
LANGUAGES_LIST
=
"ru es"
...
...
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