是否有可能使Popper邮件通知在Ubuntu 16.04和18.04(MATE和Unity)上运行?

在Ubuntu 12.04 LTS中,我使用Popper作为电子邮件检查程序。

波普尔主窗口

它支持不带SSL和使用SSL的POP / POP3和IMAP。

波普尔账户

有Thunderbird集成。

波普尔表示

并集成到indicator-messages

  • 没有新的电子邮件 – 没有新的电子邮件
  • 新的电子邮件 – 收到新的电子邮件
    新电子邮件通知

是否有可能使Popper邮件通知在Ubuntu 16.04和18.04(MATE和Unity)上运行?

对的,这是可能的。 结果将类似于Ubuntu MATE 18.04 LTS的屏幕截图:

波普尔在Ubuntu MATE 18.04 LTS

Ubuntu 16.04 LTS(运行MATE或Unity)

请参阅有关错误1683516的评论。

您可以执行以下操作:

 sudo apt-get install libindicate-gtk3 libindicate5 python-indicate \ python-gnomekeyring python-notify cd ~/Downloads wget http://archive.ubuntu.com/ubuntu/pool/universe/p/python-support/python-support_1.0.14ubuntu2_all.deb sudo dpkg -i python-support_1.0.14ubuntu2_all.deb wget http://ppa.launchpad.net/ralf.hersel/rhersel-ppa/ubuntu/pool/main/p/popper/popper_0.31.3-0ubuntu1_all.deb sudo dpkg -i popper_0.31.3-0ubuntu1_all.deb wget http://archive.ubuntu.com/ubuntu/pool/main/i/indicator-messages/libindicator-messages-status-provider1_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb sudo dpkg -i libindicator-messages-status-provider1_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb wget http://archive.ubuntu.com/ubuntu/pool/main/i/indicator-messages/indicator-messages_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb sudo dpkg -i indicator-messages_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb wget http://archive.ubuntu.com/ubuntu/pool/universe/i/indicator-messages/indicator-messages-gtk2_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb sudo dpkg -i indicator-messages-gtk2_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb 

然后为MATE – mate-tweak – > Panel(接口) – >启用指标

然后应用程序 – > Internet – > Popper – 设置帐户设置。

然后pin安装包:

 cat < 

重新启动并重新登录。
就这些。 你有indicator-messages再次工作。

Ubuntu 18.04 LTS(运行MATE或Unity)

您可以执行以下操作:

 sudo apt-get install libindicate-gtk3 libindicate5 python-indicate \ python-notify libpango1.0-0 cd ~/Downloads wget http://archive.ubuntu.com/ubuntu/pool/universe/p/python-support/python-support_1.0.14ubuntu2_all.deb wget http://ppa.launchpad.net/ralf.hersel/rhersel-ppa/ubuntu/pool/main/p/popper/popper_0.31.3-0ubuntu1_all.deb wget http://archive.ubuntu.com/ubuntu/pool/main/i/indicator-messages/libindicator-messages-status-provider1_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb wget http://archive.ubuntu.com/ubuntu/pool/main/i/indicator-messages/indicator-messages_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb wget http://archive.ubuntu.com/ubuntu/pool/universe/i/indicator-messages/indicator-messages-gtk2_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb wget http://archive.ubuntu.com/ubuntu/pool/main/i/indicator-messages/libindicator-messages-status-provider1_0.6.0-0ubuntu2_`dpkg --print-architecture`.deb wget http://archive.ubuntu.com/ubuntu/pool/universe/g/gnome-python-desktop/python-gnomekeyring_2.32.0+dfsg-3_`dpkg --print-architecture`.deb sudo apt-get install ./*.deb 

然后应用程序 - > Internet - > Popper - 设置帐户设置。

然后pin安装包:

 cat < 

重新启动并重新登录。
就这些。 你有indicator-messages再次工作。