~pkg-mate-team/mate-desktop/+git/mate-desktop:1.22

Last commit made on 2020-02-27
Get this branch:
git clone -b 1.22 https://git.launchpad.net/~pkg-mate-team/mate-desktop/+git/mate-desktop

Branch merges

Branch information

Recent commits

5971d78... by Pablo Barciela <email address hidden>

Travis CI: arch build: add autoconf-archive

8f1ab90... by raveit65

travis: update config for new travis validation

ccdc125... by raveit65

thumbnail: Demote a log message from WARNING to DEBUG

Failure to create a GdkPixbufLoader for a specific MIME type doesn't
necessarily indicate an error. It is possible that the fallback code
would still be able to parse the image data. For example, Canon CR2 RAW
files have the MIME type image/x-canon-cr2. While we don't have a
loader for that specific MIME type, the TIFF loader can still parse the
data.

In case the fallback code failed to parse the image data, we get a
WARNING anyway:
  MateDesktop-WARNING **: Error creating thumbnail for ...

Having a log message to indicate that we are using the fallback code is
useful for debugging, but there is no need for the WARNING. It can be
extra noise and needlessly interferes with things like
G_DEBUG=fatal-warnings.

https://bugzilla.gnome.org/show_bug.cgi?id=762504

origin commit:
https://gitlab.gnome.org/GNOME/gnome-desktop/commit/7507254

4b5002f... by Matthias Clasen <email address hidden>

thumbnail factory: Disconnect signal handlers in finalize

We are seeing crashes in Fedora that point at the settings signal
handlers getting run after the thumbnail factory is finalized.
Explicitly disconnecting the handlers in finalize is the right
thing to do, anyway.

While we are at it, replace some of the cleanup code in finalize
with g_clear_pointer and g_clear_object, as suggested by Colin.

https://bugzilla.gnome.org/show_bug.cgi?id=761049
origin commit:
https://gitlab.gnome.org/GNOME/gnome-desktop/commit/f32c389

3d795f0... by popoff

thumbnailer: Try harder to create a failed thumbnail

If a failed thumbnail is created because the pixbuf fail to save
(for instance if user is over quota) we should still try to rename
the temporary file that might have been created.
If not, the thumbnail will not be marked as failed, and thumbnailing
will be reattempted.

https://bugzilla.gnome.org/show_bug.cgi?id=728775

origin commit:
https://gitlab.gnome.org/GNOME/gnome-desktop/commit/54f68ab

ff39907... by OBATA Akio <email address hidden>

Treat time_t as gint64 to convert from/to string

"time_t" may not equal with "long", especiall 32-bit
platforms resolved "Year 2038 problem".
There are no standard way to convert time_t from/to
string, but GLib2 using gint64 type as a time internally,
so it is reasonable to use gint64 for such purpose.

fba8265... by raveit65

travis ci: use fedora:latest

73b31e2... by Pablo Barciela <email address hidden>

Travis CI: use Ubuntu 19.10 instead 19.04

5db0098... by Pablo Barciela <email address hidden>

Travis CI: use Debian "testing" instead "sid"

d54454a... by raveit65

travis(ci): enable notify_servers