Gala Window Manager for elementary OS and Pantheon
Go to file
2020-03-12 14:52:42 +01:00
.github/workflows Use GitHub Actions for CI (#661) 2019-12-18 14:38:02 -08:00
build-aux Initial meson support 2018-03-11 19:26:03 +01:00
daemon MenuDaemon: Add accel labels to menuitems (#679) 2020-01-15 07:06:13 -08:00
data Install gala daemon desktop to autostart, not apps (#726) 2020-02-27 16:42:26 +00:00
docs meson: Make the build system more compact and resilient (#739) 2020-03-06 07:47:25 -08:00
lib meson: Make the build system more compact and resilient (#739) 2020-03-06 07:47:25 -08:00
plugins pip: Avoid to keep the Rect as a property 2020-03-12 11:16:10 +01:00
po Translated using Weblate (Arabic) 2020-03-11 18:09:21 +00:00
src cogl: Sanitize the .vapi dependencies (#746) 2020-03-12 11:34:34 +01:00
vapi meson: Add build target to regenerate the .vapi files 2020-03-12 14:52:42 +01:00
.gitignore Update .gitignore 2017-07-16 22:00:23 +02:00
AUTHORS Ported plugins branch to autotools based on the setup of lp:~docky-core/docky/plank-docky 2014-03-08 20:05:56 +01:00
COPYING Ported plugins branch to autotools based on the setup of lp:~docky-core/docky/plank-docky 2014-03-08 20:05:56 +01:00
HACKING Update HACKING file 2018-03-14 16:39:29 +01:00
meson_options.txt Make Documentation optional and disable it by default 2018-03-11 19:26:03 +01:00
meson.build meson: Add build target to regenerate the .vapi files 2020-03-12 14:52:42 +01:00
README.md MenuDaemon: Add accel labels to menuitems (#679) 2020-01-15 07:06:13 -08:00

Gala

Translation status

A window & compositing manager based on libmutter and designed by elementary for use with Pantheon.

Building, Testing, and Installation

You'll need the following dependencies:

  • meson
  • gettext (>= 0.19.6)
  • gnome-settings-daemon-dev (>= 3.15.2),
  • gsettings-desktop-schemas-dev
  • libbamf3-dev
  • libcanberra-dev
  • libcanberra-gtk3-dev
  • libclutter-1.0-dev (>= 1.12.0)
  • libgee-0.8-dev
  • libglib2.0-dev (>= 2.44)
  • libgnome-desktop-3-dev
  • libgranite-dev (>= 5.3.0)
  • libgtk-3-dev (>= 3.4.0)
  • libmutter-0-dev (>= 3.23.90) | libmutter-dev (>= 3.14.4)
  • libplank-dev (>= 0.10.9)
  • libxml2-utils
  • valac (>= 0.28.0)

Run meson build to configure the build environment. Change to the build directory and run ninja to build

meson build --prefix=/usr
cd build
ninja

You can set the documentation option to true to build the documentation. In the build directory, use meson configure

meson configure -Ddocumentation=true

To install, use ninja install, then execute with gala --replace

sudo ninja install
gala --replace