summaryrefslogtreecommitdiff
path: root/bus/at-spi-dbus-bus.service.in
Commit message (Collapse)AuthorAgeFilesLines
* at-spi-dbus-bus service: set stop timeout to 5sSamuel Thibault2023-01-251-0/+1
| | | | | | | | | | | | As reported on https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890833 sometimes the at-spi bus may hang, and system shutdown then gets stuck. We'd better avoid hanging the whole system shutdown just for this, and just wait for 5s, like many other gnome user service pieces. Of course, at-spi2-core shouldn't be getting stuck, but better avoid hurting people, which makes them tend to just disable accessibility...
* Merge branch 'slice' into 'main'Mike Gorse2022-07-251-0/+1
|\ | | | | | | | | Mark bus service as belonging to the session slice See merge request GNOME/at-spi2-core!102
| * Mark bus service as belonging to the session sliceDavid Edmundson2022-07-201-0/+1
| |
* | Bind AT SPI Bus to graphical sessionDavid Edmundson2022-07-201-0/+1
|/ | | | This will exit at logout from the active graphical session.
* Add a systemd user service corresponding to the D-Bus session serviceSimon McVittie2015-09-271-0/+7
When using a systemd user session, this ensures that org.a11y.Bus and its child processes (such as org.a11y.atspi.Registry) are placed in their own cgroup, instead of being treated as part of dbus.service. https://bugzilla.gnome.org/show_bug.cgi?id=755637