The ExelentOS Welcome App is a core component of the ExelentOS operating system. It provides a streamlined and friendly interface to help users get started with their new system. The app is designed to simplify configuration, introduce essential tools, and connect users with resources.
- Welcome Screen: An introductory overview to greet new users.
- System Configuration: Easily access settings for personalization and updates.
- Software Management: Install recommended applications and utilities directly.
- Help & Support: Links to documentation, community channels, and troubleshooting guides.
The Welcome App launches automatically after the first boot of ExelentOS. It is designed to be intuitive and assists users in configuring the OS and accessing essential tools.
To manually launch the app:
- Open the terminal or application launcher.
- Run the following command:
exelentos-welcome
when using ExelentOS, the application is set to launch on login, so no need to run this command
- clone the repository
git clone https://github.com/ExelentOS/exelentos-welcomeapp.git cd exelentos-welcomeapp - Install dependencies:
- Qt Framework (check version compatibility with your system)
- Build tools:
CMake,make, and a modern C++ compiler.
- Build the application
mkdir build && cd build cmake .. make
- Run the application
./appexelentos-welcome
Contributions are welcome! Here's how you can help:
- Fork the repository.
- Make your changes in a new branch.
- Open a pull request with a clear explanation of your modifications.
Please follow instructions on Contributing.md.
Thank you to the open-source contributors and the ExelentOS community for their support in making this project possible.
