Shortcuts after installing software via Wine in Astralinux

Questions about Wine on Linux
Locked
sfx09
Newbie
Newbie
Posts: 3
Joined: Sun Apr 17, 2022 4:39 pm

Shortcuts after installing software via Wine in Astralinux

Post by sfx09 »

Hello!

I will describe my situation. I hope someone can help me with it's problems. Maybe I made some mistakes.

Completed the installation Wine on Astralinux:

Code: Select all

sudo apt update
sudo apt install open-vm-tools
sudo apt install open-vm-tools-desktop
sudo apt install wine
sudo apt install --reinstall winbind
Then I installed the Windows-aplplication via Windows Setup program (based on NSIS - Nullsoft Scriptable Install System). Got a few issues:

1. In the end of the installation, when the setup program closes, it crashes (screenshot). Is it possible to somehow solve this problem?

Image

2. After installation, shortcut was created on the desktop with the command:

Code: Select all

env WINEPREFIX="/home/sfx/.wine" wine-stable C:\\\\windows\\\\command\\\\start.exe /Unix /home/sfx/.wine/dosdevices/c:/users/Public/Рабочий\\ стол/Таможенные\\ документы.lnk
This shortcut doesn't work! Goodwork it's command (manually):

Code: Select all

env WINEPREFIX="/home/sfx/.wine" wine-stable C:\\\\windows\\\\command\\\\start.exe /Unix "/home/sfx/.wine/dosdevices/c:/users/Public/Рабочий стол/Таможенные документы.lnk"
How I can fix it? Ready to provide any additional information.

Sorry for my English.
Thank's for answers.
Locked