MantisBT - MEGA
View Issue Details
0006540MEGAInstallationpublic2024-04-08 14:172024-04-08 14:17
guest 
 
normalminorhave not tried
newopen 
PCLinuxDebian
MEGA 11 (Graphical Interface version) 
 
Chris
Ribe
chrisribe@ufl.edu
chrisribe@ufl.edu
0006540: failed to initialize Chromium error at startup
I am attempting to install MEGA 11 in a Ubuntu 22.04 based container which is to be run on a RHEL 8.8 based computing cluster.

When launching mega, an error box pops up with the message, "failed to initialize Chromium: System error, (OS Code 2):
No such file or directory"

Searches of the help system suggest installing libgconf-2-4 as a solution, but the behavior remains the same with that package installed.
Create an apptainer container based on the following definition file and attempt to run mega from the container:

Bootstrap: docker
From: ubuntu:22.04
%files
        mega_11.0.13-1_amd64.deb
%post
        export DEBIAN_FRONTEND=noninteractive
        apt update -y
        apt install -y libgtk2.0-0 libgtk2.0-bin libgconf-2-4 wget
        dpkg -i mega_11.0.13-1_amd64.deb
I have also tried building a container built on Ubuntu 20.04, but in that case MEGA fails to start due to a GLIBC version error.
No tags attached.
Issue History
2024-04-08 14:17guestNew Issue

There are no notes attached to this issue.