gnome-flashback:gnome-3-32

Last commit made on 2019-10-31
Get this branch:
git clone -b gnome-3-32 https://git.launchpad.net/gnome-flashback

Branch merges

Branch information

Name:
gnome-3-32
Repository:
lp:gnome-flashback

Recent commits

c4c1d08... by Alberts Muktupāvels

backends: initialize current_mode variable

https://github.com/i3-gnome/i3-gnome/issues/49

a7a422b... by Alberts Muktupāvels

screenshot: fix area select shape region

Shape region should be relative to window not screen/root.

https://gitlab.gnome.org/GNOME/gnome-flashback/issues/26

1d4645c... by Marv-CZ

Updated Czech translation

b73a90a... by Марко М. Костић

Update Serbian translation

3b7fa64... by Alberts Muktupāvels

desktop-background: redraw background in idle

Root window size is updated after size-changed signal meaning that
we will get old root window size in signal handler.

GTK is calling _gdk_x11_screen_size_changed when configuring root
window but when that happens screen size has already been updated
and size-changed signal will not be emitted.

Redraw background in idle to make sure that we do that only once
and GTK has finished processing x11 events.

https://gitlab.gnome.org/GNOME/gnome-flashback/issues/23

6fe011f... by Asier Sarasua Garmendia

Update Basque translation

d480364... by Alberts Muktupāvels

input-settings: update to new "output" setting for touchscreen

https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas/commit/c7eee129c6edbc1a5b121fa3327d83049325becb
https://gitlab.gnome.org/GNOME/mutter/commit/ffca9b999dfd96de66144cccb9cc450a4e382232

https://github.com/jcstr/i3-gnome/issues/36

2399195... by Alberts Muktupāvels

shell: fix memory leak

https://bugs.launchpad.net/ubuntu/+source/gnome-flashback/+bug/1760336

e760946... by Kukuh Syafaat

Update Indonesian translation

31ceaf7... by Alberts Muktupāvels

input-sources: avoid unneeded status icon re-creation

When we get sources-changed signal current source returned by
gf_input_source_manager_get_current_source will be NULL and status
icon will be destroyed. After that we will get current-source-changed
signal and status icon will be re-created causing flickering effect.

Fix this by not connecting to sources-changed signal.

https://gitlab.gnome.org/GNOME/gnome-flashback/issues/16