Gala Window Manager for elementary OS and Pantheon
Go to file
2023-02-11 09:23:33 -08:00
.github/workflows Update gettext.yml 2023-02-11 09:23:33 -08:00
build-aux Initial meson support 2018-03-11 19:26:03 +01:00
daemon Move screenshot shortcuts in-house (#1411) 2022-04-23 15:26:40 -07:00
data Extend list of allowed keybindings in multitasking view (#1530) 2023-02-09 16:16:19 +00:00
docs docs: Also remove compat and cogl-fixes 2020-03-12 14:52:42 +01:00
lib DnD: Ignore clicks on destination-only actors 2022-10-14 16:37:29 +02:00
plugins ShadowEffect: inline namespace, copy to PIP (#1520) 2023-02-06 12:35:06 +09:00
po Translated using Weblate (Dutch) 2023-02-10 14:25:08 +00:00
src Allow zoom keybindings in multitasking view (#1535) 2023-02-11 08:24:16 -08:00
vapi Update to latest mutter-11 changes 2022-09-23 11:34:38 +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 Fix various typos (#1310) 2021-11-20 16:56:53 +00:00
meson_options.txt build: add systemduserunitdir option 2021-11-11 16:13:30 +01:00
meson.build Release 7.0.0 (#1510) 2023-01-05 12:51:48 -08:00
README.md Remove DockThemeManager (#1294) 2021-11-06 18:17:57 +00: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)
  • 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