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
1c05f29e
Commit
1c05f29e
authored
Jul 20, 2023
by
Maxim Slipenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: Add info about shortcut
parent
b3937994
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
lang
data_from_portwine/scripts/lang
+2
-2
zen_yad_gui
data_from_portwine/scripts/zen_yad_gui
+1
-0
No files found.
data_from_portwine/scripts/lang
View file @
1c05f29e
...
...
@@ -46,7 +46,7 @@ if [[ "${update_loc}" == "RUS" ]] ; then
export
inst_set
=
"Выбор"
export
inst_set_top
=
"Установка
${
portname
}
"
export
s
s_done
=
"Ярлык создан в каталоге
${
portname
}
.
\n
Добавить его в МЕНЮ -> Игры и на Рабочий стол?
"
export
s
c_info
=
"Ярлык будет создан в каталоге
${
portname
}
.
"
export
sc_name
=
"Название"
export
sc_menu_desktop
=
"Добавить ярлык в МЕНЮ -> Игры и на Рабочий стол"
...
...
@@ -293,7 +293,7 @@ elif [[ "${update_loc}" == "ENG" ]] ; then
export
inst_set
=
"Choices"
export
inst_set_top
=
"Instaling
${
portname
}
"
export
s
s_done
=
"The shortcut was created in the
${
portname
}
directory.
\n
Add it to MENU -> GAMES and Desktop?
"
export
s
c_info
=
"The shortcut will be created in the
${
portname
}
directory.
"
export
sc_name
=
"Name"
export
sc_menu_desktop
=
"Add shortcut to MENU -> GAMES and Desktop"
...
...
data_from_portwine/scripts/zen_yad_gui
View file @
1c05f29e
...
...
@@ -466,6 +466,7 @@ portwine_create_shortcut () {
OUTPUT
=
$(
"
${
pw_yad
}
"
--title
=
"
${
inst_set
}
."
--form
--borders
=
3
\
--window-icon
"
$PW_GUI_ICON_PATH
/port_proton.png"
\
--image
"
${
PORT_WINE_PATH
}
/data/img/
${
PORTPROTON_NAME
}
.png"
\
--field
=
"
${
sc_info
}
"
:LBL
\
--field
=
"
${
sc_name
}
:"
"
${
name_desktop
}
"
\
--field
=
"
${
sc_menu_desktop
}
"
:CHK
"TRUE"
\
--button
=
"
$loc_gui_create_shortcut
"
:0
)
...
...
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