版本比较

密钥

  • 该行被添加。
  • 该行被删除。
  • 格式已经改变。
目录
minLevel1
maxLevel3
outlinefalse
typelist
printablefalse

...

When installing OpenFDE for the first time, you will need to obtain the complete software source and configure the installation source and certificates.

Note: If this is not your first time installing OpenFDE, you can skip the "Configure Installation Source and Certificates" section and proceed directly to the #install-openfde

...

代码块
sudo apt-get install openfde

 

6. Kernel and cmdline of Raspberry PI OS

Raspberry Pi OS kernel has not been enabled cgroup_cpuset and cgroup_memory, and enabled the unified_cgropy_hierarchy. We need change it.

...

You need a reboot to make the updates available . These modifies is included by the get-openfde.sh, you should not modify by manual.

7 Supported way to run OpenFDE

  1. Launch the OpenFDE application by clicking on its icon in the application list in a Wayland protocol desktop, such as Wayfire.

  2. Launch the OpenFDE as a desktop environment. By default, Raspberry Pi OS uses the raspi-desktop environment with automatic login enabled. To enable the option to choose the FDE desktop during login, the following modifications can be made.
    a.replace the pi-greeter with lightdm-gtk-greeter

    代码块
    vim /etc/lightdm/lightdm.conf
    greeter-session=lightdm-gtk-greeter 

    b. cancel the automatic login

    代码块
    sudo raspi-config   → 1 System Options  →  S5 Boot  /Auto Login → B3

    Reboot it, you' ll find the fde desktop by clicking the right top icon in a desktop list.