kumakichi / Deepl-linux-electron

DeepL(https://www.deepl.com/) Integration for Linux. Select text in any application and simply press Ctrl+C and another shortcut to translate it.
MIT License
102 stars 13 forks source link

有关 deepl-linux 的issue, 不是有关 deepl-linux-electron 的 #1

Open Stephen2252Ro opened 3 years ago

Stephen2252Ro commented 3 years ago

由于 deepl-linux 那个包只可读,所以只能在这下边进行 report。issue 就是:我按完Ctrl+C,之后ctrl+alt+d 调出窗口没有自动翻译,还需要再按一下 ctrl+v 才行

kumakichi commented 3 years ago

别用那个了,那个是想用go来做,其实效果不好。启动后的js事件都没处理好,用的retry。但你说的这个问题,是启动程序后首次翻译遇到的?如果是,那大概率就是retry完了页面还没加载好;如果不是,那就不太清楚了。

你就用electron这个吧,release页直接下载就行了: https://github.com/kumakichi/Deepl-linux-electron/releases , 我现在自己都切到这个了。

Stephen2252Ro commented 3 years ago

electron老是build不对 23333.. 只能用那个了------------------ Original ------------------ @.> Date: Wed, Aug 18, 2021 05:10 PM @.>; @.**@.>; Subject: Re: [kumakichi/Deepl-linux-electron] 有关 deepl-linux 的issue, 不是有关 deepl-linux-electron 的 (#1)

kumakichi commented 3 years ago

预编译的跑不起来?

Stephen2252Ro commented 3 years ago

额 没找到预编译的啊 給个链接------------------ Original ------------------ @.> Date: Wed, Aug 18, 2021 10:23 PM @.>; @.**@.>; Subject: Re: [kumakichi/Deepl-linux-electron] 有关 deepl-linux 的issue, 不是有关 deepl-linux-electron 的 (#1)

kumakichi commented 3 years ago

release页: https://github.com/kumakichi/Deepl-linux-electron/releases

Stephen2252Ro commented 3 years ago

There aren’t any releases here------------------ Original ------------------ @.> Date: Thu, Aug 19, 2021 10:20 AM @.>; @.**@.>; Subject: Re: [kumakichi/Deepl-linux-electron] 有关 deepl-linux 的issue, 不是有关 deepl-linux-electron 的 (#1)

kumakichi commented 3 years ago

是有问题,得看看

kumakichi commented 3 years ago

好了

Stephen2252Ro commented 3 years ago

可以用,有没有办法把它开机自启动并最小化啊,并且不要出现在当前的终端/进程中,把它放在子进程。如果简单的把它集成到 goldendict 就好了,目前 goldendict的deepl接口用不了

------------------ Original ------------------ From: "kumakichi/Deepl-linux-electron" @.>; Date: Thu, Aug 19, 2021 02:34 PM @.>; @.**@.>; Subject: Re: [kumakichi/Deepl-linux-electron] 有关 deepl-linux 的issue, 不是有关 deepl-linux-electron 的 (#1)

好了

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

kumakichi commented 3 years ago

goldendict没用过,暂时也没有时间做相关的事情