<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-panel/applets/notification_area, branch v1.27.2</title>
<subtitle>MATE panel</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/'/>
<entry>
<title>notification-area: stop warning on removal</title>
<updated>2023-07-26T16:53:38+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2023-07-24T16:32:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=7400deb9327447541b4552f15ac9c290fea11c87'/>
<id>7400deb9327447541b4552f15ac9c290fea11c87</id>
<content type='text'>
*Use automatic signal handling for changing icon size so this code doesn't get called when the applet is removed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
*Use automatic signal handling for changing icon size so this code doesn't get called when the applet is removed
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix distribution of applet service files</title>
<updated>2023-06-28T13:18:47+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>cwendling@hypra.fr</email>
</author>
<published>2023-06-28T13:18:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=54786e2663840035f61840205735e16c0dbe5214'/>
<id>54786e2663840035f61840205735e16c0dbe5214</id>
<content type='text'>
Fix distribution of the applet service files sources when building from
an in-process-configured build.  This fixes `make distcheck` and
tarballs in builds configured with `--with-in-process-applets=all` (or
actually any in-process applet).

The issue was that the .service.in file was referenced indirectly in
EXTRA_DIST, and the variable listed there was only filled in a
conditional.  Automake is not able to resolve this and see it still
should distribute the reference of that variable, even if set
conditionally.  Fix this by always setting the variable properly, even
if it's only used for out-of-process builds.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix distribution of the applet service files sources when building from
an in-process-configured build.  This fixes `make distcheck` and
tarballs in builds configured with `--with-in-process-applets=all` (or
actually any in-process applet).

The issue was that the .service.in file was referenced indirectly in
EXTRA_DIST, and the variable listed there was only filled in a
conditional.  Automake is not able to resolve this and see it still
should distribute the reference of that variable, even if set
conditionally.  Fix this by always setting the variable properly, even
if it's only used for out-of-process builds.
</pre>
</div>
</content>
</entry>
<entry>
<title>Wayland, Tray applet: allow in-process applet to load, using SNI only (#1372)</title>
<updated>2023-06-15T18:30:56+00:00</updated>
<author>
<name>Luke from DC</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2023-06-15T18:30:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=e61dad01e852d7913f4c9b3dae508088e3e7b287'/>
<id>e61dad01e852d7913f4c9b3dae508088e3e7b287</id>
<content type='text'>
*We cannot load the legacy system tray in Wayland as that requires xembed.
*We CAN load the status-notifier (SNI support)
*Wayland needs us to explicitly set gtk_button_set_always_show_image to TRUE
*Wayland needs us to explicitly set gtk_image_menu_item_set_always_show_image to TRUE</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
*We cannot load the legacy system tray in Wayland as that requires xembed.
*We CAN load the status-notifier (SNI support)
*Wayland needs us to explicitly set gtk_button_set_always_show_image to TRUE
*Wayland needs us to explicitly set gtk_image_menu_item_set_always_show_image to TRUE</pre>
</div>
</content>
</entry>
<entry>
<title>notification_area: Reduce lifetime of the settings local variable (#1309)</title>
<updated>2022-06-02T07:38:16+00:00</updated>
<author>
<name>Robert Antoni Buj Gelonch</name>
<email>rbuj@users.noreply.github.com</email>
</author>
<published>2022-06-02T07:38:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=83ff6350e806d3c03cc549ff576dcb4867d4d8f4'/>
<id>83ff6350e806d3c03cc549ff576dcb4867d4d8f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Register SNI host only if SNI is enabled</title>
<updated>2022-04-22T00:36:11+00:00</updated>
<author>
<name>Ilya Fedin</name>
<email>fedin-ilja2010@ya.ru</email>
</author>
<published>2020-12-27T05:14:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=f25d859347d32c363fb1e0a15266d66b06022b6c'/>
<id>f25d859347d32c363fb1e0a15266d66b06022b6c</id>
<content type='text'>
This prevents duplication of tray icons
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This prevents duplication of tray icons
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix implicit conversion changes signedness: 'gboolean' to 'guint'</title>
<updated>2022-01-26T15:44:07+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2021-12-20T20:11:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=a32b67611920591c918c164b11b814d493923127'/>
<id>a32b67611920591c918c164b11b814d493923127</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>notification_area: fix build warning -Wbad-function-cast</title>
<updated>2022-01-18T01:55:13+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2022-01-04T10:15:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=199ab405c50acb5a1219c9ff18fb4f2e7344fc32'/>
<id>199ab405c50acb5a1219c9ff18fb4f2e7344fc32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unnecessary cast in g_signal_connect* call</title>
<updated>2021-12-20T15:57:51+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2021-12-17T13:17:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=54e2bb1acaf71b7b54e796f7bfa311fb32d84830'/>
<id>54e2bb1acaf71b7b54e796f7bfa311fb32d84830</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use dashes instead of underscores in signal names</title>
<updated>2021-12-19T16:46:41+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2021-12-18T13:31:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=ede1f04954c5b64dbdaea7a75aecc1153cc6e9b3'/>
<id>ede1f04954c5b64dbdaea7a75aecc1153cc6e9b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use g_clear_pointer() and g_clear_object()</title>
<updated>2021-12-16T06:52:11+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2021-11-28T12:19:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=6fbabd51619c92bcd8584e1bb2f12f2b52904ea6'/>
<id>6fbabd51619c92bcd8584e1bb2f12f2b52904ea6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
