~mate-desktop/mate-desktop/+git/mate-utils:1.20

Last commit made on 2019-05-29
Get this branch:
git clone -b 1.20 https://git.launchpad.net/~mate-desktop/mate-desktop/+git/mate-utils

Branch merges

Branch information

Recent commits

f5062e3... by raveit65

travis: use f28 and disable archlinux

b17a7d2... by Robert Antoni Buj Gelonch

gdict-applet: Variable 'detail' is allocated memory that is never used

5bc4d4e... by Robert Antoni Buj Gelonch

Fix -Werror=cast-function-type with GCC 8

In addition, it removes unnecessary function type casts like:
  (GDestroyNotify) g_object_unref
  (GDestroyNotify) g_free

10d0e53... by Robert Antoni Buj Gelonch

mate-disk-usage-analyzer: Memory leak

To detect the memory leak using valgrind:

export CFLAGS="-Og -g -fno-omit-frame-pointer -fPIE -pie"
export CXXFLAGS="-Og -g -fno-omit-frame-pointer -fPIE -pie"
./autogen.sh --prefix=/usr
make clean
make
sudo make install
valgrind --tool=memcheck --undef-value-errors=no --leak-check=full --log-file="report.txt" /usr/bin/mate-disk-usage-analyzer

report.txt content:

==16061== 6 bytes in 1 blocks are definitely lost in loss record 174 of 14,390
==16061== at 0x483880B: malloc (vg_replace_malloc.c:309)
==16061== by 0x56B10D7: g_malloc (gmem.c:99)
==16061== by 0x56CAAEE: g_strdup (gstrfuncs.c:363)
==16061== by 0x56E3743: g_variant_dup_string (gvariant.c:1533)
==16061== by 0x5509DE6: g_settings_get_string (gsettings.c:1795)
==16061== by 0x115664: initialize_charts (baobab.c:1185)
==16061== by 0x11640C: main (baobab.c:1307)

817420c... by Pablo Barciela <email address hidden>

travis: use Debian Buster which has 1.20

1e9dbc5... by raveit65

add Travis-CI support

e8744d8... by Robert Antoni Buj Gelonch

tx: sync fixed translations

473550f... by raveit65

enable translations for ca@valencia again

415326a... by raveit65

tx: sync with transifex

4b6a269... by Robert Antoni Buj Gelonch

help - bump docbook 4.5

fix validate errors:
$ find . -name "index.docbook" -exec yelp-check validate {} \;

validity error : Element othercredit content does not follow the DTD, expecting (honorific | firstname | surname | lineage | othername | affiliation | authorblurb | contrib)+, got (personname email )