__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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]: ~ $
<page xmlns="http://projectmallard.org/1.0/"
      type="topic" style="task"
      id="backgrounds-extra">

  <info>
    <link type="guide" xref="appearance" />
    <revision pkgversion="3.30" date="2019-02-08" status="draft"/>

    <credit type="author copyright">
      <name>Matthias Clasen</name>
      <email>[email protected]</email>
      <years>2012</years>
    </credit>
    <credit type="editor">
      <name>Jana Svarova</name>
      <email>[email protected]</email>
      <years>2013</years>
    </credit>
    <credit type="editor">
      <name>Petr Kovar</name>
      <email>[email protected]</email>
      <years>2019</years>
    </credit>

    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>

    <desc>How do I make extra backgrounds available to my users?</desc>
  </info>

  <title>Add extra backgrounds</title>

  <p>You can make extra backgrounds available to users on your system by
  following the steps below.</p>

  <steps>
  <title>Set extra backgrounds</title>
  <item>
  <p>Create an XML file, for example <file><var>filename</var>.xml</file>.
  In this file, use keys from the <sys>org.gnome.desktop.background</sys>
  GSettings schema to specify extra backgrounds and their appearance.</p>

  <p>Below is a list of the most frequently used keys:</p>

  <table frame="top bottom" rules="all" shade="rows">
    <title>org.gnome.desktop.background schemas GSettings keys</title>
    <tbody>
    <tr>
      <td><p>Key name</p></td>
      <td><p>Possible values</p></td>
      <td><p>Description</p></td>
    </tr>
    <tr>
      <td><p>picture-options</p></td>
      <td><p>"none", "wallpaper", "centered", "scaled", "stretched", "zoom", "spanned"</p></td>
      <td><p>Determines how the image set by <var>wallpaper_filename</var> is rendered.</p></td>
    </tr>
    <tr>
      <td><p>color-shading-type</p></td>
      <td><p>"horizontal", "vertical", and "solid"</p></td>
      <td><p>How to shade the background color.</p></td>
    </tr>
    <tr>
      <td><p>primary-color</p></td>
      <td><p>default: #023c88</p></td>
      <td><p>Left or top color when drawing gradients, or the solid color.</p></td>
    </tr>
    <tr>
      <td><p>secondary-color</p></td>
      <td><p>default: #5789ca</p></td>
      <td><p>Right or bottom color when drawing gradients, not used for solid color.</p></td>
    </tr>
  </tbody>
  </table>

  <p>You can view a complete list of <sys>org.gnome.desktop.background</sys>
  keys and possible values using <app>dconf-editor</app> or the <cmd>gsettings</cmd>
  command-line utility. See <link xref="gsettings-browse"/> for more information.
  </p>
  <p>Below is a sample <file><var>filename</var>.xml</file> file:</p>

<code mime="application/xml"><![CDATA[
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE wallpapers SYSTEM "gnome-wp-list.dtd">
<wallpapers>
  <wallpaper deleted="false">
    <name>Company Background</name>
    <name xml:lang="de">Firmenhintergrund</name>
    <filename>/usr/local/share/backgrounds/company-wallpaper.jpg</filename>
    <options>zoom</options>
    <shade_type>solid</shade_type>
    <pcolor>#ffffff</pcolor>
    <scolor>#000000</scolor>
  </wallpaper>
</wallpapers>
]]>
</code>

  </item>
  <item>
  <p>Place the <file><var>filename</var>.xml</file> file in the
  <file>/usr/share/gnome-background-properties/</file> directory.</p>
  <p>Users will have the extra backgrounds available for configuration from
  <guiseq><gui>Settings</gui> <gui>Background</gui></guiseq>.</p>
  </item>
  </steps>


  <section id="backgrounds-extra-two-wallpapers">
  <title>Specify multiple backgrounds</title>
  <p>In one configuration file, you can specify multiple
  <code>&lt;wallpaper&gt;</code> elements to add more backgrounds.</p>
  <p>See the following example with two <code>&lt;wallpaper&gt;</code> elements,
  adding two different backgrounds:</p>

<code mime="application/xml"><![CDATA[
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE wallpapers SYSTEM "gnome-wp-list.dtd">
<wallpapers>
  <wallpaper deleted="false">
    <name>Company Background</name>
    <name xml:lang="de">Firmenhintergrund</name>
    <filename>/usr/local/share/backgrounds/company-wallpaper.jpg</filename>
    <options>zoom</options>
    <shade_type>solid</shade_type>
    <pcolor>#ffffff</pcolor>
    <scolor>#000000</scolor>
  </wallpaper>
  <wallpaper deleted="false">
    <name>Company Background 2</name>
    <name xml:lang="de">Firmenhintergrund 2</name>
    <filename>/usr/local/share/backgrounds/company-wallpaper-2.jpg</filename>
    <options>zoom</options>
    <shade_type>solid</shade_type>
    <pcolor>#ff0000</pcolor>
    <scolor>#00ffff</scolor>
  </wallpaper>
</wallpapers>
]]></code>

</section>
</page>

Filemanager

Name Type Size Permission Actions
appearance.page File 538 B 0644
autostart-applications.page File 1.88 KB 0644
backgrounds-extra.page File 4.6 KB 0644
dconf-custom-defaults.page File 4.03 KB 0644
dconf-keyfiles.page File 3.09 KB 0644
dconf-lockdown.page File 3 KB 0644
dconf-nfs-home.page File 2.97 KB 0644
dconf-profiles.page File 3.99 KB 0644
dconf-snippets.xml File 1.62 KB 0644
dconf.page File 2.02 KB 0644
desktop-background.page File 3.75 KB 0644
desktop-favorite-applications.page File 4.34 KB 0644
desktop-lockscreen.page File 3.02 KB 0644
desktop-shield.page File 2.91 KB 0644
extensions-enable.page File 2.44 KB 0644
extensions-lockdown.page File 3.36 KB 0644
extensions.page File 1.82 KB 0644
fonts-user.page File 1.7 KB 0644
fonts.page File 2.53 KB 0644
gsettings-browse.page File 2.65 KB 0644
index.page File 593 B 0644
keyboard-compose-key.page File 2.43 KB 0644
keyboard-layout.page File 3.93 KB 0644
legal.xml File 295 B 0644
lockdown-command-line.page File 4.74 KB 0644
lockdown-file-saving.page File 2.8 KB 0644
lockdown-logout.page File 2.46 KB 0644
lockdown-online-accounts.page File 3.34 KB 0644
lockdown-printing.page File 2.74 KB 0644
lockdown-repartitioning.page File 2.92 KB 0644
lockdown-single-app-mode.page File 5.87 KB 0644
login-automatic.page File 2.59 KB 0644
login-banner.page File 2.59 KB 0644
login-enterprise.page File 4.66 KB 0644
login-fingerprint.page File 2.74 KB 0644
login-logo.page File 3.21 KB 0644
login-userlist-disable.page File 1.84 KB 0644
login.page File 687 B 0644
logout-automatic.page File 4.58 KB 0644
mime-types-application-user.page File 4.04 KB 0644
mime-types-application.page File 4.23 KB 0644
mime-types-custom-user.page File 4.03 KB 0644
mime-types-custom.page File 4.06 KB 0644
mime-types.page File 3.85 KB 0644
network-server-list.page File 2.2 KB 0644
network-vpn.page File 1.6 KB 0644
network.page File 431 B 0644
overrides.page File 1.74 KB 0644
power-dim-screen.page File 3.46 KB 0644
processes.page File 4.54 KB 0644
session-custom.page File 3.58 KB 0644
session-debug.page File 2.22 KB 0644
session-user.page File 3.05 KB 0644
setup.page File 318 B 0644
software.page File 795 B 0644
sundry.page File 387 B 0644
user-settings.page File 870 B 0644
Filemanager