Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kumakichi committed Oct 13, 2024
1 parent 21c3ff6 commit e25de4e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@
# for dev
yarn dev

# for ubuntu 24.04 dev
yarn dev --no-sandbox

# for build
yarn dist:dir # generated file : dist/linux-unpacked/deepl-linux-electron
#+END_SRC
Expand All @@ -70,3 +73,19 @@
Deepl may not start with the error `FATAL:gpu_data_manager_impl_private.cc(445)] GPU process isn't usable. Goodbye.`

If you encounter this, try running `deepl --in-process-gpu`.

* Troubleshooting

** ubuntu 24.04 core dump

Error message likes:
#+begin_quote
The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /dev/shm/tmpdir/.mount_Deepl-iCQgY6/chrome-sandbox is owned by root and has mode 4755.
#+end_quote

just run with parameter *--no-sandbox*

see:
[[https://github.com/kumakichi/Deepl-linux-electron/issues/21][Doesnt' work with Kubuntu 24.4]]
[[https://github.com/electron/electron/issues/42510][[Bug]: The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now.]]
[[https://askubuntu.com/questions/1512287/obsidian-appimage-the-suid-sandbox-helper-binary-was-found-but-is-not-configu][Obsidian AppImage - The SUID sandbox helper binary was found, but is not configured correctly]]

0 comments on commit e25de4e

Please sign in to comment.