为什么我无法从连接管理器启动 Deluge 守护程序?

use*_*691 7 deluge

我在 Ubuntu 12.04 上使用 Deluge 1.3.5。我启动 Deluge 并打开Connection Manager,单击Start Daemon按钮后,我在错误消息框中收到以下消息:

Unable to Start Daemon! Deluge cannot find the 'deluged' executable, it is likely that you forgot to install the deluged package or it's not in your PATH.

我该如何解决这个错误?

Cas*_*Cas 19

Deluge 有两种“模式”,第一种是独立应用程序或经典模式,另一种是分离的客户端/服务器模式,我们称之为瘦客户端模式。

我猜你已经禁用了经典模式,所以 Deluge 现在在 Thinclient 模式下运行。如果这是您的意图,您需要deluged通过以下方式安装软件包Terminal

sudo apt-get install deluged

否则要返回正常的独立 Deluge,请转到首选项并Classic Mode再次启用。