~mate-desktop/mate-desktop/+git/mate-control-center:1.20

Last commit made on 2019-06-10
Get this branch:
git clone -b 1.20 https://git.launchpad.net/~mate-desktop/mate-desktop/+git/mate-control-center

Branch merges

Branch information

Recent commits

ad16bc2... by tamplan

Fix the icon sizes in Preferred Applications selector

Fixes https://github.com/mate-desktop/mate-control-center/issues/358

(squashed 4a3d516c04e1c87e89e6ac5015c8ace0575729cd + 4962557c6f6af249bc3bf8b99baacbed473a16b4 for 1.20 branch)

1651325... by tamplan <email address hidden>

add icon for the font viewer window

be134fa... by Robert Antoni Buj Gelonch

Fix grammar mistake
Reported by translators

74ee0b1... by Robert Antoni Buj Gelonch

control-center: Fix memory leak

Reported by clang:

  control-center.c:84:2: warning: Potential leak of memory pointed to by 'action'
          g_slist_free(key_list);
          ^~~~~~~~~~~~

a8d71fc... by Robert Antoni Buj Gelonch

Use GtkSeparatorMenuItem in Apparence preview
It adds two menu item separators, before and after of Print menu item.

Test:
 Run mate-appearance-properties
 Select Interface tab
 Clic on File menu item

0ad3c33... by Colomban Wendling

default-applications: Use more common icon names for Office documents

"x-office-document" and "x-office-spreadsheet" are more common MIME
icon names than their counterparts without the "x-" prefix.
The latter seems not to even be available in "MATE" icon theme, but
only in "Faenza" icon theme. The "x-"-prefixed variant on the other
hand is available even in theme providing the unprefixed ones, meaning
it will sill work with these.

On my machine with not many themes, but only standard-ish ones:
```console
$ find /usr/share/icons/ -name office-document.* | wc -l
8
$ find /usr/share/icons/ -name x-office-document.* | wc -l
54
```

Thus, using the prefixed variant seems like a better choice.

b7bc9d8... by Zhang Xianwei <email address hidden>

default-applications: Fix assertion failture on g_icon_to_string

Prevent runtime failture on g_icon_to_string in fill_combo_box by catching the NULL case

See https://github.com/mate-desktop/mate-control-center/pull/398#issuecomment-445047978

Signed-off-by: Zhang Xianwei <email address hidden>

a90d154... by Alexander Pyhalov <email address hidden>

Account for NULL error when we see G_IO_STATUS_EOF

7090f1b... by Pablo Barciela <email address hidden>

travis: use Debian Buster which has 1.20

a961028... by raveit65

travis: use f28 and disable archlinux