I had notepad++ for a while now, installed directly from Ubuntu software center. AFAI remember I didn't have to specifically install wine.
Yesterday I wanted to install a different *.exe and had to install wine (otherwise it wouldn't run). It wreaked havoc on my system, and I found online that wine might be the issue (which it was). I uninstalled with sudo apt-get --purge remove wine
, and now I can't open notepad++ (not surprised). But I had open files there that are not saved (notepad++ has some sort of cache where it stores all the non saved files). Is there a possibility to reinstall wine and reconnect it back with the Notepad++ installation?
Tried to follow this, but didn't help: https://stackoverflow.com/questions/52923102/notepad-plus-plus-snap-does-not-start-on-ubuntu
sudo snap install notepad-plus-plus && sudo snap connect notepad-plus-plus:removable-media
as answered in this answer. – karel Jan 30 '21 at 12:21[HOME_DIRECTORY]/snap/notepad-plus-plus/common/.wine/drive_c/users/[MY_USER_NAME]/Application Data/Notepad++/backup
. Now I can reinstall notepad++ and hopefully it'll work. Thanks – romand Jan 30 '21 at 12:31