Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PortWINE-old
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-old
Commits
8700a2c8
Commit
8700a2c8
authored
Aug 25, 2021
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
###Scripts version 2002###
parent
7415dcbc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
changelog
data_from_portwine/changelog
+3
-0
functions_helper
data_from_portwine/scripts/functions_helper
+5
-2
No files found.
data_from_portwine/changelog
View file @
8700a2c8
...
...
@@ -9,6 +9,9 @@
* добавить комментарии описывающие функционал скриптов
* заниматься только развитием проекта за счет вашей подписки на https://boosty.to/portwine-linux.ru
-----------------------------------------
###Scripts version 2002###
* HOTFIX для настройки db файлов
###Scripts version 2001###
* добавлен графический интерфейс для настройки db файлов
...
...
data_from_portwine/scripts/functions_helper
View file @
8700a2c8
...
...
@@ -618,8 +618,11 @@ pw_gui_for_edit_db () {
output_yad_edit_db
=
`
"
${
pw_yad
}
"
--title
"EDIT_DB"
--text-align
=
center
--text
"Change settings in database file for
${
PORTWINE_DB
}
\n
"
\
--columns
=
4
--form
--separator
=
" "
--borders
=
10
--center
${
ADD_CHK_BOX_EDIT_DB
}
`
YAD_STATUS
=
"
$?
"
[
"
$YAD_STATUS
"
==
"1"
]
&&
exit
0
[
"
$YAD_STATUS
"
==
"252"
]
&&
xdg-open
"
${
PORTWINE_DB_FILE
}
"
&
exit
0
if
[
"
$YAD_STATUS
"
==
"1"
]
;
then
exit
0
elif
[
"
$YAD_STATUS
"
==
"252"
]
;
then
xdg-open
"
${
PORTWINE_DB_FILE
}
"
&
exit
0
fi
export
output_yad_edit_db
=(
$output_yad_edit_db
)
export
bool_from_yad
=
0
edit_db_field_read
()
{
...
...
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