This site has been retired. For up to date information, see handbook.gnome.org or gitlab.gnome.org.


[Home] [TitleIndex] [WordIndex

This is my path of least resistance

Getting some very latest GNOME apps up and running can be a bit of work. Jhbuilding the entire dependency chain of gtk+ et al is too much work to just check out how gnome-photos master looks. Fortunately gnome-continuous includes the very latest of pretty much everything up to that.

Steps for getting it running

1. Setting up the virtual machine

  1. Download latest gnome-continuous devel QEMU disk image

  2. Set up a new vm in Boxes (You'll need at least version 3.10) by

    • Selecting the image using 'Select a file' option in box creation wizard.
    • Launching Boxes through commandline: gnome-boxes /path/to/image.

2. Install jhbuild

  1. git clone git://git.gnome.org/jhbuild

  2. cd jhbuild

  3. ./autogen.sh && make && make install

3. Set up the build directory and start building software

  1. mkdir --mode 0777 --parents /opt/gnome

  2. cd .local/bin

  3. ./jhbuild buildone modulename


Things that seem to work:

Not successful so far:

Open issues


2024-10-23 10:58