转至元数据结尾
转至元数据起始

New Features

Add detection for the pid_max parameter

Users can view the pid_max parameter on the Linux side by using a command to check the pid_max parameter.

sudo sysctl -a |grep pid_max 

The manual modification method for the pid_max parameter:

sudo vim /etc/sysctl.conf 
2024-11-19_11-00-11-20241119-030014.png

Currently, OpenFDE can only operate in environments where the number of processes does not exceed 65535. This means that if a user modifies the pid_max parameter to a value greater than 65535, it may lead to an error when starting OpenFDE. When attempting to start OpenFDE via a shortcut on the Linux side, an error message will be displayed, and there will also be an error log entry in /var/log/fde.log.

2343b8039b49b3eefe569c5802a9f75-20241125-032030.jpg

Add new right-click functionality to the desktop

  • When right-clicking on an empty space on the desktop, options to create a new folder and a new document are supported.

1731485268711-20241113-080748.png
  • When a file or folder on the desktop is selected, right-clicking on it allows for options such as opening, copying, cutting, renaming, deleting, and other operations to be performed on the file.

1731485741500-20241113-081541.png

Add pre-installed software feature to the boot-up wizard

During the initial installation of OpenFDE, the boot-up wizard introduces a new feature of pre-installing commonly used software, making it convenient for users to use immediately after booting up.

5b6210047a95648358cabea7fbf1b28-20241125-033206.png

Add regional screenshot functionality

Users can activate the regional screenshot function using the Ctrl + Alt + Shift + S shortcut key to precisely capture the desired screenshot.

Optimization

Fixed Problems