Skip to content
This repository has been archived by the owner on May 7, 2022. It is now read-only.

试验功能

xinkai edited this page Jul 19, 2014 · 3 revisions

介绍Xware Desktop的下一代界面。目前非常不成熟,仅推荐老手试用。

简介

Xware Desktop的下一代界面,目前正在开发中。如果你运行的是20140718之后的build,新界面已经安装。

特性

  • 数据不再通过迅雷服务器转发,本机/局域网内可以做到极低延迟。因此也不再支持管理任意远程的Xware实例。
  • 可避免官方WebUI的bug。如
    • 在官方服务器宕机时不影响使用
    • 任务属性为空白
    • 不能缩放尺寸
  • 可实现官方WebUI中没有的功能。如
    • 多语言支持
    • 排序、搜索任务
    • 弹出对话框可以不再是窗体的一部分.
    • 利用QML做出绚丽的视觉效果
  • 可支持其它下载核心。如aria2。

额外的依赖

新界面需要额外的依赖。因为新界面还没有稳定,所以在安装过程中不会安装。

Ubuntu

 # aiohttp 
 sudo apt-get install python3-pip
 sudo pip3 install aiohttp
 
 # qtquick
 sudo apt-get install qtdeclarative5-controls-plugin qtdeclarative5-quicklayouts-plugin python3-pyqt5.qtquick qtdeclarative5-qtquick2-plugin

Arch

 # aiohttp
 sudo pacman -S python-pip
 sudo pip install aiohttp
 
 # qtquick
 sudo pacman -S qt5-declarative qt5-quickcontrols

运行

运行/opt/xware-desktop/frontend/morula.py

问题

运行过程中可能出现的花屏现象,是显卡驱动问题.

Clone this wiki locally