Gala Window Manager for elementary OS and Pantheon
Go to file
Danielle Foré 23069d6a81
Release 6.2.1 (#1262)
* Release 6.2.1

* Update meson.build

Co-authored-by: Cassidy James Blaede <cassidy@elementary.io>
2021-09-29 17:20:47 +00:00
.github/workflows Add initial support for Mutter 40 (#980) 2021-08-16 16:23:46 -06:00
build-aux Initial meson support 2018-03-11 19:26:03 +01:00
daemon l10n: Correctly setup the locales 2021-08-16 09:01:01 +02:00
data Release 6.2.1 (#1262) 2021-09-29 17:20:47 +00:00
docs docs: Also remove compat and cogl-fixes 2020-03-12 14:52:42 +01:00
lib deps: Put the right libmutter name in the .deps file 2021-08-31 16:41:02 +02:00
plugins pip: Place the window in screen on click 2021-08-25 16:31:52 -06:00
po Update translation files 2021-09-29 17:15:42 +00:00
src Fix session crash when taking screenshots with mutter 3.38 2021-09-29 09:39:32 +02:00
vapi Fix session crash when taking screenshots with mutter 3.38 2021-09-29 09:39:32 +02:00
.editorconfig editorconfig: Add trim_trailing_whitespace (#1193) 2021-08-06 13:52:43 +02: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 Release 6.2.1 (#1262) 2021-09-29 17:20:47 +00:00
README.md README: Update dependency versions (#1164) 2021-06-17 08:49:58 +02: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
  • libcanberra-dev
  • libcanberra-gtk3-dev
  • libclutter-1.0-dev (>= 1.12.0)
  • libgee-0.8-dev
  • libgexiv2-dev
  • libglib2.0-dev (>= 2.44)
  • libgnome-desktop-3-dev
  • libgranite-dev (>= 5.4.0)
  • libgtk-3-dev (>= 3.10.0)
  • libmutter-6-dev (>= 3.35.1) | libmutter-dev (>= 3.18.3)
  • libplank-dev (>= 0.11.0)
  • 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