Gala Window Manager for elementary OS and Pantheon
Go to file
Shukrullo Turgunov 2c82484d6f Translated using Weblate (Uzbek)
Currently translated at 1.8% (1 of 53 strings)

Translation: Desktop/Gala
Translate-URL: https://l10n.elementary.io/projects/desktop/gala/uz/
2024-02-22 04:12:16 +00:00
.github Fix documentation (#1854) 2024-02-14 09:31:33 -08:00
build-aux Initial meson support 2018-03-11 19:26:03 +01:00
daemon MonitorLabel: clean up styles, gtk4 prep (#1862) 2024-02-21 12:09:54 +01:00
data MonitorLabel: clean up styles, gtk4 prep (#1862) 2024-02-21 12:09:54 +01:00
docs Fix documentation (#1854) 2024-02-14 09:31:33 -08:00
lib Expose BackgroundManager to the library (#1859) 2024-02-19 15:20:18 -08:00
plugins Rework close button (#1848) 2024-02-13 09:58:50 -08:00
po Translated using Weblate (Uzbek) 2024-02-22 04:12:16 +00:00
src Expose BackgroundManager to the library (#1859) 2024-02-19 15:20:18 -08:00
vapi Add support for Mutter 46 (#1825) 2024-01-12 16:03:36 -08: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 Daemon: Implement monitor labels (#1861) 2024-02-19 15:15:24 -08:00
README.md Move AccentColorManager to settings-daemon (#1842) 2024-01-28 13:46:11 +09: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
  • libglib2.0-dev (>= 2.44)
  • 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
  • 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