| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| | |
Add option to stop idle sessions after specified timeout
|
| |
| |
| |
| |
| | |
Thanks to Jan Pazdziora <jpazdziora@redhat.com> for providing a patch
which implemeted a PoC of this feature.
|
|/
|
|
|
|
|
|
|
| |
Something *is* similar
Something *works* similarly
Something does something, similarly to how something else does something
See https://sites.ulethbridge.ca/roussel/2017/11/29/similar-and-similarly-are-they-similar/
for a clear explanation.
|
|
|
|
|
|
|
|
| |
Currently, the only way to set display name of a graphical session is to
pass it to CreateSession(). But modern display managers like gdm start
the display server as part of the user session, which means that the
display name isn't known yet when the session is being created. Hence,
let's make it possible to set it later.
|
| |
|
| |
|
|
|
|
| |
gdbus is an external program, so it makes sense to recommend busctl.
|
|
|
|
|
|
|
|
| |
The settings and internal varables were added, but this was never
exposed on the bus. Add that.
Follow-up-for: a520bb665417af7aa98dcb983f3583659bbab807
Follow-up-for: #19917
|
| |
|
|
|
|
| |
Fixes #21882.
|
|
|
|
| |
Add new flag to allow kexec reboot if kernel is already loaded.
|
|
|
|
|
| |
Add new systemd-logind WithFlags version for Reboot and others. These
methods add a unit64 parameter, with which can send additional control flags.
|
| |
|
|
|
|
|
| |
https://www.freedesktop.org/wiki/Software/systemd/multiseat/ says that it
is obsoleted by sd-login(3), so it doesn't make much sense to link to the former.
|
| |
|
|
|
|
| |
lxml insists on this, see 4fb222c4b29ec2a1a451a1e0e99c5d3c520395ab.
|
|
|
| |
Fix a presumed copy&paste error. SetLockedHint corresponds to the "locked hint", not the "idle hint".
|
|
|
|
|
| |
In cases where we used both die-net and man-pages for the same reference,
I switched to use man-pages everywhere.
|
|
|
|
|
| |
Limit number of inodes for tmpfs mounts on /run/user/$UID. Default is
RuntimeDirectorySize= divided by 4096.
|
|
|
|
| |
Added in db72aea4a952cdfdef51eda03408d7c4a11e7359.
|
|
|
|
| |
Removed in 8f8cc84ba4612e74cd1e26898c6816e6e60fc4e9.
|
|
|
|
|
|
| |
This has the advantage that the executables are always in place and we don't
need any units to exist on the bus, so we can eventually hook this up into
a normal build system. (Probably as a build time check.)
|
| |
|
|
|
|
|
|
| |
See d35f51ea848ca76bd3747db69e8c5dd864e82bc3 for justification.
First use in each file is turned into a link to the documentation page.
|
|
|
|
| |
Pointed out by @boucman and @DaanDeMeyer during review.
|
|
|
|
|
|
|
|
| |
Follow-up for f92c8d1c67bcdeba097e3203d8aafe3a31230ada.
directives.index:
- This index contains 3398 entries in 19 sections, referring to 333 individual
+ This index contains 4316 entries in 19 sections, referring to 333 individual
|
| |
|
|
|
|
| |
Also includes the issues pointed out by @boucman.
|
|
|
|
| |
Partially fixes #1042.
|
|
|
|
|
|
|
|
|
|
|
|
| |
This replaces the api export tables with updated versions, and inserts
comments for all "undocumented" items. The slow work of documented them
is left for later ;)
lxml does some formatting changes that are not significant for lxml processing,
but generate spurious difference in the diff (namely: ulinks become one-line,
and double quotes are used instead of single quotes for element attribute
values). This should be a one-time thing: subsequent renegeration should be
idempotent with regards to this.
|
|
|