-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DeepL must have changed something... #23
Comments
I hoped that this PR will fix the issue, but it seems that it helps only partially. With it translation works OK, the shortcut moves the window into focus, but the clipboard is not inserted into the translation input field. |
Thank you very much for the attempt, @kainonergon. |
have a try: v1.5.0 |
Thanks! Now it really works again. |
Sorry to say that it doesn't work at all on Ubuntu Budgie 24.04 (24.04 is nasty with AppImages):
Wouldn't it be possible to make 'chrome-sandbox' have natively sufficient rights?
It works when you disassemble the appimage with |
For a few days now, the application hasn't been working, and neither has this little alternative script:
#!/usr/bin/env bash text="$(xsel -o)’ text=‘${text//$’\n'/%0A}’ x-www-browser ‘https://www.deepl.com/fr/translator#auto/$text’
It seems that DeepL has changed its code and that ‘#auto’ is no longer recognised.
However, this line works for translating text from English into French:
x-www-browser ‘https://www.deepl.com/fr/translator#en/fr/$text’
Would it be possible to fix the application? And also to allow sandboxing under Ubuntu 24.04 ?
Thankx in advance.
The text was updated successfully, but these errors were encountered: