<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-session-manager/mate-session, branch v1.18.0</title>
<subtitle>MATE session manager</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-session-manager/'/>
<entry>
<title>Replace deprecated upower functions with ConsoleKit2 equivalents</title>
<updated>2017-03-05T11:12:12+00:00</updated>
<author>
<name>Sander Sweers</name>
<email>infirit@gmail.com</email>
</author>
<published>2016-04-17T13:04:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-session-manager/commit/?id=9923739fe6f161a05078340593bf6a91db13d9be'/>
<id>9923739fe6f161a05078340593bf6a91db13d9be</id>
<content type='text'>
This requires ConsoleKit2 version 0.9.2.

+ corrections for issues mentioned at https://github.com/mate-desktop/mate-session-manager/pull/133
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This requires ConsoleKit2 version 0.9.2.

+ corrections for issues mentioned at https://github.com/mate-desktop/mate-session-manager/pull/133
</pre>
</div>
</content>
</entry>
<entry>
<title>fix indent a bit</title>
<updated>2017-03-05T10:28:42+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2017-03-05T10:28:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-session-manager/commit/?id=54d119718d8c2c109e089669aacdb66ffeb38a3e'/>
<id>54d119718d8c2c109e089669aacdb66ffeb38a3e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix indent of some #if's to match the rest of the file</title>
<updated>2017-02-27T14:26:25+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2017-02-27T14:26:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-session-manager/commit/?id=7aa5d913573af7fbca7b240499ee0021656fccc3'/>
<id>7aa5d913573af7fbca7b240499ee0021656fccc3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: check stricter for presence of xtrans</title>
<updated>2017-01-18T12:55:22+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2017-01-18T12:55:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-session-manager/commit/?id=3e8cab348e37b9879fa558e56e05069987c6c65a'/>
<id>3e8cab348e37b9879fa558e56e05069987c6c65a</id>
<content type='text'>
this should ensure that mate-session won't listen to TCP ports.
if needed, this check can be disabled using --without-xtrans option.

fixes https://github.com/mate-desktop/mate-session-manager/issues/131

adapted from:
https://git.gnome.org/browse/gnome-session/commit/?id=aa4c9d125012ae94154ce075d62342b63b41a7d9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this should ensure that mate-session won't listen to TCP ports.
if needed, this check can be disabled using --without-xtrans option.

fixes https://github.com/mate-desktop/mate-session-manager/issues/131

adapted from:
https://git.gnome.org/browse/gnome-session/commit/?id=aa4c9d125012ae94154ce075d62342b63b41a7d9
</pre>
</div>
</content>
</entry>
<entry>
<title>Also look for gdm-binary process</title>
<updated>2016-10-19T17:35:29+00:00</updated>
<author>
<name>George Vlahavas</name>
<email>vlahavas@gmail.com</email>
</author>
<published>2016-10-19T17:35:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-session-manager/commit/?id=26f09decbcba1f43807a4d0e745b252ed7a3f284'/>
<id>26f09decbcba1f43807a4d0e745b252ed7a3f284</id>
<content type='text'>
In some systems the gdm binary is actually called "gdm-binary", so we
need to check for that too.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In some systems the gdm binary is actually called "gdm-binary", so we
need to check for that too.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Gtk-CRITICAL error caused by deprecated code</title>
<updated>2016-08-03T15:55:09+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-08-03T15:55:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-session-manager/commit/?id=d933613594fa7e1af51ebaeb4d02c5d697d5dc6c'/>
<id>d933613594fa7e1af51ebaeb4d02c5d697d5dc6c</id>
<content type='text'>
It removes the code related to the old dialog icon
which is not displayed anymore.
The Gtk-CRITICAL error was caused by gtk_message_dialog_get_image returning NULL
as it is now deprecated in GTK 3.

taken from:
https://github.com/linuxmint/cinnamon-session/pull/71
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It removes the code related to the old dialog icon
which is not displayed anymore.
The Gtk-CRITICAL error was caused by gtk_message_dialog_get_image returning NULL
as it is now deprecated in GTK 3.

taken from:
https://github.com/linuxmint/cinnamon-session/pull/71
</pre>
</div>
</content>
</entry>
<entry>
<title>require GTK+ &gt;= 3.14, drop GTK+2 code and --with-gtk build option</title>
<updated>2016-05-17T11:08:57+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-05-17T11:08:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-session-manager/commit/?id=e670e05cb08c66da2838abe2608cfccb8b09fafd'/>
<id>e670e05cb08c66da2838abe2608cfccb8b09fafd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding #include &lt;signal.h&gt; for FreeBSD support</title>
<updated>2016-01-31T22:12:44+00:00</updated>
<author>
<name>Eric Turgeon</name>
<email>ericturgeon.bsd@gmail.com</email>
</author>
<published>2016-01-31T22:12:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-session-manager/commit/?id=d6d8a381c89cd93256e57bd1eb080d91c5d5b61a'/>
<id>d6d8a381c89cd93256e57bd1eb080d91c5d5b61a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mdm: fix logic error</title>
<updated>2015-12-31T07:37:15+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2015-12-31T07:37:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-session-manager/commit/?id=cbfdcc0669685c3e01a10e5c83a0a02b133c0848'/>
<id>cbfdcc0669685c3e01a10e5c83a0a02b133c0848</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix a typo in a warning</title>
<updated>2015-12-13T18:23:30+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2015-12-13T18:23:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-session-manager/commit/?id=5014a4ddbdf8349fe8206cf3df3ac6a97361b469'/>
<id>5014a4ddbdf8349fe8206cf3df3ac6a97361b469</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
