Xfce Wiki

Sub domains
 

Exo - Helper Applications


Exo is an Xfce library targeted at application development, originally developed by os-cillation. It contains various custom widgets and APIs extending the functionality of GLib and GTK. It also has some helper applications that are used throughout the entire Xfce desktop to manage preferred applications and edit .desktop files.

exo is targeted at application development and is considered ready for production use. You no longer need to define the EXO_API_SUBJECT_TO_CHANGE preprocessor symbol.


Applications

  • exo-open – CLI tool in order to open various file formats

Required Packages


Debugging Support

libexo currently supports four different levels of debugging support, which can be setup using the configure flag `–enable-debug' (check the output of `configure –help'):

`full'    This is the strongest option. Deprecation and some coding style
          checks are made and will cause the build to fail for any errors
          or warnings.
`yes'     This is the default for Git snapshot builds. It adds all kinds
          of checks to the code, and is therefore likely to run slower.
          Use this for development of libexo and locating bugs in libexo.
`minimum' This is the default for release builds. This is the recommended
          behavior.
`no'      Disables all sanity checks. Don't use this unless you know
          exactly what you are doing.

Back to Top


Latest Release

  • exo 4.19.0 released (2023/10/15 05:03)

Read the CHANGELOG

Back to Top


Source Code Repository

Reporting Bugs

Back to Top


Back to main Xfce documentation page