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
daec9295
Commit
daec9295
authored
Jul 12, 2024
by
Mikhail Tergoev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix edit_db from main menu
parent
71cad8a5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
changelog_ru
data_from_portwine/changelog_ru
+1
-0
functions_helper
data_from_portwine/scripts/functions_helper
+1
-1
start.sh
data_from_portwine/scripts/start.sh
+1
-0
No files found.
data_from_portwine/changelog_ru
View file @
daec9295
...
...
@@ -4,6 +4,7 @@
* исправлено отображение версии PROTON_LG и WINE_LG при отсутствии файла настроек (спасибо Htylol)
* добавлена возможность запуска из терминала: portproton --debug (спасибо Boria138 и Htylol)
* исправлено сохранение настроек при запуске ярлыков из основного меню
###Scripts version 2314### Дата: 11.07.2024 / Размер скачиваемого обновления: 4 мегабайта
* HOTFIX - создание нескольких ярлыков при распаковке резервной копии префикса
...
...
data_from_portwine/scripts/functions_helper
View file @
daec9295
...
...
@@ -1280,7 +1280,7 @@ pw_init_db () {
IFS
=
"
$orig_IFS
"
if
[[
-f
"
${
PW_FIND_DB_FILE
}
"
]]
\
&&
[[
"
${
PW_DISABLED_CREATE_DB
}
"
!=
1
]]
\
&&
[[
-z
$(
grep
"^export PW_DISABLED_CREATE_DB=1"
"
${
PW_FIND_DB_FILE
}
"
)
]]
&&
grep
"^export PW_DISABLED_CREATE_DB=1"
"
${
PW_FIND_DB_FILE
}
"
&>/dev/null
then
try_copy_file
"
${
PW_FIND_DB_FILE
}
"
"
${
portwine_exe
}
"
.ppdb
PORTWINE_DB_FILE
=
"
${
portwine_exe
}
"
.ppdb
...
...
data_from_portwine/scripts/start.sh
View file @
daec9295
...
...
@@ -28,6 +28,7 @@ export pw_full_command_line=("$0" $*)
MISSING_DESKTOP_FILE
=
0
unset
PW_NO_RESTART_PPDB PW_DISABLED_CREATE_DB
if
[[
"
$1
"
==
*
.ppack
]]
;
then
export
PW_NO_RESTART_PPDB
=
"1"
export
PW_DISABLED_CREATE_DB
=
"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