notepad-plus-plus 快照未在 Ubuntu 上启动

notepad-plus-plus snap does not start on Ubuntu

我在 Ubuntu 机器上安装了 notepad-plus-plus。它工作正常。没有明显的原因它停止工作。图标从应用程序列表中消失。当我启动 shell 脚本 /snap/notepad-plus-plus/current/bin/notepad-plus-plus 时,我收到错误消息:

You need to connect this snap to the wine-platform-i386 snap.

snap connect :wine-platform-plug wine-platform-i386:wine-base-stable

我删除了 snapd (sudo apt autoremove --purge snapd) 并重新安装。相同的行为。 我在另一个 Ubuntu 系统上安装了 notepad-plus-plus snap,它工作正常。

如何'connect' notepad-plus-plus snap到wine-platform-i386 snap?

在命令行上试试这个:

snap disconnect notepad-plus-plus:wine-platform-plug snap install

wine-platform snap connect notepad-plus-plus:wine-platform-plug

wine-platform:wine-base-stable

然后尝试打开记事本

notepad-plus-plus

我也遇到了同样的问题,我使用了这些命令。希望它现在工作正常。
1.sudo snap install notepad-plus-plus
2.sudo snap connect notepad-plus-plus:process-control
3.snap connect notepad-plus-plus:wine-platform-plug wine-platform:wine-base-stable

我通过 Linux 中的这些命令解决了这个问题。
1.snap 安装 wine-platform-5-stable
2.snap 连接 notepad-plus-plus:wine-5-stable wine-platform-5-stable
3.snap 运行 notepad-plus-plus

我通过这些命令解决了问题:

  1. 快速断开 notepad-plus-plus:wine-6-stable
  2. 快速安装 wine-platform-6-stable
  3. 快速连接 notepad-plus-plus:wine-6-stable wine-platform-6-stable

然后用notepad-plus-plus再次查看

蓬维德