You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I agree to follow the Code of Conduct that this project adheres to.
I have searched the issue tracker for a feature request that matches the one I want to file, without success.
On Ubuntu, I downloaded the amd64.deb from GitHub and completed the installation without any issues.
Clicking the drawio icon did not start the application.
When trying to start drawio by typing it in the terminal, it prompted that the permissions for /opt/drawio/chrome-sandbox were incorrect and needed to be set to 4755.
Following the prompt, I executed sudo chmod 4755 /opt/drawio/chrome-sandbox in the terminal.
Subsequently, drawio started successfully.
From the above steps, it can be confirmed that there was an issue with the permissions configuration of chrome-sandbox in the drawio amd64.deb package. I am not sure if this issue is specific to Ubuntu 24.10 or if it occurs on all Linux distributions. Regardless, after the above operation, drawio is now working properly.
draw.io version (In the Help->About menu of the draw.io editor):
draw.io version 25.0.2
Desktop (please complete the following information):
OS: Ubuntu24.10
The text was updated successfully, but these errors were encountered:
FYI it also affects KDE neon 6.2 (which based on Ubuntu 24.04).
flyratlove
changed the title
Ubuntu installation fails to boot after installation
After installation on Ubuntu, drawio cannot be started normally due to permission issues
Dec 5, 2024
flyratlove
changed the title
After installation on Ubuntu, drawio cannot be started normally due to permission issues
After installation on Ubuntu, it cannot be started normally due to a permission problem
Dec 5, 2024
It affects the appimage as well. I am using Ubuntu 24.04, and my error message is:
[27832:1216/103416.320669:FATAL:setuid_sandbox_host.cc(163)] 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 /tmp/.mount_drawio8DR1lB/chrome-sandbox is owned by root and has mode 4755.
[1] 27832 trace trap (core dumped) ./drawio-x86_64-25.0.2.AppImage
[1216/103416.439863:ERROR:icu_util.cc(223)] Invalid file descriptor to ICU data received.
Preflight Checklist
/opt/drawio/chrome-sandbox
were incorrect and needed to be set to4755
.sudo chmod 4755 /opt/drawio/chrome-sandbox
in the terminal.From the above steps, it can be confirmed that there was an issue with the permissions configuration of
chrome-sandbox
in thedrawio amd64.deb package
. I am not sure if this issue is specific toUbuntu 24.10
or if it occurs on all Linux distributions. Regardless, after the above operation, drawio is now working properly.draw.io version (In the Help->About menu of the draw.io editor):
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: