8850c579da
Apps that only inhibit other kinds of activity (like idle or suspend) don't need to be shown to user when they are logging out. https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/3119 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1424>
14 lines
330 B
XML
14 lines
330 B
XML
<node>
|
|
<interface name="org.gnome.SessionManager.Inhibitor">
|
|
<method name="GetAppId">
|
|
<arg type="s" direction="out"/>
|
|
</method>
|
|
<method name="GetFlags">
|
|
<arg type="u" direction="out"/>
|
|
</method>
|
|
<method name="GetReason">
|
|
<arg type="s" direction="out"/>
|
|
</method>
|
|
</interface>
|
|
</node>
|