Commit aabe7da7 authored by Maxim Slipenko's avatar Maxim Slipenko

fix

parent ed4ee4dc
master Add-version-selection-support-OpenGL RU-locale-gallium-zink add-no-location add-old-tray added-full-disable added-main-menu added-main-menu1 added-ppdb added-repair added-reset added-reset-userconf added-skip-updates added-timeout added-try_copy_file_with_checksums added-unset added-upper-case added_SKIP_CHECK_UPDATES_NEW added_restart_stop allow_use_vkd3d assoc-mass auto-shortcuts branch-version cancel-shortcut center-fixed-gnome center-xfce correct-code correct-sort-(mini-fix) debug debug-filesystems del-shortcuts devel devel-time dgvoodoo2 dgvoodoo2-settings drop-auto-close drop-basename drop-center-gnome drop-convert drop-legacy drop-legacy-api find_exe fix fix-bat-files fix-bug fix-bug-elieyna fix-debug fix-gamescope fix-if-empty fix-locales fix-spellcheck-0.1 fix-themes fix-vkbasalt-flatpak fix-zink2 fixed-center fixed-combobox-gpu fixed-for-autoshortcut fixed-for-steam fixed-for-steam-dev fixed-gettext fixed-remove-desktop fixed-vulkaninfo fixed-xrandr fixes fixes-new fixnine-withgamescope flatpak-debug for-tray forced-all-api gallium-zink-move gamescope gamescope-changes gamescope-version gamescope2 gamescope3 gamescope4 gemma2-1 gettext gettext-winetricks gui_edit_db_file gui_user_conf improve_updates master-time merge-need merge-pw_edit_db merged-combobox-fix minor-fixes-new modern-try-copy notebook-settings optimized optimized2 print-wrapped pw-tray-for-wayland refact-pw-edit saved-state-shortcut selection-text-for-gs-flatpak silent-curl skip_vulkaninfo sort speedup_mangohud spellcheck_and_fixes split-commits start.sh-1 temporary-fix-dx12-dgv2 update-3d-api update-checksums update-debug-timer update-gettext update-lang update-notify update-sort update-tray_pp update-yad update-yad2 update-yad3 use-array use-tmpfs userconf-settings vkd3d_for_dgv2 yad-updates yad-updates2 zink-opengl ¬-not-working
No related merge requests found
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment