<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-desktop, branch gh-actions</title>
<subtitle>Library with common API for various MATE modules</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-desktop/'/>
<entry>
<title>remove .build.yml</title>
<updated>2026-01-28T08:52:45+00:00</updated>
<author>
<name>mbkma</name>
<email>johannes.unruh@fau.de</email>
</author>
<published>2026-01-28T08:52:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-desktop/commit/?id=7b429606ce91a8bb2c9eee3408da681f4a633fad'/>
<id>7b429606ce91a8bb2c9eee3408da681f4a633fad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: add missing PKGBUILD depends to archlinux CI script</title>
<updated>2026-01-28T08:00:32+00:00</updated>
<author>
<name>mbkma</name>
<email>johannes.unruh@fau.de</email>
</author>
<published>2026-01-28T08:00:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-desktop/commit/?id=e1adce10ca8d965df6a2522d27d5df9edcab48e8'/>
<id>e1adce10ca8d965df6a2522d27d5df9edcab48e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: add missing packages and downstream links to CI scripts</title>
<updated>2026-01-28T07:50:07+00:00</updated>
<author>
<name>mbkma</name>
<email>johannes.unruh@fau.de</email>
</author>
<published>2026-01-28T07:50:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-desktop/commit/?id=b1a16300d8a9f475e860f19a69e6a83da6a1df12'/>
<id>b1a16300d8a9f475e860f19a69e6a83da6a1df12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: migrate from Travis CI to GitHub Actions</title>
<updated>2026-01-27T22:12:48+00:00</updated>
<author>
<name>mbkma</name>
<email>johannes.unruh@fau.de</email>
</author>
<published>2026-01-27T22:12:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-desktop/commit/?id=6630d22e46a07be3f0130b3b7899223a403555e8'/>
<id>6630d22e46a07be3f0130b3b7899223a403555e8</id>
<content type='text'>
Replace Travis CI configuration with GitHub Actions workflows.
Add CI build workflow for Debian, Fedora, Ubuntu, and Archlinux.
Add release workflow for automated GitHub releases on tags.
Add dependabot configuration for GHA pin updates.
Remove obsolete .travis.yml.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace Travis CI configuration with GitHub Actions workflows.
Add CI build workflow for Debian, Fedora, Ubuntu, and Archlinux.
Add release workflow for automated GitHub releases on tags.
Add dependabot configuration for GHA pin updates.
Remove obsolete .travis.yml.
</pre>
</div>
</content>
</entry>
<entry>
<title>add persistence</title>
<updated>2025-07-05T04:06:15+00:00</updated>
<author>
<name>linuxCowboy</name>
<email>lxc797@gmail.com</email>
</author>
<published>2025-07-01T08:13:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-desktop/commit/?id=b01a9f4a5e511f106290161cd52461af455df374'/>
<id>b01a9f4a5e511f106290161cd52461af455df374</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix palette</title>
<updated>2025-07-05T04:06:15+00:00</updated>
<author>
<name>linuxCowboy</name>
<email>lxc797@gmail.com</email>
</author>
<published>2025-06-24T18:43:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-desktop/commit/?id=38841d397d22deff8c4129aa61d9968d0ac865e8'/>
<id>38841d397d22deff8c4129aa61d9968d0ac865e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Background thumbnail under wayland: only use gdk_x11 when in x11</title>
<updated>2024-07-30T20:56:43+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2024-04-04T03:03:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-desktop/commit/?id=2704320a4451dbf28b0d687de9668b775743a121'/>
<id>2704320a4451dbf28b0d687de9668b775743a121</id>
<content type='text'>
*Avoid segfault on thumbnailing backgrounds under wayland by only using gdk_x11_screen_get_xscreen () when running under Xorg
*Use gdk_monitor_get_geometry to get screen dimensions when running under wayland
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
*Avoid segfault on thumbnailing backgrounds under wayland by only using gdk_x11_screen_get_xscreen () when running under Xorg
*Use gdk_monitor_get_geometry to get screen dimensions when running under wayland
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 1.29.0</title>
<updated>2024-04-04T05:31:28+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2024-04-04T05:31:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-desktop/commit/?id=95edc464496af666567a604378640155d6c33732'/>
<id>95edc464496af666567a604378640155d6c33732</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Release 1.28.2</title>
<updated>2024-03-11T21:24:09+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2024-03-11T21:24:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-desktop/commit/?id=fee79b7559965d8ae3b4b8e213717b525c703c1b'/>
<id>fee79b7559965d8ae3b4b8e213717b525c703c1b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sync with Transifex</title>
<updated>2024-03-11T21:20:05+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2024-03-11T21:20:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-desktop/commit/?id=86042f6b7d94e4dcd6cce32acce057d12d94347a'/>
<id>86042f6b7d94e4dcd6cce32acce057d12d94347a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
