mmtrt / notepad-plus-plus-snap

Unofficial snap repo for notepad-plus-plus snap
https://snapcraft.io/notepad-plus-plus
MIT License
64 stars 7 forks source link

Not working since last refresh the 22-10-2021 #30

Closed hmvago closed 3 years ago

hmvago commented 3 years ago

The program does not start from Gui, neither from the terminal Any suggestion? Thank you.

My distro is Ubuntu 18.04 LTS Intel® Core™ i5-4590 CPU @ 3.30GHz × 4

1) RESULT RUNNING FROM TERMINAL

hmvago@ubuntu01-casa:~$ notepad-plus-plus ERROR: ld.so: object 'libgtk3-nocsd.so.0' from LD_PRELOAD cannot be preloaded (failed to map segment from shared object): ignored. chmod: changing permissions of '/home/hmvago/snap/notepad-plus-plus/319/.config': Permission denied /snap/notepad-plus-plus/319/snap/command-chain/desktop-launch: line 255: /home/hmvago/snap/notepad-plus-plus/319/.config/user-dirs.dirs: Permission denied /snap/notepad-plus-plus/319/snap/command-chain/desktop-launch: line 256: /home/hmvago/snap/notepad-plus-plus/319/.config/user-dirs.dirs.md5sum: Permission denied cp: cannot create regular file '/home/hmvago/snap/notepad-plus-plus/319/.config/user-dirs.locale': Permission denied /snap/notepad-plus-plus/319/snap/command-chain/desktop-launch: line 261: /home/hmvago/snap/notepad-plus-plus/319/.config/user-dirs.locale.md5sum: Permission denied rm: cannot remove '/home/hmvago/snap/notepad-plus-plus/319/.local/share/themes': Permission denied /snap/notepad-plus-plus/319/snap/command-chain/desktop-launch: line 394: /home/hmvago/snap/notepad-plus-plus/319/.config/fontconfig/fonts.conf: Permission denied ln: failed to create symbolic link '/home/hmvago/snap/notepad-plus-plus/319/.local/share/themes': Permission denied ln: failed to create symbolic link '/home/hmvago/snap/notepad-plus-plus/319/.themes': Permission denied rm: cannot remove '/home/hmvago/snap/notepad-plus-plus/319/.local/share/glib-2.0/schemas': Permission denied rm: cannot remove '/home/hmvago/snap/notepad-plus-plus/319/.local/share/icons': Permission denied rm: cannot remove '/home/hmvago/snap/notepad-plus-plus/319/.config/ibus/bus': Permission denied ln: failed to create symbolic link '/home/hmvago/snap/notepad-plus-plus/319/.config/ibus/bus': Permission denied /snap/notepad-plus-plus/319/snap/command-chain/desktop-launch: line 573: /home/hmvago/snap/notepad-plus-plus/319/.last_revision: Permission denied Installing application.. Running hook '/snap/notepad-plus-plus/319/sommelier/hooks/pre-install' Starting application.. wine: cannot find L"/home/hmvago/snap/notepad-plus-plus/common/.wine/dosdevices/z:/home/hmvago/snap/notepad-plus-plus/319/notepad-plus-plus/notepad-plus-plus.exe"

2) NOTEPAD INFO

hmvago@ubuntu01-casa:~$ snap info notepad-plus-plus name: notepad-plus-plus summary: notepad-plus-plus is a free source code editor. publisher: Taqi Raza (mmtrt) store-url: https://snapcraft.io/notepad-plus-plus contact: https://github.com/mmtrt/notepad-plus-plus/wiki license: unset description: | Based on the powerful editing component Scintilla, notepad-plus-plus is written in C++ and uses pure Win32 API and STL which ensures a higher execution speed and smaller program size. By optimizing as many routines as possible without losing user friendliness, notepad-plus-plus is trying to reduce the world carbon dioxide emissions. When using less CPU power, the PC can throttle down and reduce power consumption, resulting in a greener environment. commands:

mmtrt commented 3 years ago

Could be a update broke snap data or it got interrupted when updating not sure, though you can try snap revert notepad-plus-plus restore previous snap revision

and you can also start over reinstalling snap with purge removing it. snap remove --purge notepad-plus-plus

hmvago commented 3 years ago

Thank you very much! snap revert notepad-plus-plus did the job

Then I reinstalled the last version without problems.

Best regards.