Skip to content

ExelentOS/exelentos-welcomeapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExelentOS Welcome App

Maintenance

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.


Features

  • 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.

Usage

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:

  1. Open the terminal or application launcher.
  2. Run the following command:
    exelentos-welcome
    

when using ExelentOS, the application is set to launch on login, so no need to run this command


Development

build from source

  1. clone the repository
    git clone https://github.com/ExelentOS/exelentos-welcomeapp.git
    cd exelentos-welcomeapp
    
  2. Install dependencies:
  • Qt Framework (check version compatibility with your system)
  • Build tools: CMake, make, and a modern C++ compiler.
  1. Build the application
    mkdir build && cd build
    cmake ..
    make
    
  2. Run the application
    ./appexelentos-welcome
    

Contributing

Contributions are welcome! Here's how you can help:

  1. Fork the repository.
  2. Make your changes in a new branch.
  3. Open a pull request with a clear explanation of your modifications.

Please follow instructions on Contributing.md.


Acknowledgments

Thank you to the open-source contributors and the ExelentOS community for their support in making this project possible.

bg

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published