Project

General

Profile

Support #925

Faq / Tips to make AOZ Studio work on Linux distro

Added by Baptiste Pillot over 1 year ago. Updated over 1 year ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
10/19/2022
Due date:
% Done:

0%

Estimated time:
Affected version:

Description

  • Nothing happens when I run install.sh
    • Did you read the README.txt file ? Launch a terminal and run : apt update && apt install -y python3 python3-tk
  • Nothing happens when I double-click on the AOZ Studio icon
    • Launch a terminal and run : cd ~/AOZ_Studio/bin && ./aozstudio and look at the error message :
    • If contains "GPU process isn't usable. Goodbye." : you can try to run ./aozstudio --no-sandbox
  • Developper Tools does not launch (Ctrl+Maj+I) : run aozstudio --no-sandbox and it will work. You can change the execution line into your desktop icon (right-click then properties).
  • AOZ Viewer does not work : delete the file ~/AOZ_Studio/AOZ_Studio/electronUserData/Cookies , quit AOZ Studio and launch it again, and it will work (but not for long : you will do this often).

About the --no-sandbox flag : we can't add it in production, as it will disable the Chromium sandbox mode : https://www.electronjs.org/docs/latest/tutorial/sandbox/#disabling-chromiums-sandbox-testing-only. Using it is a temporary patch to make things work when it crashes, but the AOZ team would better find out what is crashing when it is not set.

Also available in: Atom PDF