mmtrt / notepad-plus-plus-snap

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

Doesn't start on Fedora after the installation with Snapd #2

Closed Warmuser closed 6 years ago

Warmuser commented 6 years ago

Fedora 27, latest updates and latest kernel.

mmtrt commented 6 years ago

Can you post output of these commands.

Warmuser commented 6 years ago

Anyway now it's certain to me that these app it is no an alternative, but its the same windows software through wine. Yesterday it doesn't started but today it started through wine. So, I don't know exactly If the problem was from wine or maybe something else. Personally, I intended these app as a linux alternative of Notepad++ for Windows. And I was expecting it was running on gnu/linux and not through wine.

Snap version + Distro specs:

snap 2.32.4-1.fc27 snapd 2.32.4-1.fc27 series 16 fedora 27 kernel 4.16.4-200.fc27.x86_64

I don't know how to get the "snap interfaces" notepad-plus-plus, but here it is where I downloaded the software: https://snapcraft.io/notepad-plus-plus

Thank you!

mmtrt commented 6 years ago

You have to run snap interfaces notepad-plus-plus command to check the connected interfaces of the snap if it is installed then that command will work and yes it's a wine packed with notepad-plus-plus installed all-together snap app not as native linux app from Notepad++.

EDIT: Make sure you run sudo snap connect notepad-plus-plus:process-control command when this snap is installed for the first time.

Warmuser commented 6 years ago

Thank you, anyway this is what I get:

` [newuser@localhost ~]$ snap interfaces notepad-plus-plus Slot Plug :desktop discographer,easy-disk-cleaner,notepad-plus-plus,speedy-duplicate-finder,wavebox,wordpress-desktop :desktop-legacy discographer,easy-disk-cleaner,notepad-plus-plus,speedy-duplicate-finder,wavebox :home deepin-image-viewer,discographer,easy-disk-cleaner,imagenes,notepad-plus-plus,speedy-duplicate-finder,ultimate-media-downloader2,wavebox,wordpress-desktop :network deepin-image-viewer,discographer,easy-disk-cleaner,imagenes,notepad-plus-plus,speedy-duplicate-finder,ultimate-media-downloader2,wavebox,wordpress-desktop :opengl deepin-image-viewer,discographer,easy-disk-cleaner,imagenes,notepad-plus-plus,speedy-duplicate-finder,ultimate-media-downloader2,wavebox,wordpress-desktop :wayland notepad-plus-plus,wavebox,wordpress-desktop :x11 deepin-image-viewer,discographer,easy-disk-cleaner,imagenes,notepad-plus-plus,speedy-duplicate-finder,wavebox,wordpress-desktop

mmtrt commented 6 years ago

looks like process-control is not connected so snap will not work if its not connected and you have to run the command I posted above post with edit to connect the interface.

Warmuser commented 6 years ago

Ok, thanks!