<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-session-manager, branch fix-restart-cpu-spin</title>
<subtitle>MATE session manager</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-session-manager/'/>
<entry>
<title>app: Add respawn rate limiting to prevent CPU spinning</title>
<updated>2026-06-01T13:11:06+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2026-06-01T12:52:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-session-manager/commit/?id=e0ec016444001971af75d236ce4c3ae2d87824d3'/>
<id>e0ec016444001971af75d236ce4c3ae2d87824d3</id>
<content type='text'>
When a non-client app with AutoRestart enabled exits immediately after
starting, the restart logic would loop without delay, causing high CPU
usage. This adds a 60-second rate limit to gsm_app_restart. If an app
respawns twice within this window, the second restart is rejected.

The code is adapted from:
- https://gitlab.gnome.org/GNOME/gnome-session/-/commit/4df48234
- https://gitlab.gnome.org/GNOME/gnome-session/-/commit/b9aa675e

Fixes #336
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When a non-client app with AutoRestart enabled exits immediately after
starting, the restart logic would loop without delay, causing high CPU
usage. This adds a 60-second rate limit to gsm_app_restart. If an app
respawns twice within this window, the second restart is rejected.

The code is adapted from:
- https://gitlab.gnome.org/GNOME/gnome-session/-/commit/4df48234
- https://gitlab.gnome.org/GNOME/gnome-session/-/commit/b9aa675e

Fixes #336
</pre>
</div>
</content>
</entry>
<entry>
<title>util: Blacklist some session-specific variables</title>
<updated>2026-05-29T12:26:26+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2021-05-16T22:05:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-session-manager/commit/?id=6c53bde758e6d8944438c2469b8a58209db6d0b2'/>
<id>6c53bde758e6d8944438c2469b8a58209db6d0b2</id>
<content type='text'>
Things like XDG_SESSION_ID should not be uploaded to the environment.
For example this is broken currently:

  1. SSH to your machine
  2. Log in to MATE Shell
  3. Log out
  4. Log in again
  5. Lock the screen
  6. Try to unlock

You can't, and this is because the XDG_SESSION_ID from the first session
(step 2) has leaked through to the second one (step 4), and so MATE
Shell is listening to the `logind` `UnlockSession` signal for the wrong
session. The SSH session established in step 1 serves to keep the
`systemd --user` instance alive, so that the state is not torn down
between logins.

Also, The NOTIFY_SOCKET environment variable was leaking into systemd
managed MATE sessions and breaking things like OCI container runtimes
(eg., runc and crun). This variable is absent in non-systemd
managed sessions.

Backported from:
- https://gitlab.gnome.org/GNOME/gnome-session/-/commit/646b9bc0
- https://gitlab.gnome.org/GNOME/gnome-session/-/commit/9d8b0709

Fixes #271
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Things like XDG_SESSION_ID should not be uploaded to the environment.
For example this is broken currently:

  1. SSH to your machine
  2. Log in to MATE Shell
  3. Log out
  4. Log in again
  5. Lock the screen
  6. Try to unlock

You can't, and this is because the XDG_SESSION_ID from the first session
(step 2) has leaked through to the second one (step 4), and so MATE
Shell is listening to the `logind` `UnlockSession` signal for the wrong
session. The SSH session established in step 1 serves to keep the
`systemd --user` instance alive, so that the state is not torn down
between logins.

Also, The NOTIFY_SOCKET environment variable was leaking into systemd
managed MATE sessions and breaking things like OCI container runtimes
(eg., runc and crun). This variable is absent in non-systemd
managed sessions.

Backported from:
- https://gitlab.gnome.org/GNOME/gnome-session/-/commit/646b9bc0
- https://gitlab.gnome.org/GNOME/gnome-session/-/commit/9d8b0709

Fixes #271
</pre>
</div>
</content>
</entry>
<entry>
<title>session: restart non-client apps that set AutoRestart</title>
<updated>2026-05-27T20:00:11+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2026-03-31T20:04:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-session-manager/commit/?id=8e1cfe174592f1abe329956f7946f4dd29bd6652'/>
<id>8e1cfe174592f1abe329956f7946f4dd29bd6652</id>
<content type='text'>
Apps like Orca set X-GNOME-AutoRestart=true in their .desktop files
expecting to be restarted after a crash. However, the restart logic only
handled apps that registered as XSMP or D-Bus clients. Non-client apps
emitted "died"/"exited" signals but nothing subscribed to them. This bug
was inherited from gnome-session.

Connect the "died" and "exited" signals on autostart apps to trigger
restart for non-client apps with AutoRestart enabled. Also fall back to
X-GNOME-AutoRestart when X-MATE-AutoRestart is not present, for
compatibility with apps that only set the GNOME key.

Fixes #321
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Apps like Orca set X-GNOME-AutoRestart=true in their .desktop files
expecting to be restarted after a crash. However, the restart logic only
handled apps that registered as XSMP or D-Bus clients. Non-client apps
emitted "died"/"exited" signals but nothing subscribed to them. This bug
was inherited from gnome-session.

Connect the "died" and "exited" signals on autostart apps to trigger
restart for non-client apps with AutoRestart enabled. Also fall back to
X-GNOME-AutoRestart when X-MATE-AutoRestart is not present, for
compatibility with apps that only set the GNOME key.

Fixes #321
</pre>
</div>
</content>
</entry>
<entry>
<title>session: Move logout sound to end-session phase</title>
<updated>2026-05-27T19:58:24+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2026-03-19T09:48:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-session-manager/commit/?id=d0754a2f00f4263b56fedb0ac374916e7ac61eb6'/>
<id>d0754a2f00f4263b56fedb0ac374916e7ac61eb6</id>
<content type='text'>
The desktop-logout sound event was being played during the
query-end-session phase, which means it would play even if an
application inhibited the logout and the user cancelled. Move it to the
end-session phase where logout is already confirmed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The desktop-logout sound event was being played during the
query-end-session phase, which means it would play even if an
application inhibited the logout and the user cancelled. Move it to the
end-session phase where logout is already confirmed.
</pre>
</div>
</content>
</entry>
<entry>
<title>correcting po with errors</title>
<updated>2026-05-05T17:00:32+00:00</updated>
<author>
<name>Evelyne Harlé</name>
<email>evelyne.harle@gmail.com</email>
</author>
<published>2026-04-17T12:18:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-session-manager/commit/?id=6ece3ce413a9969f23ba6f9b7c142de7ef164d30'/>
<id>6ece3ce413a9969f23ba6f9b7c142de7ef164d30</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove empty po file</title>
<updated>2026-05-05T17:00:32+00:00</updated>
<author>
<name>Evelyne Harlé</name>
<email>evelyne.harle@gmail.com</email>
</author>
<published>2026-04-17T09:28:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-session-manager/commit/?id=f94ea301e8e1abd065c75b7d85c69476634d95d7'/>
<id>f94ea301e8e1abd065c75b7d85c69476634d95d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add translation coverage badge</title>
<updated>2026-05-05T17:00:32+00:00</updated>
<author>
<name>Evelyne Harlé</name>
<email>evelyne.harle@gmail.com</email>
</author>
<published>2026-04-09T17:59:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-session-manager/commit/?id=5995d94a943b59441927c5212896a5c715ab1b09'/>
<id>5995d94a943b59441927c5212896a5c715ab1b09</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>retrieve last transifex translations</title>
<updated>2026-05-05T17:00:32+00:00</updated>
<author>
<name>Evelyne Harlé</name>
<email>evelyne.harle@gmail.com</email>
</author>
<published>2026-04-09T17:59:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-session-manager/commit/?id=a3a6bf268b6e0c08ba50e4b40b5d63b661d6becc'/>
<id>a3a6bf268b6e0c08ba50e4b40b5d63b661d6becc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Retrieve last transifex translations"</title>
<updated>2026-05-05T17:00:32+00:00</updated>
<author>
<name>Evelyne Harlé</name>
<email>evelyne.harle@gmail.com</email>
</author>
<published>2026-04-09T17:51:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-session-manager/commit/?id=29021de12b82d0443da46cf31c128686dd9ef150'/>
<id>29021de12b82d0443da46cf31c128686dd9ef150</id>
<content type='text'>
This reverts commit ea99b5fef1522b2fdc8aa52b2f6ccf2920d25b67.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit ea99b5fef1522b2fdc8aa52b2f6ccf2920d25b67.
</pre>
</div>
</content>
</entry>
<entry>
<title>Retrieve last transifex translations</title>
<updated>2026-05-05T17:00:32+00:00</updated>
<author>
<name>Evelyne Harlé</name>
<email>evelyne.harle@gmail.com</email>
</author>
<published>2026-04-09T12:05:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-session-manager/commit/?id=389840f4b228ec5af713ba014afc4b4d64e78d24'/>
<id>389840f4b228ec5af713ba014afc4b4d64e78d24</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
