Gala Window Manager for elementary OS and Pantheon
Go to file
Weblate 808db9f42b Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: Desktop/Gala
Translate-URL: https://l10n.elementary.io/projects/desktop/gala/
2024-07-18 17:28:30 +00:00
.github master → main 2024-07-18 10:04:52 -07:00
build-aux meson: Use gnome module to compile schemas (#1987) 2024-07-15 08:33:36 +08:00
daemon Daemon: Port to GTK4 (#1964) 2024-07-05 11:14:35 -07:00
daemon-gtk3 Daemon: Port to GTK4 (#1964) 2024-07-05 11:14:35 -07:00
data Metainfo: add 8 release notes (#1991) 2024-07-18 10:26:26 -07:00
docs wayland: Add Pantheon Shell protocol 2024-05-24 16:09:56 +02:00
lib DragDropAction: Release hovered reference when finishing the action (#1979) 2024-07-10 18:55:02 +09:00
plugins ShadowEffect: Dont use Gtk to draw shadows (#1867) 2024-05-28 11:57:36 +02:00
po Update translation files 2024-07-18 17:28:30 +00:00
protocol wayland: Implement make_center (#1942) 2024-07-12 09:35:01 -07:00
src Fix several C warnings (#1989) 2024-07-18 07:16:17 -07:00
vapi Dialogs: Fix Mutter bindings around dialog creation (#1941) 2024-05-30 14:36:57 -07: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 Fix several C warnings (#1989) 2024-07-18 07:16:17 -07:00
README.md Fix several C warnings (#1989) 2024-07-18 07:16:17 -07: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:

  • gettext (>= 0.19.6)
  • gsettings-desktop-schemas-dev
  • libcanberra-dev
  • libclutter-1.0-dev (>= 1.12.0)
  • libgee-0.8-dev
  • libglib2.0-dev (>= 2.74)
  • libgnome-desktop-3-dev
  • libgranite-dev (>= 5.4.0)
  • libgtk-3-dev (>= 3.10.0)
  • libmutter-10-dev (>= 42.0) | libmutter-dev (>= 3.18.3)
  • libxml2-utils
  • meson (>= 0.59.0)
  • valac (>= 0.46.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