From Fedora Project Wiki
Description
This test case ensures that the exo
library, which assists in the development of XFCE applications, functions correctly in Fedora.
Setup
- Ensure the
exo
tools are installed. If not, install them with the command:sudo dnf install exo
How to test
- Open a terminal.
- Launch the default web browser using
exo
:exo-open --launch WebBrowser
- Launch the default email client using
exo
:exo-open --launch MailReader
- Check the version of
exo
installed:exo-csource --version
Expected Results
- The
exo-open --launch WebBrowser
command should open your default web browser. - The
exo-open --launch MailReader
command should open your default email client. - The
exo-csource --version
command should display the version ofexo
installed.
Optional
Explore other functionalities provided by exo
tools, such as exo-desktop-item-edit
to edit desktop menu items.