<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-utils/mate-screenshot, 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>Remove init_stock_icons code and replace gtk_drag_set_icon_stock with gtk_drag_set_icon_name</title>
<updated>2023-05-23T16:42:37+00:00</updated>
<author>
<name>zhuyaliang</name>
<email>15132211195@163.com</email>
</author>
<published>2023-05-22T08:08:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=757b4728baab9f96808e05ab3d7fc5341b57f11a'/>
<id>757b4728baab9f96808e05ab3d7fc5341b57f11a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix build warnings about missing field initializer</title>
<updated>2022-02-11T17:34:16+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2021-10-28T08:53:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=ae5293ecdb902c6ff3f4870e6ae94c69024b3288'/>
<id>ae5293ecdb902c6ff3f4870e6ae94c69024b3288</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Unnecessary G_OBJECT cast when calling signal connect function</title>
<updated>2022-01-21T02:50:58+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2021-10-27T11:12:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=26cd61275d4b626ea663abfeb2d4a6befd1e8b1f'/>
<id>26cd61275d4b626ea663abfeb2d4a6befd1e8b1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mate-screenshot: fix memory leak</title>
<updated>2021-12-21T12:31:05+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2021-11-08T14:26:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=d8524845d09311f0b037eb7b8e13c45724bb1661'/>
<id>d8524845d09311f0b037eb7b8e13c45724bb1661</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use a blank line at most</title>
<updated>2021-11-24T21:38:06+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2021-10-27T16:16:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=988e071b6bb8c358f44fa4f243af38db260c4888'/>
<id>988e071b6bb8c358f44fa4f243af38db260c4888</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
