-1

In Ubuntu/Linux, we can install notepad-plus-plus by snap. Basically, it works fine, but seems couldn't display Chinese text(garbled).

Sincerely, is there anyone have a workaround to fix it?

gari
  • 1
  • Problem solved by "https://forum.snapcraft.io/t/call-for-testing-notepad-plus-plus/4498/10". – gari Jun 11 '18 at 03:34

2 Answers2

1

I had experienced a same problem about Korean. More easier way is here.

  1. Find default font for snap notepad-plus-plus.
$ gedit ~/snap/notepad-plus-plus/common/.wine/system.reg

"MS Shell Dlg"="Gulim"

  1. Copy the font file into snap notepad-plus-plus wine folder. (For me, it was Gulim.ttc)
$ cp Gulim.ttc ~/snap/notepad-plus-plus/common/.wine/drive_c/windows/Fonts/
  1. Relaunch snap notepad-plus-plus
0

sudo apt-get install fonts-wqy-zenhei

Bill Cong
  • 81
  • 1
  • 3