[Others] 下载器如何支持其他浏览器?
Tofloor
poster avatar
如何优雅deepin
deepin
2022-04-20 06:53
Author

deepin这个下载器的crx文件在哪啊?我把拉倒edge岂不是美滋滋?

Reply Favorite View the author
All Replies
忘记、过去
deepin
2022-04-20 07:58
#1

试过了,不识别,下载器里面可能限制了只有自研浏览器才能正常拉起

Reply View the author
忆往
deepin
2022-04-20 16:43
#2

这个提议可以有😁 @Merlin

Reply View the author
thepoy
deepin
2022-04-20 19:14
#3

这个下载器是基于aria2写的,不如直接用aria2。

Reply View the author
如何优雅deepin
deepin
2022-04-21 04:40
#4
thepoy

这个下载器是基于aria2写的,不如直接用aria2。

毕竟有个好看的UI,还有比较好的操作界面,还只能支持chrome系列浏览器

Reply View the author
吉吉如律令
deepin
2022-04-21 04:44
#5
thepoy

这个下载器是基于aria2写的,不如直接用aria2。

你好,我能请教一下aira2的安装问题吗?

我是使用网上的一键aria2安装脚本,脚本必须使用sudo才能安装,但这样一来用aria2下载的文件全都会加锁,还必须用sudo给文件加上普通用户的可读写权限才行

请问有没有什么好的解决方法?

Reply View the author
thepoy
deepin
2022-04-21 06:05
#6
吉吉如律令

你好,我能请教一下aira2的安装问题吗?

我是使用网上的一键aria2安装脚本,脚本必须使用sudo才能安装,但这样一来用aria2下载的文件全都会加锁,还必须用sudo给文件加上普通用户的可读写权限才行

请问有没有什么好的解决方法?

deepin 论坛不能上传文件,直接把shell脚本贴出来,执行后就ok了,但还需把rpc密码改成自己的,改密码的命令我就不贴了:

if [ ! -d "$HOME/.config/autostart" ]; then
    mkdir "$HOME/.config/autostart"
fi
if [ ! -d "$HOME/Applications" ]; then
    mkdir -p "$HOME/Applications/aria2"
    ln -s "$HOME/Applications/aria2" $HOME/.aria2
    git clone https://github.com/P3TERX/aria2.conf.git $HOME/Applications/aria2
    sed -i "s#/root/#$HOME/#g" $HOME/Applications/aria2/aria2.conf
    sed -i "s#/root/#$HOME/#g" $HOME/Applications/aria2/script.conf
    echo '#!/bin/sh

nohup aria2c --conf-path=$HOME/.aria2/aria2.conf > /dev/null 2>&1 &' > $HOME/Applications/aria2/aria2.sh
    chmod +x $HOME/Applications/aria2/aria2.sh

    if [ ! -f "$HOME/.aria2/aria2.session" ]; then
        touch "$HOME/.aria2/aria2.session"
    fi

    echo "[Desktop Entry]
Type=Application
Exec=$HOME/Applications/aria2/aria2.sh
X-GNOME-Autostart-enabled=true
NoDisplay=false
Hidden=false
Name[zh_CN]=aria2
Comment[zh_CN]=No description
X-GNOME-Autostart-Delay=15" >  $HOME/.config/autostart/aria2.desktop
fi

如果你之前配置过arai2的自启动,需要取消。

改完密码后注销即可生效。

Reply View the author
liusu
deepin
2022-04-21 20:54
#7

安装edge

下载器插件提取 到edge安装

自带浏览器不要卸载

然后edge可以

调用下载器了

uos测试过 deepin不知道

Reply View the author