__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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]: ~ $
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gnome-text-editor">
  <flags id="org.gnome.TextEditor.DrawSpaces">
    <value nick="space" value="1"/>
    <value nick="tab" value="2"/>
    <value nick="newline" value="4"/>
    <value nick="nbsp" value="8"/>
    <value nick="leading" value="16"/>
    <value nick="text" value="32"/>
    <value nick="trailing" value="64"/>
  </flags>
  <schema id="org.gnome.TextEditor" path="/org/gnome/TextEditor/">
    <key name="auto-save-delay" type="u">
      <range min="1" max="300"/>
      <default>3</default>
      <summary>Auto Save Delay</summary>
      <description>The delay in seconds to wait before auto-saving a draft.</description>
    </key>
    <key name="style-variant" type="s">
      <choices>
        <choice value="follow"/>
        <choice value="light"/>
        <choice value="dark"/>
      </choices>
      <default>'follow'</default>
      <summary>Style Variant</summary>
      <description>Use the light or dark variant of the GTK theme and/or GtkSourceView style scheme.</description>
    </key>
    <key name="indent-style" type="s">
      <choices>
        <choice value="tab"/>
        <choice value="space"/>
      </choices>
      <default>'tab'</default>
      <summary>Indentation Style</summary>
      <description>Whether the editor should insert multiple spaces characters instead of tabs.</description>
    </key>
    <key name="auto-indent" type="b">
      <default>true</default>
      <summary>Auto Indent</summary>
      <description>Automatically indent new lines copying the previous line's indentation.</description>
    </key>
    <key name="tab-width" type="u">
      <range min="1" max="32"/>
      <default>8</default>
      <summary>Tab Width</summary>
      <description>The number of spaces represented by a tab.</description>
    </key>
    <key name="indent-width" type="i">
      <range min="-1" max="32"/>
      <default>-1</default>
      <summary>Indent Width</summary>
      <description>The number of spaces to indent or -1 to use tab-width.</description>
    </key>
    <key name="show-line-numbers" type="b">
      <default>false</default>
      <summary>Show Line Numbers</summary>
      <description>Whether line numbers should be displayed next to each line.</description>
    </key>
    <key name="show-right-margin" type="b">
      <default>false</default>
      <summary>Show Right Margin</summary>
      <description>Whether a margin line should be displayed on the right of the editor.</description>
    </key>
    <key name="right-margin-position" type="u">
      <range min="1" max="1000"/>
      <default>80</default>
      <summary>Right Margin Position</summary>
      <description>The position in characters at which the right margin should be displayed.</description>
    </key>
    <key name="show-map" type="b">
      <default>false</default>
      <summary>Show Overview Map</summary>
      <description>If enabled, an overview map of the file will be displayed to the side of the editor.</description>
    </key>
    <key name="show-grid" type="b">
      <default>false</default>
      <summary>Show Background Grid</summary>
      <description>If enabled, a blueprint style grid is printed on the editor background.</description>
    </key>
    <key name="highlight-current-line" type="b">
      <default>false</default>
      <summary>Highlight current line</summary>
      <description>If enabled, the current line will be highlighted.</description>
    </key>
    <key name="wrap-text" type="b">
      <default>true</default>
      <summary>Text Wrapping</summary>
      <description>Whether text should be wrapped.</description>
    </key>
    <key name="use-system-font" type="b">
      <default>true</default>
      <summary>Use System Font</summary>
      <description>Whether the default system monospace font should be used.</description>
    </key>
    <key name="custom-font" type="s">
      <default>'Monospace 11'</default>
      <summary>Custom Font</summary>
      <description>A custom font to use in the editor.</description>
    </key>
    <key name="style-scheme" type="s">
      <default>'Adwaita'</default>
      <summary>Style Scheme</summary>
      <description>The style scheme to use by the editor. It may translate this into a dark format when available.</description>
    </key>
    <key name="discover-settings" type="b">
      <default>true</default>
      <summary>Discover File Settings</summary>
      <description>If enabled, then Text Editor will try to discover file settings from modelines, editorconfig, or per-language defaults.</description>
    </key>
    <key name="spellcheck" type="b">
      <default>true</default>
      <summary>Automatically check spelling</summary>
      <description>If enabled, then Text Editor will check spelling as you type.</description>
    </key>
    <key name="restore-session" type="b">
      <default>true</default>
      <summary>Restore session</summary>
      <description>When Text Editor is running, restore the previous session.</description>
    </key>
    <key name="recolor-window" type="b">
      <default>true</default>
      <summary>Recolor Window</summary>
      <description>Use the style-scheme to recolor the application window.</description>
    </key>
    <key name="keybindings" type="s">
      <choices>
        <choice value="default"/>
        <choice value="vim"/>
      </choices>
      <default>'default'</default>
      <summary>Keybindings</summary>
      <description>The keybindings to use within Text Editor.</description>
    </key>
    <key name="last-save-directory" type="s">
      <default>''</default>
      <summary>Last Save Directory</summary>
      <description>The directory last used in a save or save-as dialog.</description>
    </key>
    <key name="draw-spaces" flags="org.gnome.TextEditor.DrawSpaces">
      <default>[]</default>
      <summary>Draw Spaces</summary>
      <description>The various types of spaces to draw in the editor.</description>
    </key>
    <key name="enable-snippets" type="b">
      <default>false</default>
      <summary>Enable Snippets</summary>
      <description>Enable the use of snippets registered with GtkSourceView from within the editor.</description>
    </key>
    <key name="line-height" type="d">
      <default>1.2</default>
      <range min="0.5" max="10"/>
      <summary>Line Height</summary>
      <description>The line height to use for the selected font.</description>
    </key>
    <key name="highlight-matching-brackets" type="b">
      <default>true</default>
      <summary>Highlight Matching Brackets</summary>
      <description>Highlight matching brackets and braces.</description>
    </key>
  </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