__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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]: ~ $
<!DOCTYPE node PUBLIC
"-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node name="/" xmlns:doc="http://www.freedesktop.org/dbus/1.0/doc.dtd">

  <interface name="org.freedesktop.UPower">
    <doc:doc>
      <doc:description>
        <doc:para>
          The UPower service is available via the system message
          bus. To access the service, use
          the <doc:tt>org.freedesktop.UPower</doc:tt> interface on
          the <doc:tt>/org/freedesktop/UPower</doc:tt> object on
          the D-Bus system bus service with the well-known
          name <doc:tt>org.freedesktop.UPower</doc:tt>.
        </doc:para>
        <doc:para>
          <doc:example language="shell" title="simple example">
            <doc:code>
$ dbus-send --print-reply \
            --system \
            --dest=org.freedesktop.UPower \
            /org/freedesktop/UPower \
            org.freedesktop.UPower.EnumerateDevices

method return sender=:1.386 -> dest=:1.451 reply_serial=2
   array [
      object path "/org/freedesktop/UPower/devices/line_power_AC"
      object path "/org/freedesktop/UPower/devices/battery_BAT0"
   ]
            </doc:code>
          </doc:example>
        </doc:para>
      </doc:description>
    </doc:doc>

    <!-- ************************************************************ -->

    <method name="EnumerateDevices">
      <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
      <arg name="devices" direction="out" type="ao">
        <doc:doc><doc:summary>An array of object paths for devices.</doc:summary></doc:doc>
      </arg>

      <doc:doc>
        <doc:description>
          <doc:para>
            Enumerate all power objects on the system.
          </doc:para>
        </doc:description>
      </doc:doc>
    </method>

    <method name="GetDisplayDevice">
      <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
      <arg name="device" direction="out" type="o">
        <doc:doc><doc:summary>An object path for the "display device.</doc:summary></doc:doc>
      </arg>

      <doc:doc>
        <doc:description>
          <doc:para>
            Get the object to the "display device", a composite device that represents the
            status icon to show in desktop environments. You can also access the object directly
            as its path is guaranteed to be /org/freedesktop/UPower/devices/DisplayDevice.
            The following standard org.freedesktop.UPower.Device
            properties will be defined (only <doc:ref type="property" to="Source:IsPresent">IsPresent</doc:ref> takes a special meaning):
            <doc:list>
              <doc:item>
                <doc:term>Type</doc:term><doc:definition>the type of the display device, UPS or Battery. Note that this value can change, as opposed to real devices.</doc:definition>
              </doc:item>
              <doc:item>
                <doc:term>State</doc:term><doc:definition>the power state of the display device, such as Charging or Discharging.</doc:definition>
              </doc:item>
              <doc:item>
                <doc:term>Percentage</doc:term><doc:definition>the amount of energy left on the device.</doc:definition>
              </doc:item>
              <doc:item>
                <doc:term>Energy</doc:term><doc:definition>Amount of energy (measured in Wh) currently available in the power source.</doc:definition>
              </doc:item>
              <doc:item>
                <doc:term>EnergyFull</doc:term><doc:definition>Amount of energy (measured in Wh) in the power source when it's considered full.</doc:definition>
              </doc:item>
              <doc:item>
                <doc:term>EnergyRate</doc:term><doc:definition>Discharging/charging rate of the source, measured in Watt.</doc:definition>
              </doc:item>
              <doc:item>
                <doc:term>TimeToEmpty</doc:term><doc:definition>Number of seconds until the power source is considered empty.</doc:definition>
              </doc:item>
              <doc:item>
                <doc:term>TimeToFull</doc:term><doc:definition>Number of seconds until the power source is considered full.</doc:definition>
              </doc:item>
              <doc:item>
                <doc:term>IsPresent</doc:term><doc:definition>Whether a status icon using this information should be presented.</doc:definition>
              </doc:item>
              <doc:item>
                <doc:term>IconName</doc:term><doc:definition>An icon name representing the device state.</doc:definition>
              </doc:item>
              <doc:item>
                <doc:term>WarningLevel</doc:term><doc:definition>The same as the overall <doc:ref type="property" to="Source:WarningLevel">WarningLevel</doc:ref></doc:definition>
              </doc:item>
            </doc:list>
          </doc:para>
        </doc:description>
      </doc:doc>
    </method>

    <method name="GetCriticalAction">
      <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
      <arg name="action" direction="out" type="s">
        <doc:doc><doc:summary>A string representing the critical action configured and available.</doc:summary></doc:doc>
      </arg>

      <doc:doc>
        <doc:description>
          <doc:para>
            When the system's power supply is critical (critically low batteries or UPS),
            the system will take this action. Possible values are:
            <doc:list>
              <doc:item>
                <doc:term>HybridSleep</doc:term>
              </doc:item>
              <doc:item>
                <doc:term>Hibernate</doc:term>
              </doc:item>
              <doc:item>
                <doc:term>PowerOff</doc:term>
              </doc:item>
            </doc:list>
          </doc:para>
        </doc:description>
      </doc:doc>
    </method>

    <!-- ************************************************************ -->

    <signal name="DeviceAdded">
      <arg name="device" type="o">
        <doc:doc><doc:summary>Object path of device that was added.</doc:summary></doc:doc>
      </arg>

      <doc:doc>
        <doc:description>
          <doc:para>
            Emitted when a device is added.
          </doc:para>
        </doc:description>
      </doc:doc>
    </signal>

    <!-- ************************************************************ -->

    <signal name="DeviceRemoved">
      <arg name="device" type="o">
        <doc:doc><doc:summary>Object path of device that was removed.</doc:summary></doc:doc>
      </arg>

      <doc:doc>
        <doc:description>
          <doc:para>
            Emitted when a device is removed.
          </doc:para>
        </doc:description>
      </doc:doc>
    </signal>

    <!-- ************************************************************ -->

    <property name="DaemonVersion" type="s" access="read">
      <doc:doc><doc:description><doc:para>
            Version of the running daemon, e.g. <doc:tt>002</doc:tt>.
      </doc:para></doc:description></doc:doc>
    </property>

    <property name="OnBattery" type="b" access="read">
      <doc:doc><doc:description><doc:para>
            Indicates whether the system is running on battery power.
            This property is provided for convenience.
      </doc:para></doc:description></doc:doc>
    </property>

    <property name="LidIsClosed" type="b" access="read">
      <doc:doc>
        <doc:description>
          <doc:para>
            Indicates if the laptop lid is closed where the display cannot be seen.
          </doc:para>
        </doc:description>
      </doc:doc>
    </property>

    <property name="LidIsPresent" type="b" access="read">
      <doc:doc>
        <doc:description>
          <doc:para>
            If the system has a lid device.
          </doc:para>
        </doc:description>
      </doc:doc>
    </property>

  </interface>

</node>

Filemanager

Name Type Size Permission Actions
com.canonical.UbuntuAdvantage.xml File 825 B 0644
com.ubuntu.UnattendedUpgrade.Pending.xml File 1.57 KB 0644
net.reactivated.Fprint.Device.xml File 24.7 KB 0644
net.reactivated.Fprint.Manager.xml File 1.39 KB 0644
org.fedoraproject.Config.Printing.xml File 9.51 KB 0644
org.freedesktop.Accounts.User.xml File 41.31 KB 0644
org.freedesktop.Accounts.xml File 10.23 KB 0644
org.freedesktop.Avahi.AddressResolver.xml File 1.6 KB 0644
org.freedesktop.Avahi.DomainBrowser.xml File 1.69 KB 0644
org.freedesktop.Avahi.EntryGroup.xml File 3.51 KB 0644
org.freedesktop.Avahi.HostNameResolver.xml File 1.6 KB 0644
org.freedesktop.Avahi.RecordBrowser.xml File 1.89 KB 0644
org.freedesktop.Avahi.Server.xml File 14 KB 0644
org.freedesktop.Avahi.ServiceBrowser.xml File 1.82 KB 0644
org.freedesktop.Avahi.ServiceResolver.xml File 1.84 KB 0644
org.freedesktop.Avahi.ServiceTypeBrowser.xml File 1.76 KB 0644
org.freedesktop.ColorHelper.xml File 7.95 KB 0644
org.freedesktop.ColorManager.Device.xml File 16.48 KB 0644
org.freedesktop.ColorManager.Profile.xml File 7.49 KB 0644
org.freedesktop.ColorManager.Sensor.xml File 10.56 KB 0644
org.freedesktop.ColorManager.xml File 25.75 KB 0644
org.freedesktop.GeoClue2.Agent.xml File 1.92 KB 0644
org.freedesktop.GeoClue2.Client.xml File 4.35 KB 0644
org.freedesktop.GeoClue2.Location.xml File 2.58 KB 0644
org.freedesktop.GeoClue2.Manager.xml File 2.99 KB 0644
org.freedesktop.GeoClue2.xml File 2 KB 0644
org.freedesktop.PackageKit.Transaction.xml File 90.17 KB 0644
org.freedesktop.PackageKit.xml File 21.85 KB 0644
org.freedesktop.RealtimeKit1.xml File 2.18 KB 0644
org.freedesktop.Tracker3.Miner.Files.Index.xml File 416 B 0644
org.freedesktop.Tracker3.Miner.xml File 2.14 KB 0644
org.freedesktop.UPower.Device.xml File 31.67 KB 0644
org.freedesktop.UPower.KbdBacklight.xml File 4.09 KB 0644
org.freedesktop.UPower.xml File 7.75 KB 0644
org.freedesktop.bolt.xml File 15.85 KB 0644
org.freedesktop.fwupd.xml File 5.74 KB 0644
org.gnome.GlobalShortcutsRebind.xml File 1.07 KB 0644
org.gnome.Shell.Extensions.xml File 7.97 KB 0644
org.gnome.Shell.Introspect.xml File 2.96 KB 0644
org.gnome.Shell.PadOsd.xml File 861 B 0644
org.gnome.Shell.ScreenTime.xml File 1.13 KB 0644
org.gnome.Shell.Screencast.xml File 4.46 KB 0644
org.gnome.Shell.Screenshot.xml File 6.21 KB 0644
org.gnome.ShellSearchProvider.xml File 3.6 KB 0644
org.gnome.ShellSearchProvider2.xml File 4.39 KB 0644
org.gnome.Sysprof.Agent.xml File 1.44 KB 0644
org.gnome.Sysprof3.Profiler.xml File 1.4 KB 0644
org.gnome.Sysprof3.Service.xml File 3.82 KB 0644
Filemanager