Enable Material You Design
FydeOS v17 introduces the option to customize the system UI color scheme, enabling you to harmonize your interface and wallpaper. This enhancement brings the overall visual experience of the system closer to the Material Youdesign language. This feature is currently in the experimental phase. If itโs not natively supported on your system, please follow the steps below:
Step 1: Boot FydeOS Using a USB Drive
To ensure system stability and security, we recommend initiating relevant tests using a USB drive.
Step 2: Edit Chrome Dev Configuration File
-
Press Ctrl + Alt + F2 during the OOBE environment to access the terminal.
-
Enter
chronosto enter the shell environment. -
Input
sudo mount -o remount rw /to remove the read-only restriction. -
Input
sudo nano /etc/chrome_dev.confto edit the file.
Step 3: Remove the Disabled Field and Save
-
Delete the
--disable-features=Jellyfield from the file. -
Press
Ctrl+Xto exit Nano, then pressYto confirm saving changes, and finally pressEnter. -
Input the command
restart uiand press Enter to restart the user interface. -
Press
Ctrl+Alt+F1to return to the user interface or simply reboot the system. -
After returning to the user interface, ensure that you can log in to the system without black screens, etc.
After conducting the relevant tests and confirming normal operation, you can enable the feature on FydeOS by following the above steps.
Addressing the Black Screen Issue:
-
If you encounter a black screen issue after enabling the Jelly feature, you can follow these steps for resolution:
-
While in the black screen state, press
Ctrl+Alt+F2to access the terminal interface. -
Enter
chronosto enter the shell environment. -
Input
sudo mount -o remount rw /to remove the read-only restriction. -
In the terminal interface, input the following command:
sudo nano /etc/chrome_dev.conf. -
Navigate to the relevant field in the file and re-add
--disable-features=Jelly. -
Press
Ctrl+Xto exit Nano, then pressYto confirm saving changes, and finally pressEnter. -
Input the command
restart uiand press Enter to restart the user interface. -
Press
Ctrl+Alt+F1to return to the user interface or simply reboot the system.