Description
1, the use of wine version is the depth of production (Deepin), has been streamlined a lot of useless configuration, so that the start can be very fast, the use of small resources.
2, about No. Wine Folder Workaround: Run winecfg on the command line;
Download:
(Link: https://pan.baidu.com/s/1miOjLXY password: 2egg)
Installation:
1. Install wine
Add 32-bit architecture
sudo dpkg --add-architecture i386
sudo apt-get update
sudo deepin-wine / install.sh
If there is a dependency error in the middle, you can try again several times.
2. Install Notepad ++
deepin-wine npp.7.3.Installer.exe
3. Set the desktop icon
vim ~ / .local / share / applications / notepad.desktop
[Desktop Entry]
Encoding = UTF-8
Version = 1.0
Type = Application
Name = Notepad ++
Icon = wine
Path = / home / jim / .wine / drive_c / Program Files / Notepad ++
Exec = deepin-wine notepad ++. Exe
StartupNotify = false
OnlyShowIn = Unity;
X-UnityGenerated = true
Install Notepad ++ using Wine under Ubuntu 16.04