Wednesday, May 8, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 2141  / 3 Years ago, thu, october 14, 2021, 8:53:42

I am new to Linux, having previously been a Windows-only user. I installed Notepad++ two months ago and everything has been working fine. Then, out of the blue, today it has stopped working and will not longer open when I either click on the desktop icon or try to run it out of the terminal.


<UserName>@<MachineName:~$ notepad-plus-plus 
Installing application..
Running hook '/snap/notepad-plus-plus/363/sommelier/hooks/pre-install'
Starting application..
wine: cannot find L"/home/<UserName>/snap/notepad-plus-plus/common/.wine/dosdevices
/z:/home/<UserName>/snap/notepad-plus-plus/363/notepad-plus-plus/notepad-plus-plus.exe"


  • Note 1: I tried uninstalling and reinstalling Notepad++ without success.

  • Note 2: I installed Notepad++ both originally and today using Snap.


Can anyone please explain to me what is going on and how I can fix it? Any help is appreciated. Thanks.


My OS version:



  • NAME=Linux Mint

  • VERSION=20.3 (Una)


More From » wine

 Answers
4

I had the same issue and just solved it according to this post:
https://community.notepad-plus-plus.org/topic/17192/npp-on-usb-for-unix/5 (see Meta Chuh's answer)


cd "/home/<UserName>/snap/notepad-plus-plus/common/.wine/dosdevices
/z:/home/<UserName>/snap/notepad-plus-plus/363/notepad-plus-plus/"
rm -rf *
wget https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.4/npp.8.4.portable.x64.zip
unzip npp.8.4.portable.x64.zip
mv notepad++.exe notepad-plus-plus.exe

Afterwards running notepad-plus-plus would work :)


[#528] Saturday, October 16, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ndeecru

Total Points: 109
Total Questions: 128
Total Answers: 117

Location: Czech Republic
Member since Thu, Aug 11, 2022
2 Years ago
ndeecru questions
Mon, Jun 20, 22, 04:53, 2 Years ago
Thu, Mar 10, 22, 18:53, 2 Years ago
Thu, Apr 28, 22, 10:16, 2 Years ago
;