Skip to content

Ride doesn't install/start on ubuntu 24.04 #1236

@JasonRivers

Description

@JasonRivers

Describe the issue you are having

Ride doesn't start / Install (tried 4.5 & 4.6 draft)

Did you connect to an already running interpreter or start the interpreter from RIDE?

N/A

How do you reproduce the issue?

Try installing Ride

$ sudo apt install ./ride-4.5.4097-1_amd64.deb
[...]
The following packages have unmet dependencies.
 ride-4.5 : Depends: libgconf-2-4 but it is not installable
$ apt search libgconf
* Nothing found *

libgconf should be removed as a dependency to install.

Ignore dependency to install:

$ sudo dpkg -i --ignore-depends=libgconf-2-4 ./ride-4.5.4097-1_amd64.deb
# Run Ride
$ ride-4.5
[22165:0702/112708.573066:FATAL:setuid_sandbox_host.cc(158)] 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 /opt/ride-4.5/chrome-sandbox is owned by root and has mode 4755.
Trace/breakpoint trap (core dumped)

Building from source and running npm start works without issue.

Building a deb package and installing after removing the dependency also worked - so we may simply need to update the build environment (and update the dependencies).

Paste the contents of Help → About (Shift+F1)

N/A

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions