установил из исходников версию 1.0.4 (см. README):
$ sudo apt-get install g++ make python-all-dev python-all python-dbus \
python-gtk2 python-notify librsvg2-common python-xdg python-support \
subversion libboost-dev libboost-python-dev libboost-iostreams-dev \
libboost-thread-dev libboost-date-time-dev libboost-filesystem-dev \
libboost-serialization-dev libssl-dev zlib1g-dev python-setuptools
$ python setup.py build
$ sudo python setup.py install
не запускается. точнее зависает при запуске:
$ deluge --ui gtk
[INFO ] 18:58:06 main:93 Deluge ui 1.0.4
[DEBUG ] 18:58:06 main:94 options: {'config': None, 'logfile': None, 'ui': 'gtk'}
[DEBUG ] 18:58:06 main:95 args: []
[DEBUG ] 18:58:06 configmanager:44 ConfigManager started..
[INFO ] 18:58:06 main:98 Starting ui..
[DEBUG ] 18:58:06 ui:44 UI init..
[DEBUG ] 18:58:06 configmanager:88 Getting config 'ui.conf'
[DEBUG ] 18:58:06 config:47 Config created with filename: ui.conf
[DEBUG ] 18:58:06 config:48 Config defaults: {'default_ui': 'gtk'}
[INFO ] 18:58:06 ui:60 Starting GtkUI..
[DEBUG ] 18:58:06 client:54 CoreProxy init..
[DEBUG ] 18:58:06 configmanager:69 get_config_dir: /home/sasha/.config/deluge
[DEBUG ] 18:58:06 configmanager:88 Getting config 'gtkui.conf'
[DEBUG ] 18:58:06 config:47 Config created with filename: gtkui.conf
[DEBUG ] 18:58:06 config:48 Config defaults: {'autoadd_queued': False, 'close_to_tray': True, 'window_width': 640, 'default_load_path': None, 'window_y_pos': 0, 'classic_mode': True, 'window_pane_position': -1, 'enabled_plugins': [], 'show_connection_manager_on_start': True, 'show_statusbar': True, 'autoadd_enable': False, 'tray_download_speed_list': [5.0, 10.0, 30.0, 80.0, 300.0], 'autoconnect_host_uri': None, 'window_maximized': False, 'enable_system_tray': True, 'show_sidebar': True, 'window_x_pos': 0, 'window_height': 480, 'lock_tray': False, 'connection_limit_list': [50, 100, 200, 300, 500], 'tray_password': '', 'focus_add_dialog': True, 'show_new_releases': True, 'start_in_tray': False, 'autoconnect': False, 'choose_directory_dialog_path': '/home/sasha', 'check_new_releases': True, 'autostart_localhost': False, 'show_toolbar': True, 'autoadd_location': '', 'config_location': '/home/sasha/.config/deluge', 'tray_upload_speed_list': [5.0, 10.0, 30.0, 80.0, 300.0], 'interactive_add': True, 'signal_port': 40000}
1.0.4
[DEBUG ] 18:58:06 gtkui:165 retcode: 0
[DEBUG ] 18:58:06 component:102 Registered QueuedTorrents with ComponentRegistry..
[DEBUG ] 18:58:06 configmanager:88 Getting config 'gtkui.conf'
/home/sasha/.themes/Blanky/gtk-2.0/gtkrc:60: Murrine configuration option "hilight_ratio" will be deprecated in future releases. Please update this theme to get rid of this warning.
[DEBUG ] 18:58:06 component:102 Registered IPCInterface with ComponentRegistry..
[DEBUG ] 18:58:06 component:102 Registered DbusInterface with ComponentRegistry..
[DEBUG ] 18:58:06 ipcinterface:83 Processing args from other process: []
[DEBUG ] 18:58:06 ipcinterface:86 Not connected to host.. Adding to queue.
[INFO ] 18:58:06 dbusinterface:82 Registering with DBUS..
[DEBUG ] 18:58:06 component:102 Registered MainWindow with ComponentRegistry..
[DEBUG ] 18:58:06 configmanager:88 Getting config 'gtkui.conf'
/usr/lib/python2.5/site-packages/deluge-1.0.4-py2.5-linux-i686.egg/deluge/ui/gtkui/mainwindow.py:58: GtkWarning: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
"glade/main_window.glade"))
[DEBUG ] 18:58:06 mainwindow:84 Showing window
[DEBUG ] 18:58:07 menubar:49 MenuBar init..
[DEBUG ] 18:58:07 component:102 Registered MenuBar with ComponentRegistry..
[DEBUG ] 18:58:07 configmanager:88 Getting config 'gtkui.conf'
[DEBUG ] 18:58:07 component:102 Registered ToolBar with ComponentRegistry..
[DEBUG ] 18:58:07 toolbar:48 ToolBar Init..
[DEBUG ] 18:58:07 configmanager:88 Getting config 'gtkui.conf'
/usr/lib/python2.5/site-packages/deluge-1.0.4-py2.5-linux-i686.egg/deluge/ui/gtkui/toolbar.py:77: GtkWarning: gtk_menu_attach_to_widget(): menu already attached to GtkImageMenuItem
component.get("MenuBar").torrentmenu_glade.get_widget("remove_torrent_menu"))
[DEBUG ] 18:58:07 config:139 save_timer: None
[DEBUG ] 18:58:07 component:102 Registered TorrentView with ComponentRegistry..
[DEBUG ] 18:58:07 listview:125 ListView initialized..
[DEBUG ] 18:58:07 torrentview:110 TorrentView Init..
[DEBUG ] 18:58:07 configmanager:88 Getting config 'gtkui.conf'
[DEBUG ] 18:58:07 listview:194 Loading ListView state file: torrentview.state
[DEBUG ] 18:58:07 component:102 Registered TorrentDetails with ComponentRegistry..
[DEBUG ] 18:58:07 configmanager:88 Getting config 'gtkui.conf'
[DEBUG ] 18:58:07 torrentdetails:384 Loading TorrentDetails state file: tabs.state
[DEBUG ] 18:58:07 torrentdetails:65 parent: None
[DEBUG ] 18:58:07 torrentdetails:65 parent: None
[DEBUG ] 18:58:07 configmanager:88 Getting config 'gtkui.conf'
[DEBUG ] 18:58:07 files_tab:216 Loading FilesTab state file: files_tab.state
[DEBUG ] 18:58:07 torrentdetails:65 parent: None
[DEBUG ] 18:58:07 configmanager:88 Getting config 'gtkui.conf'
[DEBUG ] 18:58:07 peers_tab:176 Loading PeersTab state file: peers_tab.state
[DEBUG ] 18:58:07 torrentdetails:65 parent: None
[DEBUG ] 18:58:07 torrentdetails:65 parent: None
[DEBUG ] 18:58:07 component:102 Registered SideBar with ComponentRegistry..
[DEBUG ] 18:58:07 configmanager:88 Getting config 'gtkui.conf'
[DEBUG ] 18:58:07 config:139 save_timer: 41
[DEBUG ] 18:58:07 component:102 Registered Preferences with ComponentRegistry..
/usr/lib/python2.5/site-packages/deluge-1.0.4-py2.5-linux-i686.egg/deluge/ui/gtkui/preferences.py:52: GtkWarning: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
"glade/preferences_dialog.glade"))
[DEBUG ] 18:58:07 configmanager:88 Getting config 'gtkui.conf'
[DEBUG ] 18:58:07 component:102 Registered SystemTray with ComponentRegistry..
[DEBUG ] 18:58:07 configmanager:88 Getting config 'gtkui.conf'
[DEBUG ] 18:58:07 config:170 Registering function for enable_system_tray key..
[DEBUG ] 18:58:07 systemtray:76 Enabling the system tray icon..
[DEBUG ] 18:58:07 component:102 Registered StatusBar with ComponentRegistry..
[DEBUG ] 18:58:07 configmanager:88 Getting config 'gtkui.conf'
[DEBUG ] 18:58:07 config:139 save_timer: 41
[DEBUG ] 18:58:07 component:102 Registered AddTorrentDialog with ComponentRegistry..
/usr/lib/python2.5/site-packages/deluge-1.0.4-py2.5-linux-i686.egg/deluge/ui/gtkui/addtorrentdialog.py:54: GtkWarning: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
"deluge.ui.gtkui", "glade/add_torrent_dialog.glade"))
[DEBUG ] 18:58:07 component:102 Registered Signals with ComponentRegistry..
[DEBUG ] 18:58:07 signalreceiver:52 SignalReceiver init..
[DEBUG ] 18:58:07 configmanager:88 Getting config 'gtkui.conf'
[DEBUG ] 18:58:07 config:124 Setting 'signal_port' to 40216 of <type 'int'>
[DEBUG ] 18:58:07 config:139 save_timer: 41
[DEBUG ] 18:58:07 coreconfig:40 CoreConfig init..
[DEBUG ] 18:58:07 component:102 Registered CoreConfig with ComponentRegistry..
[DEBUG ] 18:58:07 component:102 Registered PluginManager with ComponentRegistry..
[DEBUG ] 18:58:07 configmanager:88 Getting config 'gtkui.conf'
[DEBUG ] 18:58:07 pluginmanagerbase:48 Plugin manager init..
[DEBUG ] 18:58:07 configmanager:88 Getting config 'gtkui.conf'
[DEBUG ] 18:58:07 configmanager:69 get_config_dir: /home/sasha/.config/deluge
[DEBUG ] 18:58:07 pluginmanagerbase:95 Found plugin: Blocklist 1.0
[DEBUG ] 18:58:07 pluginmanagerbase:95 Found plugin: Label 0.1
[DEBUG ] 18:58:07 component:102 Registered ConnectionManager with ComponentRegistry..
/usr/lib/python2.5/site-packages/deluge-1.0.4-py2.5-linux-i686.egg/deluge/ui/gtkui/connectionmanager.py:73: GtkWarning: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
"glade/connection_manager.glade"))
[DEBUG ] 18:58:07 configmanager:88 Getting config 'hostlist.conf'
[DEBUG ] 18:58:07 config:47 Config created with filename: hostlist.conf
[DEBUG ] 18:58:07 config:48 Config defaults: {'hosts': ['localhost:58846']}
[DEBUG ] 18:58:07 configmanager:88 Getting config 'gtkui.conf'
[INFO ] 18:58:07 connectionmanager:431 Starting localhost:58846 daemon..
как побороть эту проблему или как снести, чтобы установить старую версию из репозитория.