<feed xmlns='http://www.w3.org/2005/Atom'>
<title>common-data/sbin, branch 10.2</title>
<subtitle>Mageia Desktop Environment Common Data</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/desktop/common-data/'/>
<entry>
<title>Fix detection of Wayland sessions (mga#33738)</title>
<updated>2025-06-07T13:44:07+00:00</updated>
<author>
<name>Aurelian R</name>
<email>arusanu@gmail.com</email>
</author>
<published>2025-06-07T13:44:07+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/desktop/common-data/commit/?id=db650a0853be39d1c54cf2ccee8bd157cfb34a99'/>
<id>db650a0853be39d1c54cf2ccee8bd157cfb34a99</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>do not show "default"/"failsafe" in session list</title>
<updated>2017-01-16T10:22:12+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2017-01-16T10:20:38+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/desktop/common-data/commit/?id=1662a261a3d928e572c7c91bc0d11ce9524a7b01'/>
<id>1662a261a3d928e572c7c91bc0d11ce9524a7b01</id>
<content type='text'>
when there's at least one session (mga#19234)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
when there's at least one session (mga#19234)
</pre>
</div>
</content>
</entry>
<entry>
<title>fix chksession from David Walser (mga#17617)</title>
<updated>2016-08-23T15:59:40+00:00</updated>
<author>
<name>daviddavid</name>
<email>geiger.david68210@gmail.com</email>
</author>
<published>2016-08-23T15:59:40+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/desktop/common-data/commit/?id=46e66c480c4447e014c51e7283f24186e4978a62'/>
<id>46e66c480c4447e014c51e7283f24186e4978a62</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>one last perl_checker cleanup</title>
<updated>2016-08-13T00:02:53+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2016-08-12T23:57:06+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/desktop/common-data/commit/?id=78a15e1216831cb11199bd96d5b5416a5bb82794'/>
<id>78a15e1216831cb11199bd96d5b5416a5bb82794</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add parenthesis</title>
<updated>2016-08-13T00:02:37+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2016-08-12T23:17:18+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/desktop/common-data/commit/?id=be1601f0caec1326c65675247dd1744818c34d19'/>
<id>be1601f0caec1326c65675247dd1744818c34d19</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>do not reinvent glob()</title>
<updated>2016-08-13T00:02:37+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2016-08-12T23:16:15+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/desktop/common-data/commit/?id=84f0017d93a1f62261d3d640a0111f71e993e54d'/>
<id>84f0017d93a1f62261d3d640a0111f71e993e54d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use sessions from /usr/share/xsessions/ (mga#17617)</title>
<updated>2016-08-13T00:02:37+00:00</updated>
<author>
<name>Nicolas Salguero</name>
<email>nicolas.salguero@laposte.net</email>
</author>
<published>2016-08-12T23:02:31+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/desktop/common-data/commit/?id=a8aec7a0e6f505ed750ce61991012d6d47cc7bda'/>
<id>a8aec7a0e6f505ed750ce61991012d6d47cc7bda</id>
<content type='text'>
instead of from /etc/X11/wmsession.d/
v2 (Thierry Vignaud):
- prune useless stuff (removed by earlier perl_checker commit)
- do not reparse twice the directory, just keep the existing order logic
  (which is slowly going towards /dev/null)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
instead of from /etc/X11/wmsession.d/
v2 (Thierry Vignaud):
- prune useless stuff (removed by earlier perl_checker commit)
- do not reparse twice the directory, just keep the existing order logic
  (which is slowly going towards /dev/null)
</pre>
</div>
</content>
</entry>
<entry>
<title>cleanup useless stuff after previous commit</title>
<updated>2016-08-13T00:02:37+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2016-08-12T23:40:16+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/desktop/common-data/commit/?id=731b154e46b7b22a835e482fdc0e34ae01a46eb6'/>
<id>731b154e46b7b22a835e482fdc0e34ae01a46eb6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>stop generating session files (mga#17617)</title>
<updated>2016-08-13T00:02:37+00:00</updated>
<author>
<name>Nicolas Salguero</name>
<email>nicolas.salguero@laposte.net</email>
</author>
<published>2016-08-12T23:00:01+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/desktop/common-data/commit/?id=0a47f2c60d821432a22c3c4eb0df1022bc92d32a'/>
<id>0a47f2c60d821432a22c3c4eb0df1022bc92d32a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>perl_checker cleanups</title>
<updated>2016-08-13T00:02:37+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2016-08-12T23:32:33+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/desktop/common-data/commit/?id=19c1b93b15712d5cd249e8578d6c23c7d20e6ce8'/>
<id>19c1b93b15712d5cd249e8578d6c23c7d20e6ce8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
