<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ayatana-indicator-session/src, branch personal/sunweaver/mate-lockdown-support</title>
<subtitle>Ayatana Indicator Session Service</subtitle>
<id>https://cgit.arctica-project.org/ayatana-indicator-session/atom?h=personal%2Fsunweaver%2Fmate-lockdown-support</id>
<link rel='self' href='https://cgit.arctica-project.org/ayatana-indicator-session/atom?h=personal%2Fsunweaver%2Fmate-lockdown-support'/>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-session/'/>
<updated>2026-06-11T18:41:56+00:00</updated>
<entry>
<title>src/backend-dbus/actions.c: Fix MATE lockdown support</title>
<updated>2026-06-11T18:41:56+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2025-06-21T14:16:10+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-session/commit/?id=4a3681423cf6bcc2c0b3f931d3b3ad6d3ef86c93'/>
<id>urn:sha1:4a3681423cf6bcc2c0b3f931d3b3ad6d3ef86c93</id>
<content type='text'>
Don't require org.gnome.desktop.lockdown gsettings to be set, honour
org.mate.desktop.lockdown gsettings instead when running on MATE
desktop.

If not on MATE and not on GNOME (or similar) then don't check the
lockdown settings at all.
</content>
</entry>
<entry>
<title>rename about to system-information in lomiri-system-settings</title>
<updated>2025-07-09T16:38:21+00:00</updated>
<author>
<name>Adam Havelka</name>
<email>adam@uxes.cz</email>
</author>
<published>2025-07-09T16:38:21+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-session/commit/?id=ae23dee4bf67176c1ba3e8d07d5832ca62106269'/>
<id>urn:sha1:ae23dee4bf67176c1ba3e8d07d5832ca62106269</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't switch to greeter when locking Lomiri</title>
<updated>2025-06-20T21:34:29+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2025-06-17T16:11:44+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-session/commit/?id=cd1044a376ab772d5bdd1655c135ac39e39dc012'/>
<id>urn:sha1:cd1044a376ab772d5bdd1655c135ac39e39dc012</id>
<content type='text'>
https://salsa.debian.org/ubports-team/lomiri/-/issues/39
</content>
</entry>
<entry>
<title>Fix function declarations</title>
<updated>2024-07-03T14:27:43+00:00</updated>
<author>
<name>Guido Berhoerster</name>
<email>guido+ubports@berhoerster.name</email>
</author>
<published>2024-05-23T06:16:15+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-session/commit/?id=4a0973c4bb834807cc4a9a67d90cd0d03e2697ae'/>
<id>urn:sha1:4a0973c4bb834807cc4a9a67d90cd0d03e2697ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch from com.canonical.indicators.webcredentials D-Bus service to new com.lomiri.indicators.webcredentials.</title>
<updated>2024-06-14T21:36:48+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2024-06-14T21:36:48+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-session/commit/?id=666f701fb14d68f05756138b3274c286bf637bb9'/>
<id>urn:sha1:666f701fb14d68f05756138b3274c286bf637bb9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>src/service.c: Boolean values need to be upper-case.</title>
<updated>2024-02-15T23:27:55+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2024-02-05T15:33:13+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-session/commit/?id=efcda58a2f4e86c678c4d920f27044b62ec090f1'/>
<id>urn:sha1:efcda58a2f4e86c678c4d920f27044b62ec090f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>src/service.c: Use !rda_session_is_remote() rather than rda_session_is_local().</title>
<updated>2024-02-05T17:20:49+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2024-02-05T17:12:46+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-session/commit/?id=b18f3c709dacd72c5527c4f6474faaeb7554d7f8'/>
<id>urn:sha1:b18f3c709dacd72c5527c4f6474faaeb7554d7f8</id>
<content type='text'>
 When using rda_session_is_local() you really get the answer you are
 asking for: the desktop session runs on a local XDG_SEAT.

 However, we'd rather like to know: is the session remote. If not let's
 treat what we are in as local.

 This popped up in build chrooted environments where XDG_SEAT is
 undefined, but still: we are definitely not in a remote session.

 Fixes: https://github.com/AyatanaIndicators/ayatana-indicator-session/issues/90
</content>
</entry>
<entry>
<title>src/service.c: Initialize bLocal as true if building without RDA support.</title>
<updated>2023-11-18T22:47:13+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2023-11-18T21:20:24+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-session/commit/?id=25ba8ee987ffaf7e50f5336de6f9c2fb563a99f9'/>
<id>urn:sha1:25ba8ee987ffaf7e50f5336de6f9c2fb563a99f9</id>
<content type='text'>
This assumes that the session is always local.
</content>
</entry>
<entry>
<title>src/backend-dbus/actions.c: Switch to ayatana_common_utils_zenity_question</title>
<updated>2023-11-04T14:13:47+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2023-10-06T23:09:08+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-session/commit/?id=9b1b97a9ca3d6f0c6af3e85d271ddcad5ab76b49'/>
<id>urn:sha1:9b1b97a9ca3d6f0c6af3e85d271ddcad5ab76b49</id>
<content type='text'>
</content>
</entry>
<entry>
<title>src/service.c: Add formatted string to menu</title>
<updated>2023-11-04T09:51:59+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2023-11-04T09:51:59+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/ayatana-indicator-session/commit/?id=c18b57d204ea432a6d2298437ff3d8248f135253'/>
<id>urn:sha1:c18b57d204ea432a6d2298437ff3d8248f135253</id>
<content type='text'>
</content>
</entry>
</feed>
