<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-notification-daemon/src/daemon, branch mate-notification-daemon-1.8.2</title>
<subtitle>Daemon to displays passive pop-up notifications</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/'/>
<entry>
<title>Merge pull request #46 from monsta/fix-for-new-glib-1.8</title>
<updated>2015-03-12T19:53:15+00:00</updated>
<author>
<name>Stefano Karapetsas</name>
<email>stefano@karapetsas.com</email>
</author>
<published>2015-03-12T19:53:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=8e7c134d64dba2d0c8b689b89fa2ea9d0a89d891'/>
<id>8e7c134d64dba2d0c8b689b89fa2ea9d0a89d891</id>
<content type='text'>
[1.8] first connect to settings, then read them.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[1.8] first connect to settings, then read them.</pre>
</div>
</content>
</entry>
<entry>
<title>daemon: fixed logic in a couple of places</title>
<updated>2015-02-19T11:11:39+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2015-02-19T11:11:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=688b62fb3fa84d6446a74c13c93ddd33d87f5fe3'/>
<id>688b62fb3fa84d6446a74c13c93ddd33d87f5fe3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>first connect to settings, then read them.</title>
<updated>2015-02-19T10:15:15+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2015-02-19T10:15:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=2da0593cad0ef8ab3a05bffa48e5fccd02a2573a'/>
<id>2da0593cad0ef8ab3a05bffa48e5fccd02a2573a</id>
<content type='text'>
fixes the issue with GLib &gt;= 2.43,
https://git.gnome.org/browse/glib/commit/?id=8ff5668a458344da22d30491e3ce726d861b3619
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes the issue with GLib &gt;= 2.43,
https://git.gnome.org/browse/glib/commit/?id=8ff5668a458344da22d30491e3ce726d861b3619
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix crash when switching monitors</title>
<updated>2014-10-22T21:36:42+00:00</updated>
<author>
<name>Eugene Kilachkoff</name>
<email>ekilachkoff@gmail.com</email>
</author>
<published>2014-07-02T12:49:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=7c7ef60a26de4a1f319abf10cf10606d630fbccc'/>
<id>7c7ef60a26de4a1f319abf10cf10606d630fbccc</id>
<content type='text'>
When switching monitors AND displaying notifications at the
same time, a rare situation might occur when notification
window will be added to two or more stacks. One of the
stacks will be removed soon enough, but the "destroy"
handler will persist and will be triggered when the window
disappears. This results in a reference to a freed memory
and (usually) a daemon crash, a typical one is
https://retrace.fedoraproject.org/faf/reports/359836/ for
example.

So, the removal handlers referring to a deleted stack must
be cancelled prior to removal.

Closes https://github.com/mate-desktop/mate-notification-daemon/pull/34
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When switching monitors AND displaying notifications at the
same time, a rare situation might occur when notification
window will be added to two or more stacks. One of the
stacks will be removed soon enough, but the "destroy"
handler will persist and will be triggered when the window
disappears. This results in a reference to a freed memory
and (usually) a daemon crash, a typical one is
https://retrace.fedoraproject.org/faf/reports/359836/ for
example.

So, the removal handlers referring to a deleted stack must
be cancelled prior to removal.

Closes https://github.com/mate-desktop/mate-notification-daemon/pull/34
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix assertion WNCK_IS_WORKSPACE</title>
<updated>2014-06-27T09:52:52+00:00</updated>
<author>
<name>Jun Wu</name>
<email>quark@lihdd.net</email>
</author>
<published>2014-06-27T05:42:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=407fbdaff20d140fef51c813d8388897040630c0'/>
<id>407fbdaff20d140fef51c813d8388897040630c0</id>
<content type='text'>
Some window manager such as i3-wm may cause
wnck_screen_get_active_workspace to return NULL.
Add a sanity check before using the return value.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some window manager such as i3-wm may cause
wnck_screen_get_active_workspace to return NULL.
Add a sanity check before using the return value.
</pre>
</div>
</content>
</entry>
<entry>
<title>daemon: Add GTK3 support</title>
<updated>2013-10-26T13:46:25+00:00</updated>
<author>
<name>Laszlo Boros</name>
<email>iamsemmu@gmail.com</email>
</author>
<published>2013-10-26T13:46:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=275dfc749eb988b3316b32e0a74dad2d7c92936f'/>
<id>275dfc749eb988b3316b32e0a74dad2d7c92936f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make automake happy: INCLUDES-&gt;AM_CPPFLAGS</title>
<updated>2013-10-08T02:12:00+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2013-10-08T02:05:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=1f5ba2d1119114fc3c079fa01b7838857b086e77'/>
<id>1f5ba2d1119114fc3c079fa01b7838857b086e77</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>back to libwnck</title>
<updated>2013-10-08T02:12:00+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2013-10-08T02:02:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=d245241f3e9dc2de94a74222ad751ad42ea3c55a'/>
<id>d245241f3e9dc2de94a74222ad751ad42ea3c55a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Show always a notification if it has 'expires never' as timeout</title>
<updated>2013-02-27T23:39:23+00:00</updated>
<author>
<name>Stefano Karapetsas</name>
<email>stefano@karapetsas.com</email>
</author>
<published>2013-02-27T23:39:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=42c0ff29c5af165f03f1ea9c588ef9a52a8200f4'/>
<id>42c0ff29c5af165f03f1ea9c588ef9a52a8200f4</id>
<content type='text'>
Without check if there is active screensaver or fullscreen window
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without check if there is active screensaver or fullscreen window
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix indentation</title>
<updated>2013-02-27T23:13:55+00:00</updated>
<author>
<name>Stefano Karapetsas</name>
<email>stefano@karapetsas.com</email>
</author>
<published>2013-02-27T23:13:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-notification-daemon/commit/?id=31058eaf24136226041fca54c1de4c8e73092161'/>
<id>31058eaf24136226041fca54c1de4c8e73092161</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
