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
aabe7da7
Commit
aabe7da7
authored
1 year ago
by
Maxim Slipenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
ed4ee4dc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
zen_yad_gui
data_from_portwine/scripts/zen_yad_gui
+2
-2
No files found.
data_from_portwine/scripts/zen_yad_gui
View file @
aabe7da7
...
...
@@ -471,8 +471,8 @@ portwine_create_shortcut () {
--field
=
"
${
sc_menu_desktop
}
"
:CHK
"TRUE"
\
--button
=
"
$loc_gui_create_shortcut
"
:0
)
if
[
$?
-eq
"0"
]
;
then
name_desktop
=
$(
echo
"
$OUTPUT
"
|
awk
-F
'|'
'{ print $
1
}'
)
create_menu_desktop_shortcut
=
$(
echo
"
$OUTPUT
"
|
awk
-F
'|'
'{ print $
2
}'
)
name_desktop
=
$(
echo
"
$OUTPUT
"
|
awk
-F
'|'
'{ print $
2
}'
)
create_menu_desktop_shortcut
=
$(
echo
"
$OUTPUT
"
|
awk
-F
'|'
'{ print $
3
}'
)
try_remove_file
"
${
PORT_WINE_PATH
}
/
${
name_desktop
}
.desktop"
...
...
This diff is collapsed.
Click to expand it.
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