© 2026 Evernight Vista Team
Based on Plasma Setup (C) KDE Community (https://kde.org)
The Out-of-the-box Experience (OOBE) experience that greets a user after system installation or when starting up a new computer. Guides the user in creating the system's first user account and configuring initial settings.It's based on plasma-setup.
Original Repo:https://github.com/KDE/plasma-setup
- User account creation
- Language selection
- Keyboard layout selection
- Time zone selection
- Network configuration
- Binary (Fedora 43):
sudo dnf copr enable march7thdev/Evernight_Vista_Operating_System -ysudo dnf install evernight-vista-oobeCaution:Please make sure installed evernight-vista-wallpaper and evernight-vista-themeui!
- Clone the repository:
git clone https://github.com/EvernightFedora/evernight-vista-oobe.git- Build and install:
cmake -B build/
cmake --build build/ --parallel
sudo cmake --install build/- Trigger system user creation:
sudo systemd-sysusers- Enable the systemd service:
sudo systemctl enable plasma-setup.service- Reboot:
With the systemd service enabled, reboot your system and the initial setup will run automatically.
- Contact:
Bilibili/RedNote(Xiaohongshu):长夜月玩Fedora Mail:13278297951@sina.cn
When setup finishes successfully it creates a flag file to indicate this at
/etc/plasma-setup-done. The systemd unit checks for this flag and only runs if
it does not exist, so the out-of-box experience only runs once. If you
intentionally want to re-run the wizard (for example while developing Plasma
Setup), remove the file manually and reboot:
sudo rm /etc/plasma-setup-donePlasma Setup can be customized via a system-wide configuration file located at
/etc/xdg/plasmasetuprc. This file allows administrators to set default values
and preferences, as well as control certain aspects of the setup process.
The project is under active development and is not yet ready for production use. Contributions and suggestions are very welcome.