<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-utils, branch async-save</title>
<subtitle>MATE desktop utilities</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/'/>
<entry>
<title>mate-screenshot: Fix compatibility with GLib &lt; 2.74</title>
<updated>2025-11-25T10:02:22+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>cwendling@hypra.fr</email>
</author>
<published>2025-11-25T10:02:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=f8b5f90adad866c7b287724e93e0fcdfaf6857f7'/>
<id>f8b5f90adad866c7b287724e93e0fcdfaf6857f7</id>
<content type='text'>
Older versions don't have g_file_new_tmp_dir_async(), so emulate it
there for compatibility.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Older versions don't have g_file_new_tmp_dir_async(), so emulate it
there for compatibility.
</pre>
</div>
</content>
</entry>
<entry>
<title>mate-screenshot: Create temporary directory asynchronously</title>
<updated>2025-11-05T11:27:30+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>cwendling@hypra.fr</email>
</author>
<published>2025-11-05T11:00:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=ce2aabc1b0349ffe7f20c273d0fcdb18130371c3'/>
<id>ce2aabc1b0349ffe7f20c273d0fcdb18130371c3</id>
<content type='text'>
While at it, also create the temporary directory asynchronously, rather
than this part being the only synchronous operation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While at it, also create the temporary directory asynchronously, rather
than this part being the only synchronous operation.
</pre>
</div>
</content>
</entry>
<entry>
<title>mate-screenshot: Replace sync save with async save</title>
<updated>2025-11-05T11:25:46+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>cwendling@hypra.fr</email>
</author>
<published>2025-11-05T10:23:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=24d047ed571b71161ebc089d34dcf30d71dc42e4'/>
<id>24d047ed571b71161ebc089d34dcf30d71dc42e4</id>
<content type='text'>
Restore asynchronous screenshot saving to improve reactivity, but use
proper asynchronous APIs instead of the previous dangerous fork()-based
solution, that mostly worked out of luck and stopped working with newer
gdk-pixbuf versions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Restore asynchronous screenshot saving to improve reactivity, but use
proper asynchronous APIs instead of the previous dangerous fork()-based
solution, that mostly worked out of luck and stopped working with newer
gdk-pixbuf versions.
</pre>
</div>
</content>
</entry>
<entry>
<title>mate-screenshot: Replace fork save with sync save</title>
<updated>2025-11-04T18:41:37+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2025-08-25T19:14:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=c74d86d0f25435b1d90f70015d210448126bb6ef'/>
<id>c74d86d0f25435b1d90f70015d210448126bb6ef</id>
<content type='text'>
Newer versions of gdk-pixbuf use libglycin's asynchronous image save
mechanism. This makes the fork-save redundant and has a potential of
hanging when saving a screenshot.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Newer versions of gdk-pixbuf use libglycin's asynchronous image save
mechanism. This makes the fork-save redundant and has a potential of
hanging when saving a screenshot.
</pre>
</div>
</content>
</entry>
<entry>
<title>mate-screenshot: Toggle shutter sound</title>
<updated>2025-08-20T04:50:16+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2025-08-20T04:18:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=f760c0fed9a093412dcff4801c3b6ede8b9c0458'/>
<id>f760c0fed9a093412dcff4801c3b6ede8b9c0458</id>
<content type='text'>
This setting allows user to enable/disable the shutter sound when taking
a screenshot. Default is enabled to maintain current behavior.

Fixes #134
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This setting allows user to enable/disable the shutter sound when taking
a screenshot. Default is enabled to maintain current behavior.

Fixes #134
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "search tool: show also in other desktops"</title>
<updated>2024-09-18T05:53:21+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2024-09-18T05:48:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=fd4812ad6bb5ba84fd2cbd29f356c74a737b26f4'/>
<id>fd4812ad6bb5ba84fd2cbd29f356c74a737b26f4</id>
<content type='text'>
*Mate-search-tool can run in many DE's without this
*Showing it in other DE menus by default could generate
"doesn't work in" (some other DE) bug reports


This reverts commit c073fb933649a383e7d39a74f918053ec6e3e4a6.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
*Mate-search-tool can run in many DE's without this
*Showing it in other DE menus by default could generate
"doesn't work in" (some other DE) bug reports


This reverts commit c073fb933649a383e7d39a74f918053ec6e3e4a6.
</pre>
</div>
</content>
</entry>
<entry>
<title>search tool: show also in other desktops</title>
<updated>2024-09-17T19:56:49+00:00</updated>
<author>
<name>Christian Stadelmann</name>
<email>dev@genodeftest.de</email>
</author>
<published>2024-09-17T19:26:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=c073fb933649a383e7d39a74f918053ec6e3e4a6'/>
<id>c073fb933649a383e7d39a74f918053ec6e3e4a6</id>
<content type='text'>
With GNOME search tool being deprecated and removed from some distros therefore, how about making this app available in other desktops too?</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With GNOME search tool being deprecated and removed from some distros therefore, how about making this app available in other desktops too?</pre>
</div>
</content>
</entry>
<entry>
<title>release 1.28.0</title>
<updated>2024-02-22T00:37:11+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2024-02-22T00:37:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=a51978473f24f11f4826a20dbd9148474530d652'/>
<id>a51978473f24f11f4826a20dbd9148474530d652</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: use ubuntu jammy as docker</title>
<updated>2024-02-22T00:31:33+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2024-02-22T00:31:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=1143c323361370e95143c5ae787ae94e20e7eeea'/>
<id>1143c323361370e95143c5ae787ae94e20e7eeea</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>2024-02-22T00:30:06+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2024-02-22T00:30:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=27b8ec2497e37cd60710b51b8756dd4042ceb96a'/>
<id>27b8ec2497e37cd60710b51b8756dd4042ceb96a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
