__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
GVariant(?		 !!!"""#%%%%&)*,,,-/1577788:>KP�L�'B(v8y�I��yv�H��!HvhZ+�X�Z+"v�+Y,Wh
&Y,1v�,3-��Z�3-vX-�C��ߵ�Cv�C�D�����DvE�E�ѿ�E!v�EH)
|NH&v(HAJ
���AJ!vhJBL@�g�BL"vhL�Nڊ��N/v�N�S��ۛ�S!vT�X�'�o�X v�X�Y0W#�Y"v�Y�Z��$0�ZL�Z�ZԵ�����ZL�Z�Z��O��Z"v�Z�\��_��\v�\Qa[Qavpad'2dv0d}���O}v8}I�c�!IL\D����PD�1vx�_�8��_�&v��;�u���;�#v`���E^8���(v؅k�׷Y�k�"v��R�S�>�R�&vx�Ҟ���Ҟ+v�ޟ$U�ޟ!v�&�7,p�&�L,�0�1%m�0�vP����qH�v8�V�0�(�V�!vx������#v@�C�B�t�C�'vp��Z�[�&v@�����I��$v��߻D��߻ v�ٿ/�w\ٿv����dP����!v�������� v���v	U��� v���l����)v8���-�ғ��'v���^Gű��2v��%���W+%�"vH����O||��-v0���^�"vH�����v(�5�����5�%v`����5&��"v��$��)}�$�+vP���f^����v��z�/mz�v����������v���͚�v8���[�&v�,�1v,%vX��a���"v��
org/org.gnome.Shell.AudioDeviceSelection.xml1<node>
  <interface name="org.gnome.Shell.AudioDeviceSelection">
    <method name="Open">
      <arg name="devices" direction="in" type="as"/>
    </method>
    <method name="Close">
    </method>
    <signal name="DeviceSelected">
      <arg name="device" type="s"/>
    </signal>
  </interface>
</node>
(uuay)org.gtk.Notifications.xml�<node>
  <interface name="org.gtk.Notifications">
    <method name="AddNotification">
      <arg name="app_id" type="s" direction="in"/>
      <arg name="id" type="s" direction="in"/>
      <arg name="notification" type="a{sv}" direction="in"/>
    </method>
    <method name="RemoveNotification">
      <arg name="app_id" type="s" direction="in"/>
      <arg name="id" type="s" direction="in"/>
    </method>
    <signal name="ActionInvoked">
      <arg name="app_id" type="s"/>
      <arg name="id" type="s"/>
      <arg name="action" type="s"/>
      <arg name="parameter" type="av"/>
      <arg name="platform_data" type="a{sv}"/>
    </signal>
  </interface>
</node>
(uuay)org.gnome.Shell.Extensions.xml�<!DOCTYPE node PUBLIC
'-//freedesktop//DTD D-BUS Object Introspection 1.0//EN'
'http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd'>
<node>

  <!--
      org.gnome.Shell.Extensions:
      @short_description: Extensions interface

      The interface used to query and manage extensions.
  -->
  <interface name="org.gnome.Shell.Extensions">

    <!--
        ListExtensions:
        @extensions: A dictionary of extension infos

        Get a list of installed extensions. The returned @extensions
        dictionary maps extension UUIDs to info vardicts. See
        GetExtensionInfo() for documentation on possible keys.
    -->
    <method name="ListExtensions">
      <arg type="a{sa{sv}}" direction="out" name="extensions"/>
    </method>

    <!--
        GetExtensionInfo:
        @uuid: The UUID of the extension
        @info: The returned extension info

        The information returned in the @info vardict depends on the
        metadata the extension provides, however it is guaranteed to
        contain the following keys:

        <variablelist>
          <varlistentry>
            <term>uuid s</term>
            <listitem><para>The UUID of the extension</para></listitem>
          </varlistentry>

          <varlistentry>
            <term>name s</term>
            <listitem><para>The name of the extension</para></listitem>
          </varlistentry>

          <varlistentry>
            <term>description s</term>
            <listitem><para>
              A short summary that describes what the extension does
            </para></listitem>
          </varlistentry>

          <varlistentry>
            <term>shell-version as</term>
            <listitem><para>An array of support shell versions</para></listitem>
          </varlistentry>

          <varlistentry>
            <term>type d</term>
            <listitem><para>
              The type of extension:
              <simplelist>
                <member>1: SYSTEM</member>
                <member>2: PER_USER</member>
              </simplelist>
            </para></listitem>
          </varlistentry>

          <varlistentry>
            <term>state d</term>
            <listitem><para>
              The state the extension is in:
              <simplelist>
                <member>1: ACTIVE</member>
                <member>2: INACTIVE</member>
                <member>3: ERROR</member>
                <member>4: OUT_OF_DATE</member>
                <member>5: DOWNLOADING</member>
                <member>6: INITIALIZED</member>
                <member>7: DEACTIVATING</member>
                <member>8: ACTIVATING</member>
                <member>99: UNINSTALLED</member>
              </simplelist>
            </para></listitem>
          </varlistentry>

          <varlistentry>
            <term>path s</term>
            <listitem><para>The extension directory</para></listitem>
          </varlistentry>

          <varlistentry>
            <term>error s</term>
            <listitem><para>The most recent error caught in init(), enable() or disable()</para></listitem>
          </varlistentry>

          <varlistentry>
            <term>hasPrefs b</term>
            <listitem><para>Whether the extension includes preference UI</para></listitem>
          </varlistentry>
        </variablelist>

        By convention, many extensions will also include the following keys:
        <variablelist>
          <varlistentry>
            <term>version d</term>
            <listitem><para>The extension version</para></listitem>
          </varlistentry>

          <varlistentry>
            <term>version-name s</term>
            <listitem><para>The extension version name</para></listitem>
          </varlistentry>

          <varlistentry>
            <term>url s</term>
            <listitem><para>The URL to the extension homepage or repository</para></listitem>
          </varlistentry>

          <varlistentry>
            <term>settings-schema s</term>
            <listitem><para>The ID of a bundled GSettings schema</para></listitem>
          </varlistentry>

          <varlistentry>
            <term>gettext-domain s</term>
            <listitem><para>The domain used for translations</para></listitem>
          </varlistentry>
        </variablelist>
    -->
    <method name="GetExtensionInfo">
      <arg type="s" direction="in" name="uuid"/>
      <arg type="a{sv}" direction="out" name="info"/>
    </method>

    <!--
        GetExtensionErrors:
        @uuid: The UUID of the extension
        @errors: The returned errors

        Get the list of errors that caused the extension
        to be in ERROR state.
    -->
    <method name="GetExtensionErrors">
      <arg type="s" direction="in" name="uuid"/>
      <arg type="as" direction="out" name="errors"/>
    </method>

    <!--
        InstallRemoteExtension:
        @uuid: The UUID of the extension
        @result: The result of the operation

        Download and install an extension.
    -->
    <method name="InstallRemoteExtension">
      <arg type="s" direction="in" name="uuid"/>
      <arg type="s" direction="out" name="result"/>
    </method>

    <!--
        UninstallExtension:
        @uuid: The UUID of the extension
        @success: Whether the operation was successful

        Uninstall an extension.
    -->
    <method name="UninstallExtension">
      <arg type="s" direction="in" name="uuid"/>
      <arg type="b" direction="out" name="success"/>
    </method>

    <!--
        ReloadExtension:
        @uuid: The UUID of the extension

        Reload an extension.
    -->
    <method name="ReloadExtension">
      <arg type="s" direction="in" name="uuid"/>
    </method>

    <!--
        EnableExtension:
        @uuid: The UUID of the extension
        @success: Whether the operation was successful

        Enable an extension.
    -->
    <method name="EnableExtension">
      <arg type="s" direction="in" name="uuid"/>
      <arg type="b" direction="out" name="success"/>
    </method>

    <!--
        DisableExtension:
        @uuid: The UUID of the extension
        @success: Whether the operation was successful

        Disable an extension.
    -->
    <method name="DisableExtension">
      <arg type="s" direction="in" name="uuid"/>
      <arg type="b" direction="out" name="success"/>
    </method>

    <!--
        LaunchExtensionPrefs:
        Deprecated for OpenExtensionPrefs
    -->
    <method name="LaunchExtensionPrefs">
      <arg type="s" direction="in" name="uuid"/>
    </method>

    <!--
        OpenExtensionPrefs:
        @uuid: The UUID of the extension
        @parent_window: Identifier for the application window
        @options: Vardict with further options

        Opens the prefs dialog of extension @uuid.

        The following @options are recognized:

        <variablelist>
          <varlistentry>
            <term>modal b</term>
            <listitem>
              <para>Whether the prefs window should be modal, default: false</para>
            </listitem>
          </varlistentry>
        </variablelist>
    -->
    <method name="OpenExtensionPrefs">
      <arg type="s" direction="in" name="uuid"/>
      <arg type="s" direction="in" name="parent_window"/>
      <arg type="a{sv}" direction="in" name="options"/>
    </method>

    <!--
        CheckForUpdates:
        Update all extensions for which updates are available
    -->
    <method name="CheckForUpdates"/>

    <signal name="ExtensionStateChanged">
      <arg type="s" name="uuid"/>
      <arg type="a{sv}" name="state"/>
    </signal>

    <!--
        ExtensionStatusChanged:
        Deprecated for ExtensionStateChanged
    -->
    <signal name="ExtensionStatusChanged">
      <arg type="s" name="uuid"/>
      <arg type="i" name="state"/>
      <arg type="s" name="error"/>
    </signal>

    <!--
        ShellVersion:
        The GNOME Shell version
    -->
    <property name="ShellVersion" type="s" access="read"/>

    <!--
        UserExtensionsEnabled:
        Whether user extensions are enabled
    -->
    <property name="UserExtensionsEnabled" type="b" access="readwrite"/>

  </interface>
</node>
(uuay)org.gnome.Shell.HotplugSniffer.xml�<node>
  <interface name="org.gnome.Shell.HotplugSniffer">
    <method name="SniffURI">
      <arg type="s" direction="in"/>
      <arg type="as" direction="out"/>
    </method>
  </interface>
</node>
(uuay)org.freedesktop.ModemManager1.Modem.ModemCdma.xml�<node>
  <interface name="org.freedesktop.ModemManager1.Modem.ModemCdma">
    <property name="Sid" type="u" access="read"/>
  </interface>
</node>
(uuay)org.gnome.Mutter.ScreenCast.xml/<!DOCTYPE node PUBLIC
'-//freedesktop//DTD D-BUS Object Introspection 1.0//EN'
'http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd'>
<node>

  <!--
      org.gnome.Mutter.ScreenCast:
      @short_description: Screen cast interface

      This API is private and not intended to be used outside of the integrated
      system that uses libmutter. No compatibility between versions are
      promised.
  -->
  <interface name="org.gnome.Mutter.ScreenCast">

    <!--
	CreateSession:
	@properties: Properties
	@session_path: Path to the new session object

	* "remote-desktop-session-id" (s): The ID of a remote desktop session.
					   Remote desktop driven screen casts
					   are started and stopped by the remote
					   desktop session.
	* "disable-animations" (b): Set to "true" if the screen cast application
				    would prefer animations to be globally
				    disabled, while the session is running. Default
				    is "false". Available since version 3.
    -->
    <method name="CreateSession">
      <arg name="properties" type="a{sv}" direction="in" />
      <arg name="session_path" type="o" direction="out" />
    </method>

    <!--
        Version:
        @short_description: API version
    -->
    <property name="Version" type="i" access="read" />

  </interface>

  <!--
       org.gnome.Mutter.ScreenCast.Session:
       @short_description: Screen cast session
  -->
  <interface name="org.gnome.Mutter.ScreenCast.Session">

    <!--
	Start:

	Start the screen cast session
    -->
    <method name="Start" />

    <!--
	Stop:

	Stop the screen cast session
    -->
    <method name="Stop" />

    <!--
	Closed:

	The session has closed.
    -->
    <signal name="Closed" />

    <!--
	RecordMonitor:
	@connector: Connector of the monitor to record
	@properties: Properties
	@stream_path: Path to the new stream object

	Record a single monitor.

	Available @properties include:

	* "cursor-mode" (u): Cursor mode. Default: 'hidden' (see below)
	                     Available since API version 2.
	* "is-recording" (b): Whether this is a screen recording. May be
			      be used for choosing panel icon.
			      Default: false. Available since API version 4.

	Available cursor mode values:

	0: hidden - cursor is not included in the stream
	1: embedded - cursor is included in the framebuffer
	2: metadata - cursor is included as metadata in the PipeWire stream
    -->
    <method name="RecordMonitor">
      <arg name="connector" type="s" direction="in" />
      <arg name="properties" type="a{sv}" direction="in" />
      <arg name="stream_path" type="o" direction="out" />
    </method>

    <!--
	RecordWindow:
	@properties: Properties used determining what window to select
	@stream_path: Path to the new stream object

	Supported since API version 2.

	Record a single window. The cursor will not be included.

	Available @properties include:

	* "window-id" (t): Id of the window to record.
	* "cursor-mode" (u): Cursor mode. Default: 'hidden' (see RecordMonitor).
	* "is-recording" (b): Whether this is a screen recording. May be
			      be used for choosing panel icon.
			      Default: false. Available since API version 4.

    -->
    <method name="RecordWindow">
      <arg name="properties" type="a{sv}" direction="in" />
      <arg name="stream_path" type="o" direction="out" />
    </method>

    <!--
	RecordArea:
	@x: X position of the recorded area
	@y: Y position of the recorded area
	@width: width of the recorded area
	@height: height of the recorded area
	@properties: Properties
	@stream_path: Path to the new stream object

	Record an area of the stage. The coordinates are in stage coordinates.
	The size of the stream does not necessarily match the size of the
	recorded area, and will depend on DPI scale of the affected monitors.

	Available @properties include:

	* "cursor-mode" (u): Cursor mode. Default: 'hidden' (see below)
	                     Available since API version 2.
	* "is-recording" (b): Whether this is a screen recording. May be
			      be used for choosing panel icon.
			      Default: false. Available since API version 4.

	Available cursor mode values:

	0: hidden - cursor is not included in the stream
	1: embedded - cursor is included in the framebuffer
	2: metadata - cursor is included as metadata in the PipeWire stream
    -->
    <method name="RecordArea">
      <arg name="x" type="i" direction="in" />
      <arg name="y" type="i" direction="in" />
      <arg name="width" type="i" direction="in" />
      <arg name="height" type="i" direction="in" />
      <arg name="properties" type="a{sv}" direction="in" />
      <arg name="stream_path" type="o" direction="out" />
    </method>
  </interface>

  <!--
       org.gnome.Mutter.ScreenCast.Stream:
       @short_description: Screen cast stream
  -->
  <interface name="org.gnome.Mutter.ScreenCast.Stream">

    <!--
	PipeWireStreamAdded:
	@short_description: Pipewire stream added

	A signal emitted when PipeWire stream for the screen cast stream has
	been created. The @node_id corresponds to the PipeWire stream node.
    -->
    <signal name="PipeWireStreamAdded">
      <annotation name="org.gtk.GDBus.C.Name" value="pipewire-stream-added"/>
      <arg name="node_id" type="u" direction="out" />
    </signal>

    <!--
	Parameters:
	@short_description: Optional stream parameters

	Available parameters include:

	* "position" (ii): Position of the source of the stream in the
	                   compositor coordinate space.
	* "size" (ii): Size of the source of the stream in the compositor
		       coordinate space.
    -->
    <property name="Parameters" type="a{sv}" access="read" />

  </interface>

</node>
(uuay)org.freedesktop.login1.User.xml.<node>
  <interface name="org.freedesktop.login1.User">
    <property name="Display" type="(so)" access="read"/>
    <property name="IdleHint" type="b" access="read"/>
    <property name="Sessions" type="a(so)" access="read"/>
    <property name="State" type="s" access="read"/>
  </interface>
</node>
(uuay)net.hadess.SensorProxy.xml�<node>
  <interface name="net.hadess.SensorProxy">
    <property name="HasAccelerometer" type="b" access="read"/>
  </interface>
</node>
(uuay)org.freedesktop.bolt1.Manager.xml!<node>
  <interface name="org.freedesktop.bolt1.Manager">
    <property name="Probing" type="b" access="read"></property>
    <property name="AuthMode" type="s" access="readwrite"></property>
    <method name="EnrollDevice">
      <arg type="s" name="uid" direction="in"/>
      <arg type="s" name="policy" direction="in"/>
      <arg type="s" name="flags" direction="in"/>
      <arg name="device" direction="out" type="o"/>
    </method>
    <signal name="DeviceAdded">
      <arg name="device" type="o"/>
    </signal>
  </interface>
</node>
(uuay)org.freedesktop.PackageKit.Offline.xml	<node>
  <interface name="org.freedesktop.PackageKit.Offline">
    <property name="UpdatePrepared" type="b" access="read"/>
    <property name="UpdateTriggered" type="b" access="read"/>
    <property name="UpgradePrepared" type="b" access="read"/>
    <property name="UpgradeTriggered" type="b" access="read"/>
    <property name="PreparedUpgrade" type="a{sv}" access="read"/>
    <method name="Trigger">
      <arg type="s" name="action" direction="in"/>
    </method>
    <method name="Cancel"/>
  </interface>
</node>
(uuay)org.mpris.MediaPlayer2.Player.xml�<node>
  <interface name="org.mpris.MediaPlayer2.Player">
    <method name="PlayPause"/>
    <method name="Next"/>
    <method name="Previous"/>
    <property name="CanGoNext" type="b" access="read"/>
    <property name="CanGoPrevious" type="b" access="read"/>
    <property name="CanPlay" type="b" access="read"/>
    <property name="Metadata" type="a{sv}" access="read"/>
    <property name="PlaybackStatus" type="s" access="read"/>
  </interface>
</node>
(uuay)org.freedesktop.login1.Session.xmlF<node>
  <interface name="org.freedesktop.login1.Session">
    <signal name="Lock"/>
    <signal name="Unlock"/>
    <property name="Active" type="b" access="read"/>
    <property name="Class" type="s" access="read"/>
    <property name="Id" type="s" access="read"/>
    <property name="Name" type="s" access="read"/>
    <property name="Remote" type="b" access="read"/>
    <property name="State" type="s" access="read"/>
    <property name="Type" type="s" access="read"/>
    <method name="SetLockedHint">
      <arg type="b" direction="in"/>
    </method>
  </interface>
</node>
(uuay)org.freedesktop.impl.portal.PermissionStore.xml�<node>
  <interface name="org.freedesktop.impl.portal.PermissionStore">
    <method name="Lookup">
      <arg name="table" type="s" direction="in"/>
      <arg name="id" type="s" direction="in"/>
      <arg name="permissions" type="a{sas}" direction="out"/>
      <arg name="data" type="v" direction="out"/>
    </method>
    <method name="Set">
      <arg name="table" type="s" direction="in"/>
      <arg name="create" type="b" direction="in"/>
      <arg name="id" type="s" direction="in"/>
      <arg name="app_permissions" type="a{sas}" direction="in"/>
      <arg name="data" type="v" direction="in"/>
    </method>
    <method name="SetPermission">
      <arg name='table' type='s' direction='in'/>
      <arg name='create' type='b' direction='in'/>
      <arg name='id' type='s' direction='in'/>
      <arg name='app' type='s' direction='in'/>
      <arg name='permissions' type='as' direction='in'/>
    </method>
    <signal name="Changed">
      <arg name="table" type="s" direction="out"/>
      <arg name="id" type="s" direction="out"/>
      <arg name="deleted" type="b" direction="out"/>
      <arg name="data" type="v" direction="out"/>
      <arg name="permissions" type="a{sas}" direction="out"/>
    </signal>
  </interface>
</node>
(uuay)org.freedesktop.Notifications.xmli<node>
  <interface name="org.freedesktop.Notifications">
    <method name="Notify">
      <arg type="s" direction="in"/>
      <arg type="u" direction="in"/>
      <arg type="s" direction="in"/>
      <arg type="s" direction="in"/>
      <arg type="s" direction="in"/>
      <arg type="as" direction="in"/>
      <arg type="a{sv}" direction="in"/>
      <arg type="i" direction="in"/>
      <arg type="u" direction="out"/>
    </method>
    <method name="CloseNotification">
      <arg type="u" direction="in"/>
    </method>
    <method name="GetCapabilities">
      <arg type="as" direction="out"/>
    </method>
    <method name="GetServerInformation">
      <arg type="s" direction="out"/>
      <arg type="s" direction="out"/>
      <arg type="s" direction="out"/>
      <arg type="s" direction="out"/>
    </method>
    <signal name="NotificationClosed">
      <arg type="u"/>
      <arg type="u"/>
    </signal>
    <signal name="ActionInvoked">
      <arg type="u"/>
      <arg type="s"/>
    </signal>
    <signal name="ActivationToken">
      <arg type="u"/>
      <arg type="s"/>
    </signal>
  </interface>
</node>
(uuay)org.gnome.Shell.Wacom.PadOsd.xml�<node>
  <interface name="org.gnome.Shell.Wacom.PadOsd">
    <method name="Show">
      <arg name="device_node" direction="in" type="o"/>
      <arg name="edition_mode" direction="in" type="b"/>
    </method>
  </interface>
</node>
(uuay)org.gnome.SettingsDaemon.Color.xml�<node>
  <interface name="org.gnome.SettingsDaemon.Color">
    <property name="DisabledUntilTomorrow" type="b" access="readwrite"/>
    <property name="NightLightActive" type="b" access="read"/>
  </interface>
</node>
(uuay)gnome/!/org.gnome.SettingsDaemon.Wacom.xml�<node>
<interface name="org.gnome.SettingsDaemon.Wacom">
  <method name="SetGroupModeLED">
    <arg name="device_path" direction="in" type="s"/>
    <arg name="group" direction="in" type="u"/>
    <arg name="mode" direction="in" type="u"/>
  </method>
  <method name="SetOLEDLabels">
    <arg name="device_path" direction="in" type="s"/>
    <arg name="labels" direction="in" type="as"/>
  </method>
  </interface>
</node>
(uuay)org.gnome.Shell.ScreenTime.xml�<!DOCTYPE node PUBLIC
'-//freedesktop//DTD D-BUS Object Introspection 1.0//EN'
'http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd'>
<!--
  SPDX-License-Identifier: GPL-3.0-or-later
  SPDX-FileCopyrightText: 2024 GNOME Foundation, Inc.
-->
<node>

  <!--
      org.gnome.Shell.ScreenTime:
      @short_description: Screen Time interface

      The interface used to access Screen Time and Break Reminders usage data.
  -->
  <interface name="org.gnome.Shell.ScreenTime">

    <!--
        State:

        The state of the break manager.
         - 0: Break reminders are disabled.
         - 1: Break reminders are enabled, user is active, no break is needed yet.
         - 2: A break is needed and the user is taking it.
         - 3: A break is needed but the user is still active.
    -->
    <property name="State" type="u" access="read"/>

    <!--
        LastBreakEndTime:

        The time (in wall clock seconds since the Unix epoch) when the most
        recent break ended. If there have been no breaks so far, zero is
        returned.
    -->
    <property name="LastBreakEndTime" type="t" access="read"/>
  </interface>
</node>
(uuay)org.gnome.SessionManager.xml�<node>
  <interface name="org.gnome.SessionManager">
    <method name="Logout">
      <arg type="u" direction="in"/>
    </method>
    <method name="Shutdown"/>
    <method name="Reboot"/>
    <method name="CanShutdown">
      <arg type="b" direction="out"/>
    </method>
    <method name="IsInhibited">
      <arg type="u" direction="in"/>
      <arg type="b" direction="out"/>
    </method>
    <property name="SessionIsActive" type="b" access="read"/>
    <signal name="InhibitorAdded">
      <arg type="o" direction="out"/>
    </signal>
    <signal name="InhibitorRemoved">
      <arg type="o" direction="out"/>
    </signal>
  </interface>
</node>
(uuay)org.gnome.Shell.Screenshot.xml�<!DOCTYPE node PUBLIC
'-//freedesktop//DTD D-BUS Object Introspection 1.0//EN'
'http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd'>
<node>

  <!--
      org.gnome.Shell.Screenshot:
      @short_description: Screenshot interface

      The interface used to capture pictures of the screen contents.
  -->
  <interface name="org.gnome.Shell.Screenshot">

    <!--
        InteractiveScreenshot:
        @success: whether the screenshot was captured
        @uri: the file where the screenshot was saved

        Shows Shell's interactive screenshot dialog, and lets the
        user take an interactive screenshot, which is then returned
        in @filename as png image. It returns a boolean indicating
        whether the operation was successful or not. The URI of the
        screenshot will be returned in @uri.
    -->
    <method name="InteractiveScreenshot">
      <arg type="b" direction="out" name="success"/>
      <arg type="s" direction="out" name="uri"/>
    </method>

    <!--
        Screenshot:
        @filename: The filename for the screenshot
        @include_cursor: Whether to include the cursor image or not
        @flash: Whether to flash the screen or not
        @success: whether the screenshot was captured
        @filename_used: the file where the screenshot was saved

        Takes a screenshot of the whole screen and saves it
        in @filename as png image, it returns a boolean
        indicating whether the operation was successful or not.
        @filename can either be an absolute path or a basename, in
        which case the screenshot will be saved in the $XDG_PICTURES_DIR
        or the home directory if it doesn't exist. The filename used
        to save the screenshot will be returned in @filename_used.
    -->
    <method name="Screenshot">
      <arg type="b" direction="in" name="include_cursor"/>
      <arg type="b" direction="in" name="flash"/>
      <arg type="s" direction="in" name="filename"/>
      <arg type="b" direction="out" name="success"/>
      <arg type="s" direction="out" name="filename_used"/>
    </method>

    <!--
        ScreenshotWindow:
        @include_frame: Whether to include the frame or not
        @include_cursor: Whether to include the cursor image or not
        @flash: Whether to flash the window area or not
        @filename: The filename for the screenshot
        @success: whether the screenshot was captured
        @filename_used: the file where the screenshot was saved

        Takes a screenshot of the focused window (optionally omitting the frame)
        and saves it in @filename as png image, it returns a boolean
        indicating whether the operation was successful or not.
        @filename can either be an absolute path or a basename, in
        which case the screenshot will be saved in the $XDG_PICTURES_DIR
        or the home directory if it doesn't exist. The filename used
        to save the screenshot will be returned in @filename_used.
    -->
    <method name="ScreenshotWindow">
      <arg type="b" direction="in" name="include_frame"/>
      <arg type="b" direction="in" name="include_cursor"/>
      <arg type="b" direction="in" name="flash"/>
      <arg type="s" direction="in" name="filename"/>
      <arg type="b" direction="out" name="success"/>
      <arg type="s" direction="out" name="filename_used"/>
    </method>

    <!--
        ScreenshotArea:
        @x: the X coordinate of the area to capture
        @y: the Y coordinate of the area to capture
        @width: the width of the area to capture
        @height: the height of the area to capture
        @flash: whether to flash the area or not
        @filename: the filename for the screenshot
        @success: whether the screenshot was captured
        @filename_used: the file where the screenshot was saved

        Takes a screenshot of the passed in area and saves it
        in @filename as png image, it returns a boolean
        indicating whether the operation was successful or not.
        @filename can either be an absolute path or a basename, in
        which case the screenshot will be saved in the $XDG_PICTURES_DIR
        or the home directory if it doesn't exist. The filename used
        to save the screenshot will be returned in @filename_used.
    -->
    <method name="ScreenshotArea">
      <arg type="i" direction="in" name="x"/>
      <arg type="i" direction="in" name="y"/>
      <arg type="i" direction="in" name="width"/>
      <arg type="i" direction="in" name="height"/>
      <arg type="b" direction="in" name="flash"/>
      <arg type="s" direction="in" name="filename"/>
      <arg type="b" direction="out" name="success"/>
      <arg type="s" direction="out" name="filename_used"/>
    </method>

    <!--
        PickColor:

        Picks a color and returns the result.

        The @result vardict contains:
        <variablelist>
          <varlistentry>
            <term>color (ddd)</term>
            <listitem><para>The color, RGB values in the range [0,1].</para></listitem>
          </varlistentry>
        </variablelist>
    -->
    <method name="PickColor">
      <arg type="a{sv}" direction="out" name="result"/>
    </method>

    <!--
        FlashArea:
        @x: the X coordinate of the area to flash
        @y: the Y coordinate of the area to flash
        @width: the width of the area to flash
        @height: the height of the area to flash

        Renders a flash spot effect in the specified rectangle of the screen.
    -->
    <method name="FlashArea">
      <arg type="i" direction="in" name="x"/>
      <arg type="i" direction="in" name="y"/>
      <arg type="i" direction="in" name="width"/>
      <arg type="i" direction="in" name="height"/>
    </method>

    <!--
        SelectArea:
        @x: the X coordinate of the selected area
        @y: the Y coordinate of the selected area
        @width: the width of the selected area
        @height: the height of the selected area

        Interactively allows the user to select a rectangular area of
        the screen, and returns its coordinates.
    -->
    <method name="SelectArea">
      <arg type="i" direction="out" name="x"/>
      <arg type="i" direction="out" name="y"/>
      <arg type="i" direction="out" name="width"/>
      <arg type="i" direction="out" name="height"/>
    </method>

  </interface>
</node>
(uuay)org.freedesktop.DBus.xml<node>
  <interface name="org.freedesktop.DBus">
    <method name="ListNames">
      <arg type="as" direction="out" name="names"/>
    </method>
    <method name="GetConnectionUnixProcessID">
      <arg type="s" direction="in"/>
      <arg type="u" direction="out"/>
    </method>
    <signal name="NameOwnerChanged">
      <arg type="s" direction="out" name="name"/>
      <arg type="s" direction="out" name="oldOwner"/>
      <arg type="s" direction="out" name="newOwner"/>
    </signal>
  </interface>
</node>
(uuay)dbus-interfaces/ 3$;(70&
+8')	<
/6%,1425.>=9"-*:#org.freedesktop.ModemManager1.Modem.Modem3gpp.xml�<node>
  <interface name="org.freedesktop.ModemManager1.Modem.Modem3gpp">
    <property name="OperatorCode" type="s" access="read"/>
    <property name="OperatorName" type="s" access="read"/>
  </interface>
</node>
(uuay)org.gnome.Shell.WeatherIntegration.xml�<node>

  <!--
      org.gnome.Shell.WeatherIntegration:
      @short_description: Weather integration interface

      The interface used for exporting location settings to GNOME Shell's
      weather integration.
  -->
  <interface name="org.gnome.Shell.WeatherIntegration">

  <property name="AutomaticLocation" type="b" access="read"/>
  <property name="Locations" type="av" access="read"/>

  </interface>
</node>
(uuay)org.gnome.SettingsDaemon.Rfkill.xml:<node>
  <interface name="org.gnome.SettingsDaemon.Rfkill">
    <property name="AirplaneMode" type="b" access="readwrite"/>
    <property name="HasAirplaneMode" type="b" access="read"/>
    <property name="HardwareAirplaneMode" type="b" access="read"/>
    <property name="BluetoothAirplaneMode" type="b" access="readwrite"/>
    <property name="BluetoothHasAirplaneMode" type="b" access="read"/>
    <property name="BluetoothHardwareAirplaneMode" type="b" access="readwrite"/>
    <property name="ShouldShowAirplaneMode" type="b" access="read"/>
  </interface>
</node>
(uuay)org.freedesktop.UPower.PowerProfiles.xml�<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">

<node>

  <!--
      org.freedesktop.UPower.PowerProfiles:
      @short_description: Power Profiles daemon

      The power-profiles-daemon API is meant to be used by parts of the OS or
      desktop environment to switch system power profiles based on user choice,
      or user intent.

      OS components would typically use the "Profiles" property to construct
      their UI (2 or 3 profiles available), and monitor the "ActiveProfile"
      and the "PerformanceDegraded" properties to update that UI. The UI
      would try to set the "ActiveProfile" property if the user selected
      a different one.

      Note that the reason why the project exists and how it is different from
      existing projects is explained <ulink href=" https://gitlab.freedesktop.org/hadess/power-profiles-daemon/-/blob/master/README.md">
      in the project's README file</ulink>.

      The object path will be "/org/freedesktop/UPower/PowerProfiles".
  -->
  <interface name="org.freedesktop.UPower.PowerProfiles">

    <!--
        HoldProfile:

        This forces the passed profile (either 'power-saver' or 'performance')
        to be activated until either the caller quits, "ReleaseProfile" is
        called, or the "ActiveProfile" is changed by the user.

        This should be used programmatically by OS components when, eg. high-
        performance workloads are started with the "performance" profile, or
        battery will soon be critically low with the "power-saver" profile.

        When conflicting profiles are requested to be held, the 'power-saver' profile
        will be activated in preference to the 'performance' profile.

        Those holds will be automatically cancelled if the user manually switches
        to another profile, and the "ProfileReleased" signal will be emitted.
    -->
    <method name="HoldProfile">
      <arg name="profile" type="s" direction="in"/>
      <arg name="reason" type="s" direction="in"/>
      <arg name="application_id" type="s" direction="in" />
      <arg name="cookie" type="u" direction="out"/>
    </method>

    <!--
        ReleaseProfile:

        This removes the hold that was set on a profile.
    -->
    <method name="ReleaseProfile">
      <arg name="cookie" type="u" direction="in"/>
    </method>

    <!--
        ProfileReleased:

        This signal will be emitted if the profile is released because the
        "ActiveProfile" was manually changed. The signal will only be emitted
        to the process that originally called "HoldProfile".
    -->
    <signal name="ProfileReleased">
      <arg name="cookie" type="u" direction="out"/>
    </signal>

    <!--
        ActiveProfile:

        The type of the currently active profile. It might change automatically
        if a profile is held, using the "HoldProfile" function.
    -->
    <property name="ActiveProfile" type="s" access="readwrite"/>

    <!--
        PerformanceInhibited:

        This property is deprecated, and unused since version 0.9.
    -->
    <property name="PerformanceInhibited" type="s" access="read"/>

    <!--
        PerformanceDegraded:

        This will be set if the performance power profile is running in degraded
        mode, with the value being used to identify the reason for that degradation.
        As new reasons can be added, it is recommended that front-ends show a generic
        reason if they do not recognise the value. Possible values are:
        - "lap-detected" (the computer is sitting on the user's lap)
        - "high-operating-temperature" (the computer is close to overheating)
        - "" (the empty string, if not performance is not degraded)
    -->
    <property name="PerformanceDegraded" type="s" access="read"/>

    <!--
        Profiles:

        An array of key-pair values representing each profile. The key named
        "Driver" (s) identifies the power-profiles-daemon backend code used to
        implement the profile.

        The key named "Profile" (s) will be one of:
        - "power-saver" (battery saving profile)
        - "balanced" (the default  profile)
        - "performance" (a profile that does not care about noise or battery consumption)

        Only one of each type of profile will be listed, with the daemon choosing the
        more appropriate "driver" for each profile type.

        This list is guaranteed to be sorted in the same order that the profiles
        are listed above.
    -->
    <property name="Profiles" type="aa{sv}" access="read"/>

    <!--
        Actions:

        An array of strings listing each one of the "actions" implemented in
        the running daemon. This is used by API users to figure out whether
        particular functionality is available in a version of the daemon.
    -->
    <property name="Actions" type="as" access="read"/>

    <!--
      ActiveProfileHolds:

      A list of dictionaries representing the current profile holds.
      The keys in the dict are "ApplicationId", "Profile" and "Reason",
      and correspond to the "application_id", "profile" and "reason" arguments
      passed to the HoldProfile() method.
    -->
    <property name="ActiveProfileHolds" type="aa{sv}" access="read"/>

    <!--
        Version:

        The version of the power-profiles-daemon software.
    -->
    <property name="Version" type="s" access="read"/>

  </interface>
</node>
(uuay)org.freedesktop.GeoClue2.Agent.xml�<node>
  <interface name="org.freedesktop.GeoClue2.Agent">
    <property name="MaxAccuracyLevel" type="u" access="read"/>
    <method name="AuthorizeApp">
      <arg name="desktop_id" type="s" direction="in"/>
      <arg name="req_accuracy_level" type="u" direction="in"/>
      <arg name="authorized" type="b" direction="out"/>
      <arg name="allowed_accuracy_level" type="u" direction="out"/>
    </method>
  </interface>
</node>
(uuay)org.gnome.SessionManager.Inhibitor.xmlJ<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>
(uuay)org.gnome.SettingsDaemon.Power.Keyboard.xml�<node>
  <interface name='org.gnome.SettingsDaemon.Power.Keyboard'>
    <property name='Brightness' type='i' access='readwrite'/>
    <property name='Steps' type='i' access='read'/>
  </interface>
</node>

(uuay)net.reactivated.Fprint.Device.xml<!DOCTYPE node PUBLIC
"-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">

<node>
	<interface name="net.reactivated.Fprint.Device">
		<method name="ListEnrolledFingers">
			<arg type="s" name="username" direction="in">
			</arg>
			<arg type="as" name="enrolled_fingers" direction="out">
			</arg>
		</method>

		<method name="DeleteEnrolledFingers">
			<arg type="s" name="username" direction="in">
			</arg>
		</method>

		<method name="DeleteEnrolledFingers2">
		</method>

		<method name="Claim">
			<arg type="s" name="username" direction="in">
			</arg>
		</method>

		<method name="Release">
		</method>

		<method name="VerifyStart">
			<arg type="s" name="finger_name" direction="in">
			</arg>
		</method>

		<method name="VerifyStop">
		</method>

		<signal name="VerifyFingerSelected">
			<arg type="s" name="finger_name">
			</arg>
		</signal>

		<signal name="VerifyStatus">
			<arg type="s" name="result">
			</arg>

			<arg type="b" name="done">
			</arg>

		</signal>

		<method name="EnrollStart">
			<arg type="s" name="finger_name" direction="in">
			</arg>
		</method>

		<method name="EnrollStop">
		</method>

		<signal name="EnrollStatus">
			<arg type="s" name="result">
			</arg>

			<arg type="b" name="done">
			</arg>
		</signal>

		<property name="name" type="s" access="read">
		</property>

		<property name="num-enroll-stages" type="i" access="read">
		</property>

		<property name="scan-type" type="s" access="read">
		</property>

	</interface>
</node>
(uuay)shell/org.gnome.Shell.PerfHelper.xml�<node>
  <interface name="org.gnome.Shell.PerfHelper">
    <method name="Exit"/>
    <method name="CreateWindow">
      <arg type="i" direction="in"/>
      <arg type="i" direction="in"/>
      <arg type="b" direction="in"/>
      <arg type="b" direction="in"/>
      <arg type="b" direction="in"/>
      <arg type="b" direction="in"/>
    </method>
    <method name="WaitWindows"/>
    <method name="DestroyWindows"/>
  </interface>
</node>
(uuay)org.mpris.MediaPlayer2.xml<node>
  <interface name="org.mpris.MediaPlayer2">
    <method name="Raise"/>
    <property name="CanRaise" type="b" access="read"/>
    <property name="DesktopEntry" type="s" access="read"/>
    <property name="Identity" type="s" access="read"/>
  </interface>
</node>
(uuay)org.Gtk.MountOperationHandler.xml�<node>
  <interface name="org.Gtk.MountOperationHandler">
    <method name="AskPassword">
      <arg type="s" direction="in" name="object_id"/>
      <arg type="s" direction="in" name="message"/>
      <arg type="s" direction="in" name="icon_name"/>
      <arg type="s" direction="in" name="default_user"/>
      <arg type="s" direction="in" name="default_domain"/>
      <arg type="u" direction="in" name="flags"/>
      <arg type="u" direction="out" name="response"/>
      <arg type="a{sv}" direction="out" name="response_details"/>
    </method>
    <method name="AskQuestion">
      <arg type="s" direction="in" name="object_id"/>
      <arg type="s" direction="in" name="message"/>
      <arg type="s" direction="in" name="icon_name"/>
      <arg type="as" direction="in" name="choices"/>
      <arg type="u" direction="out" name="response"/>
      <arg type="a{sv}" direction="out" name="response_details"/>
    </method>
    <method name="ShowProcesses">
      <arg type="s" direction="in" name="object_id"/>
      <arg type="s" direction="in" name="message"/>
      <arg type="s" direction="in" name="icon_name"/>
      <arg type="ai" direction="in" name="application_pids"/>
      <arg type="as" direction="in" name="choices"/>
      <arg type="u" direction="out" name="response"/>
      <arg type="a{sv}" direction="out" name="response_details"/>
    </method>
    <method name="Close"/>
  </interface>
</node>
(uuay)org.freedesktop.realmd.Provider.xml�<node>
  <interface name="org.freedesktop.realmd.Provider">
    <property name="Name" type="s" access="read"/>
    <property name="Version" type="s" access="read"/>
    <property name="Realms" type="ao" access="read"/>
    <method name="Discover">
      <arg name="string" type="s" direction="in"/>
      <arg name="options" type="a{sv}" direction="in"/>
      <arg name="relevance" type="i" direction="out"/>
      <arg name="realm" type="ao" direction="out"/>
    </method>
  </interface>
</node>
(uuay)org.freedesktop.ModemManager1.Modem.xml�<node>
  <interface name="org.freedesktop.ModemManager1.Modem">
    <property name="SignalQuality" type="(ub)" access="read"/>
  </interface>
</node>
(uuay)org.freedesktop.background.Monitor.xml3<?xml version="1.0"?>
<!--
 Copyright (C) 2022 Endless OS Foundation, LLC

 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/>.

 Author: Georges Basile Stavracas Neto <[email protected]>
-->

<node name="/" xmlns:doc="http://www.freedesktop.org/dbus/1.0/doc.dtd">
  <!--
    org.freedesktop.background.Monitor:
    @short_description: Background applications monitor

    This interface provides APIs related to applications
    that are running in the background.

    This documentation describes version 1 of this interface.
  -->
  <interface name="org.freedesktop.background.Monitor">

    <!--
      BackgroundApps:

      The list of applications that are considered to be running in
      background. The following keys are supported:

      <variablelist>
        <varlistentry>
          <term>app_id s</term>
          <listitem><para>
            App id of the application.
          </para></listitem>
        </varlistentry>
        <varlistentry>
          <term>instance s</term>
          <listitem><para>
            The Flatpak instance of the application.
          </para></listitem>
        </varlistentry>
        <varlistentry>
          <term>message s</term>
          <listitem><para>
            Status message reported by the application. Optional.
          </para></listitem>
        </varlistentry>
      </variablelist>
    -->
    <property name="BackgroundApps" type="aa{sv}" access="read"/>

    <property name="version" type="u" access="read"/>
  </interface>
</node>
(uuay)org.freedesktop.GeoClue2.Manager.xml'<node>
  <interface name="org.freedesktop.GeoClue2.Manager">
    <property name="InUse" type="b" access="read"/>
    <property name="AvailableAccuracyLevel" type="u" access="read"/>
    <method name="AddAgent">
      <arg name="id" type="s" direction="in"/>
    </method>
  </interface>
</node>
(uuay)org.freedesktop.bolt1.Device.xml�<node>
  <interface name="org.freedesktop.bolt1.Device">
    <property name="Uid" type="s" access="read"></property>
    <property name="Name" type="s" access="read"></property>
    <property name="Vendor" type="s" access="read"></property>
    <property name="Type" type="s" access="read"></property>
    <property name="Status" type="s" access="read"></property>
    <property name="Parent" type="s" access="read"></property>
    <property name="SysfsPath" type="s" access="read"></property>
    <property name="Stored" type="b" access="read"></property>
    <property name="Policy" type="s" access="read"></property>
    <property name="Key" type="s" access="read"></property>
    <property name="Label" type="s" access="read"></property>
    <property name="ConnectTime" type="t" access="read"></property>
    <property name="AuthorizeTime" type="t" access="read"></property>
    <property name="StoreTime" type="t" access="read"></property>
  </interface>
</node>
(uuay)org.gnome.Shell.Screencast.xml�<!DOCTYPE node PUBLIC
'-//freedesktop//DTD D-BUS Object Introspection 1.0//EN'
'http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd'>
<node>

  <!--
      org.gnome.Shell.Screencast:
      @short_description: Screencast interface

      The interface used to record screen contents.
  -->
  <interface name="org.gnome.Shell.Screencast">
    <property name="ScreencastSupported" type="b" access="read"/>

    <!--
        Screencast:
        @file_template: the template for the filename to use
        @options: a dictionary of optional parameters
        @success: whether the screencast was started successfully
        @filename_used: the file where the screencast is being saved

        Records a screencast of the whole screen and saves it
        (by default) as webm video under a filename derived from
        @file_template. The template is either a relative or absolute
        filename which may contain some escape sequences - %d and %t
        will be replaced by the start date and time of the recording.
        If a relative name is used, the screencast will be saved in the
        $XDG_VIDEOS_DIR if it exists, or the home directory otherwise.
        The actual filename of the saved video is returned in @filename_used.
        The set of optional parameters in @options currently consists of:
            'draw-cursor'(b): whether the cursor should be included in the
                              recording (true)
            'framerate'(i): the number of frames per second that should be
                            recorded if possible (30)
            'pipeline'(s): the GStreamer pipeline used to encode recordings
                           in gst-launch format; if not specified, the
                           recorder will produce vp8 (webm) video (unset)
    -->
    <method name="Screencast">
      <arg type="s" direction="in" name="file_template"/>
      <arg type="a{sv}" direction="in" name="options"/>
      <arg type="b" direction="out" name="success"/>
      <arg type="s" direction="out" name="filename_used"/>
    </method>

    <!--
        ScreencastArea:
        @x: the X coordinate of the area to capture
        @y: the Y coordinate of the area to capture
        @width: the width of the area to capture
        @height: the height of the area to capture
        @file_template: the template for the filename to use
        @options: a dictionary of optional parameters
        @success: whether the screencast was started successfully
        @filename_used: the file where the screencast is being saved

        Records a screencast of the passed in area and saves it
        (by default) as webm video under a filename derived from
        @file_template. The template is either a relative or absolute
        filename which may contain some escape sequences - %d and %t
        will be replaced by the start date and time of the recording.
        If a relative name is used, the screencast will be saved in the
        $XDG_VIDEOS_DIR if it exists, or the home directory otherwise.
        The actual filename of the saved video is returned in @filename_used.
        The set of optional parameters in @options currently consists of:
            'draw-cursor'(b): whether the cursor should be included in the
                              recording (true)
            'framerate'(i): the number of frames per second that should be
                            recorded if possible (30)
            'pipeline'(s): the GStreamer pipeline used to encode recordings
                           in gst-launch format; if not specified, the
                           recorder will produce vp8 (webm) video (unset)
    -->
    <method name="ScreencastArea">
      <arg type="i" direction="in" name="x"/>
      <arg type="i" direction="in" name="y"/>
      <arg type="i" direction="in" name="width"/>
      <arg type="i" direction="in" name="height"/>
      <arg type="s" direction="in" name="file_template"/>
      <arg type="a{sv}" direction="in" name="options"/>
      <arg type="b" direction="out" name="success"/>
      <arg type="s" direction="out" name="filename_used"/>
    </method>

    <!--
        StopScreencast:
        @success: whether stopping the recording was successful

        Stop the recording started by either Screencast or ScreencastArea.
    -->
    <method name="StopScreencast">
      <arg type="b" direction="out" name="success"/>
    </method>

    <signal name="Error">
      <arg type="s" name="name"/>
      <arg type="s" name="message"/>
    </signal>

  </interface>
</node>
(uuay)org.freedesktop.UPower.Device.xml�<node>
  <interface name="org.freedesktop.UPower.Device">
    <property name="Type" type="u" access="read"/>
    <property name="State" type="u" access="read"/>
    <property name="Percentage" type="d" access="read"/>
    <property name="TimeToEmpty" type="x" access="read"/>
    <property name="TimeToFull" type="x" access="read"/>
    <property name="IsPresent" type="b" access="read"/>
    <property name="IconName" type="s" access="read"/>
  </interface>
</node>
(uuay)org.freedesktop.realmd.Realm.xmlr<node>
  <interface name="org.freedesktop.realmd.Realm">
    <property name="Name" type="s" access="read"/>
    <property name="Configured" type="s" access="read"/>
    <property name="Details" type="a(ss)" access="read"/>
    <property name="LoginFormats" type="as" access="read"/>
    <property name="LoginPolicy" type="s" access="read"/>
    <property name="PermittedLogins" type="as" access="read"/>
    <property name="SupportedInterfaces" type="as" access="read"/>
    <method name="ChangeLoginPolicy">
      <arg name="login_policy" type="s" direction="in"/>
      <arg name="permitted_add" type="as" direction="in"/>
      <arg name="permitted_remove" type="as" direction="in"/>
      <arg name="options" type="a{sv}" direction="in"/>
    </method>
    <method name="Deconfigure">
      <arg name="options" type="a{sv}" direction="in"/>
    </method>
  </interface>
</node>
(uuay)org.gnome.Shell.PortalHelper.xmlO<node>
  <interface name="org.gnome.Shell.PortalHelper">
    <method name="Authenticate">
      <arg name="connection" type="o" direction="in"/>
      <arg name="url" type="s" direction="in"/>
      <arg name="timestamp" type="u" direction="in"/>
    </method>
    <method name="Close">
      <arg name="connection" type="o" direction="in"/>
    </method>
    <method name="Refresh">
      <arg name="connection" type="o" direction="in"/>
    </method>
    <signal name="Done">
      <arg type="o" name="connection"/>
      <arg type="u" name="result"/>
    </signal>
  </interface>
</node>
(uuay)org.gnome.SettingsDaemon.Power.Screen.xml�<node>
  <interface name="org.gnome.SettingsDaemon.Power.Screen">
    <property name="Brightness" type="i" access="readwrite"/>
  </interface>
</node>
(uuay)org.freedesktop.impl.portal.Request.xmlr<node>
  <interface name="org.freedesktop.impl.portal.Request">
    <method name="Close"/>
  </interface>
</node>
(uuay)org.freedesktop.ModemManager.Modem.Gsm.Network.xmlU<node>
  <interface name="org.freedesktop.ModemManager.Modem.Gsm.Network">
    <method name="GetRegistrationInfo">
      <arg type="(uss)" direction="out"/>
    </method>
    <method name="GetSignalQuality">
      <arg type="u" direction="out"/>
    </method>
    <property name="AccessTechnology" type="u" access="read"/>
    <signal name="SignalQuality">
      <arg type="u" direction="out"/>
    </signal>
    <signal name="RegistrationInfo">
      <arg type="u" direction="out"/>
      <arg type="s" direction="out"/>
      <arg type="s" direction="out"/>
    </signal>
  </interface>
</node>
(uuay)org.freedesktop.realmd.Service.xml�<node>
  <interface name="org.freedesktop.realmd.Service">
    <method name="Cancel">
      <arg name="operation" type="s" direction="in"/>
    </method>
    <method name="Release"/>
    <method name="SetLocale">
      <arg name="locale" type="s" direction="in"/>
    </method>
    <signal name="Diagnostics">
      <arg name="data" type="s"/>
      <arg name="operation" type="s"/>
    </signal>
  </interface>
</node>
(uuay)org.gnome.SessionManager.EndSessionDialog.xml�<node>
  <interface name="org.gnome.SessionManager.EndSessionDialog">
    <method name="Open">
      <arg type="u" direction="in"/>
      <arg type="u" direction="in"/>
      <arg type="u" direction="in"/>
      <arg type="ao" direction="in"/>
    </method>
    <method name="Close"/>
    <signal name="ConfirmedLogout"/>
    <signal name="ConfirmedReboot"/>
    <signal name="ConfirmedShutdown"/>
    <signal name="Canceled"/>
    <signal name="Closed"/>
  </interface>
</node>
(uuay)net.reactivated.Fprint.Manager.xml�<!DOCTYPE node PUBLIC
"-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
	<interface name="net.reactivated.Fprint.Manager">

		<method name="GetDevices">
			<arg type="ao" name="devices" direction="out">
			</arg>
		</method>

		<method name="GetDefaultDevice">
			<arg type="o" name="device" direction="out">
			</arg>
		</method>

	</interface>
</node>
(uuay)org.gnome.ScreenSaver.xml�<node>
  <interface name="org.gnome.ScreenSaver">
    <method name="Lock"/>
    <method name="GetActive">
      <arg type="b" direction="out" name="active"/>
    </method>
    <method name="SetActive">
      <arg type="b" direction="in" name="value"/>
    </method>
    <method name="GetActiveTime">
      <arg type="u" direction="out" name="value"/>
    </method>
    <signal name="ActiveChanged">
      <arg name="new_value" type="b"/>
    </signal>
    <signal name="WakeUpScreen"/>
  </interface>
</node>
(uuay)org.gnome.SessionManager.Presence.xml6<node>
  <interface name="org.gnome.SessionManager.Presence">
    <method name="SetStatus">
      <arg type="u" direction="in"/>
    </method>
    <property name="status" type="u" access="readwrite"/>
    <signal name="StatusChanged">
      <arg type="u" direction="out"/>
    </signal>
  </interface>
</node>
(uuay)org.freedesktop.login1.Manager.xmlL<node>
  <interface name="org.freedesktop.login1.Manager">
    <method name="Suspend">
      <arg type="b" direction="in"/>
    </method>
    <method name="CanSuspend">
      <arg type="s" direction="out"/>
    </method>
    <method name="Inhibit">
      <arg type="s" direction="in"/>
      <arg type="s" direction="in"/>
      <arg type="s" direction="in"/>
      <arg type="s" direction="in"/>
      <arg type="h" direction="out"/>
    </method>
    <method name="GetSession">
      <arg type="s" direction="in"/>
      <arg type="o" direction="out"/>
    </method>
    <method name="GetUser">
      <arg type="u" direction="in"/>
      <arg type="o" direction="out"/>
    </method>
    <method name="ListSessions">
      <arg name="sessions" type="a(susso)" direction="out"/>
    </method>
    <method name="CanRebootToBootLoaderMenu">
      <arg type="s" direction="out"/>
    </method>
    <method name="SetRebootToBootLoaderMenu">
      <arg type="t" direction="in"/>
    </method>
    <signal name="PrepareForSleep">
      <arg type="b" direction="out"/>
    </signal>
  </interface>
</node>
(uuay)org.freedesktop.ModemManager.Modem.Cdma.xmlg<node>
  <interface name="org.freedesktop.ModemManager.Modem.Cdma">
    <method name="GetSignalQuality">
      <arg type="u" direction="out"/>
    </method>
    <method name="GetServingSystem">
      <arg type="(usu)" direction="out"/>
    </method>
    <signal name="SignalQuality">
      <arg type="u" direction="out"/>
    </signal>
  </interface>
</node>
(uuay)org.freedesktop.UPower.xml�<node>
  <interface name="org.freedesktop.UPower">
    <property name="OnBattery" type="b" access="read"/>
  </interface>
</node>
(uuay)org.gnome.Shell.Introspect.xml�<!DOCTYPE node PUBLIC
'-//freedesktop//DTD D-BUS Object Introspection 1.0//EN'
'http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd'>
<node>

  <!--
      org.gnome.Shell.Introspect:
      @short_description: Introspection interface

      The interface used to introspect the state of Shell, such as running
      applications, currently active application, etc.
  -->
  <interface name="org.gnome.Shell.Introspect">

    <!--
        RunningApplicationsChanged:
        @short_description: Notifies when the running applications changes
    -->
    <signal name="RunningApplicationsChanged" />

    <!--
        WindowsChanged:
        @short_description: Notifies when any window opens or closes
    -->
    <signal name="WindowsChanged" />

    <!--
        GetRunningApplications:
        @short_description: Retrieves the description of all running applications

        Each application is associated by an application ID. The details of
        each application consists of a varlist of keys and values. Available
        keys are listed below.

        'active-on-seats' - (as)   list of seats the application is active on
                                   (a seat only has at most one active
                                   application)
    -->
    <method name="GetRunningApplications">
      <arg name="apps" direction="out" type="a{sa{sv}}" />
    </method>

    <!--
        GetWindows:
        @short_description: Retrieves the current list of windows and their properties

        A window is exposed as:
        * t ID: unique ID of the window
        * a{sv} properties: high-level properties

          Known properties:

          - "title"       (s): (readonly) title of the window
          - "app-id"      (s): (readonly) application ID of the window
          - "wm-class"    (s): (readonly) class of the window
          - "client-type" (u): (readonly) 0 for Wayland, 1 for X11
          - "is-hidden"   (b): (readonly) if the window is currently hidden
          - "has-focus"   (b): (readonly) if the window currently have
                                          keyboard focus
          - "width"       (u): (readonly) width of the window
          - "height"      (u): (readonly) height of the window
    -->
    <method name="GetWindows">
      <arg name="windows" direction="out" type="a{ta{sv}}" />
    </method>

    <!--
       AnimationsEnabled:
       @short_description: Whether the shell animations are enabled

       By default determined by the org.gnome.desktop.interface enable-animations
       gsetting, but may be overridden, e.g. if there is an active screen cast or
       remote desktop session that asked for animations to be disabled.

       Since: 2
    -->
    <property name="AnimationsEnabled" type="b" access="read"/>

    <!--
       ScreenSize:
       @short_description: The size of the screen

       Since: 3
    -->
    <property name="ScreenSize" type="(ii)" access="read"/>

    <property name="version" type="u" access="read"/>
  </interface>
</node>
(uuay)org.gnome.Shell.xmlk<node>
  <interface name="org.gnome.Shell">
    <method name="Eval">
      <arg type="s" direction="in" name="script"/>
      <arg type="b" direction="out" name="success"/>
      <arg type="s" direction="out" name="result"/>
    </method>
    <method name="FocusSearch"/>
    <method name="ShowOSD">
      <arg type="a{sv}" direction="in" name="params"/>
    </method>
    <method name="ShowMonitorLabels">
      <arg type="a{sv}" direction="in" name="params"/>
    </method>
    <method name="HideMonitorLabels"/>
    <method name="FocusApp">
      <arg type="s" direction="in" name="id"/>
    </method>
    <method name="ShowApplications"/>
    <method name="GrabAccelerator">
      <arg type="s" direction="in" name="accelerator"/>
      <arg type="u" direction="in" name="modeFlags"/>
      <arg type="u" direction="in" name="grabFlags"/>
      <arg type="u" direction="out" name="action"/>
    </method>
    <method name="GrabAccelerators">
      <arg type="a(suu)" direction="in" name="accelerators"/>
      <arg type="au" direction="out" name="actions"/>
    </method>
    <method name="UngrabAccelerator">
      <arg type="u" direction="in" name="action"/>
      <arg type="b" direction="out" name="success"/>
    </method>
    <method name="UngrabAccelerators">
      <arg type="au" direction="in" name="action"/>
      <arg type="b" direction="out" name="success"/>
    </method>
    <method name="ScreenTransition"/>
    <signal name="AcceleratorActivated">
      <arg name="action" type="u"/>
      <arg name="parameters" type="a{sv}"/>
    </signal>
    <signal name="AcceleratorDeactivated">
      <arg name="action" type="u"/>
      <arg name="parameters" type="a{sv}"/>
    </signal>
    <property name="Mode" type="s" access="read"/>
    <property name="OverviewActive" type="b" access="readwrite"/>
    <property name="ShellVersion" type="s" access="read"/>
  </interface>
</node>
(uuay)org.freedesktop.Application.xmlH<node>
  <interface name="org.freedesktop.Application">
    <method name="ActivateAction">
      <arg type="s" direction="in"/>
      <arg type="av" direction="in"/>
      <arg type="a{sv}" direction="in"/>
    </method>
    <method name="Activate">
      <arg type="a{sv}" direction="in"/>
    </method>
  </interface>
</node>
(uuay)org.freedesktop.impl.portal.Access.xmld<node>
  <interface name="org.freedesktop.impl.portal.Access">
    <method name="AccessDialog">
      <arg type="o" name="handle" direction="in"/>
      <arg type="s" name="app_id" direction="in"/>
      <arg type="s" name="parent_window" direction="in"/>
      <arg type="s" name="title" direction="in"/>
      <arg type="s" name="subtitle" direction="in"/>
      <arg type="s" name="body" direction="in"/>
      <arg type="a{sv}" name="options" direction="in"/>
      <arg type="u" name="response" direction="out"/>
      <arg type="a{sv}" name="results" direction="out"/>
    </method>
  </interface>
</node>
(uuay)org.gnome.Shell.ClocksIntegration.xmlg<node>

  <!--
      org.gnome.Shell.ClocksIntegration:
      @short_description: Clocks integration interface

      The interface used for exporting location settings to GNOME Shell's
      world clocks integration.
  -->
  <interface name="org.gnome.Shell.ClocksIntegration">

  <property name="Locations" type="av" access="read"/>

  </interface>
</node>
(uuay)org.gnome.Shell.CalendarServer.xml�<node>
  <interface name="org.gnome.Shell.CalendarServer">
    <method name="SetTimeRange">
      <arg type="x" name="since" direction="in"/>
      <arg type="x" name="until" direction="in"/>
      <arg type="b" name="force_reload" direction="in"/>
    </method>
    <signal name="EventsAddedOrUpdated">
      <arg type="a(ssxxa{sv})" name="events" direction="out"/>
    </signal>
    <signal name="EventsRemoved">
      <arg type="as" name="ids" direction="out"/>
    </signal>
    <signal name="ClientDisappeared">
      <arg type="s" name="source_uid" direction="out"/>
    </signal>
    <property name="HasCalendars" type="b" access="read" />
  </interface>
</node>
(uuay)

Filemanager

Name Type Size Permission Actions
extensions Folder 0755
gir-1.0 Folder 0755
modes Folder 0755
search-providers Folder 0755
theme Folder 0755
Gvc-1.0.gir File 148.95 KB 0644
Shell-16.gir File 287.82 KB 0644
St-16.gir File 527.53 KB 0644
gdm-theme.gresource File 1.2 MB 0644
gnome-shell-dbus-interfaces.gresource File 66.66 KB 0644
gnome-shell-icons.gresource File 70.53 KB 0644
gnome-shell-osk-layouts.gresource File 1.35 MB 0644
gnome-shell-theme.gresource File 762.3 KB 0644
org.gnome.Extensions File 299 B 0644
org.gnome.Extensions.data.gresource File 78.06 KB 0644
org.gnome.Extensions.src.gresource File 29.73 KB 0644
org.gnome.ScreenSaver File 278 B 0644
org.gnome.ScreenSaver.src.gresource File 13.23 KB 0644
org.gnome.Shell.Extensions File 278 B 0644
org.gnome.Shell.Extensions.src.gresource File 46.83 KB 0644
org.gnome.Shell.Notifications File 278 B 0644
org.gnome.Shell.Notifications.src.gresource File 16.32 KB 0644
org.gnome.Shell.Screencast File 278 B 0644
org.gnome.Shell.Screencast.src.gresource File 46.13 KB 0644
perf-background.xml File 1.1 KB 0644
Filemanager