Closed lestephane closed 2 years ago
I guess this is tied to vagrant, since in a normal envoronment libgtk3 would be already installed. In your configuration does firefox run in an empty vm?
It starts from the base "ubuntu/bionic64" as mentioned. That image has no x11 packages installed. My expectation is that ubuntu-make, like snapd install, or apt-get install just 'gets it done', installing whatever is required.
Firefox is now available through snap now, so this becomes less of an issue. Is ubuntu-make going to be superseded by snap?
Ubuntu make requires a desktop to be installed, so a base image would not be sufficient. The issue would be applicable to everything that ubuntu-make installs, since it is not designed to be installed in a non desktop environment. I guess it's probably best to add it though... Sorry if my reply arrives late..
At the moment ubuntu-make still has a different use case than snaps, regarding confinement, availability and the ability to add custom downloaders without building a snap (https://github.com/ubuntu/ubuntu-make#providing-users-framework). That being said, I'm not a canonical employee nor a snap developer! I use both technologies for the things I need :smile:
I see, well at least the trace of our discussion may give people pointers, if the ubuntu-make team feels this is working as designed, they can always close it. I moved on to snaps myself.
Using the latest version of ubuntu-make
And the following Vagrantfile
Launching firefox fails
The head scratcher is this output by umake
Which is clearly not the case. Non technical users won't know how to install the dependency, so I decided to put it out there, to shed some light on whether this is by design or by omission.