Gala Window Manager for elementary OS and Pantheon
Go to file
José Expósito 1fa2d359a6
Desktop context menu: Do not show scroll (#1153)
Avoid showing scroll when the desktop context menu is displayed close to
the screen bottom edge.

This behavious was caused by the "push_in" param in the popup
GtkMenuPositionFunc callback:

> Note that moving and possibly resizing the menu around will alter the
> scroll position [...]. In practice, this behavior is only useful for
> combobox popups or option menus
https://developer.gnome.org/gtk3/stable/GtkMenu.html#GtkMenuPositionFunc

Fix #1146

Co-authored-by: Cassidy James Blaede <cassidy@elementary.io>
2021-06-14 10:39:00 -06:00
.github/workflows Set accent color based on wallpaper (#1104) 2021-04-29 16:36:59 -06:00
build-aux Initial meson support 2018-03-11 19:26:03 +01:00
daemon Desktop context menu: Do not show scroll (#1153) 2021-06-14 10:39:00 -06:00
data Rewrite gesture schemas (#1108) 2021-04-21 08:42:56 -07:00
docs docs: Also remove compat and cogl-fixes 2020-03-12 14:52:42 +01:00
lib Fix #1074: Window menu says Unmaximize when tiled (#1087) 2021-03-29 13:39:11 +02:00
plugins Move the zoom plugin to the core code 2021-04-02 10:04:00 -07:00
po Translated using Weblate (Norwegian Bokmål (nb)) 2021-06-03 15:18:33 +00:00
src a11y: Delay dwell click timer animation (#1156) 2021-06-04 09:00:42 -07:00
vapi Bump Mutter to 3.36 2021-01-04 13:33:03 -08:00
.editorconfig Add editorconfig; fix whitespace (#881) 2020-07-20 22:06:57 +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 Set accent color based on wallpaper (#1104) 2021-04-29 16:36:59 -06:00
README.md Set accent color based on wallpaper (#1104) 2021-04-29 16:36:59 -06: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.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