<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-utils, branch 1.20</title>
<subtitle>MATE desktop utilities</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/'/>
<entry>
<title>travis: use f28 and disable archlinux</title>
<updated>2019-05-29T11:08:20+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2019-05-29T11:08:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=f5062e30fe7b5803bf26e9b317096f91873fd94a'/>
<id>f5062e30fe7b5803bf26e9b317096f91873fd94a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gdict-applet: Variable 'detail' is allocated memory that is never used</title>
<updated>2019-05-29T08:35:39+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-04-30T14:44:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=b17a7d25913aa1ebc0fe3b441bf6d2388bf3b003'/>
<id>b17a7d25913aa1ebc0fe3b441bf6d2388bf3b003</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix -Werror=cast-function-type with GCC 8</title>
<updated>2019-05-29T08:35:22+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-03-03T09:43:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=5bc4d4e8ff6420a5cf5d8fd898d0afee2fde18b2'/>
<id>5bc4d4e8ff6420a5cf5d8fd898d0afee2fde18b2</id>
<content type='text'>
In addition, it removes unnecessary function type casts like:
  (GDestroyNotify) g_object_unref
  (GDestroyNotify) g_free
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In addition, it removes unnecessary function type casts like:
  (GDestroyNotify) g_object_unref
  (GDestroyNotify) g_free
</pre>
</div>
</content>
</entry>
<entry>
<title>mate-disk-usage-analyzer: Memory leak</title>
<updated>2019-05-29T08:29:16+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-03-04T06:29:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=10d0e538235a3d87c8a5c64193cbcf04c2a8a07b'/>
<id>10d0e538235a3d87c8a5c64193cbcf04c2a8a07b</id>
<content type='text'>
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)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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)
</pre>
</div>
</content>
</entry>
<entry>
<title>travis: use Debian Buster which has 1.20</title>
<updated>2019-05-25T18:06:56+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-05-25T16:30:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=817420c99454b35eebef385bdf2ba6b2a1dbafd8'/>
<id>817420c99454b35eebef385bdf2ba6b2a1dbafd8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add Travis-CI support</title>
<updated>2019-03-10T08:03:45+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2019-03-09T10:41:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=1e9dbc5b90a423a1603b546c432cf8b848ceca7c'/>
<id>1e9dbc5b90a423a1603b546c432cf8b848ceca7c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tx: sync fixed translations</title>
<updated>2019-02-16T16:16:09+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-02-16T16:16:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=e8744d81b957df7e4ded68a801aad244729bd164'/>
<id>e8744d81b957df7e4ded68a801aad244729bd164</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>enable translations for  ca@valencia again</title>
<updated>2019-02-15T13:35:26+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2019-02-15T13:35:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=473550f11459948929bb51cb28c62c893d805b02'/>
<id>473550f11459948929bb51cb28c62c893d805b02</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tx: sync with transifex</title>
<updated>2019-02-15T13:34:36+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2019-02-15T13:34:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=415326a64b12ab3c5b5e1dc6b3f6df4a0d69fb18'/>
<id>415326a64b12ab3c5b5e1dc6b3f6df4a0d69fb18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>help - bump docbook 4.5</title>
<updated>2019-02-05T13:21:13+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-02-02T17:28:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=4b6a269f17a5375b1d77edccf5e86729baec5915'/>
<id>4b6a269f17a5375b1d77edccf5e86729baec5915</id>
<content type='text'>
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 )
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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 )
</pre>
</div>
</content>
</entry>
</feed>
