Xfce Wiki

Sub domains
 

Exo - Helper Applications


Exo is an extension library used in the Xfce desktop, originally developed by os-cillation. It 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


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.21.0 released (2025/03/20 19:46)
    exo 4.21.0 is now available for download from https://archive.xfce.org/src/xfce/exo/4.21/exo-4.21.0.tar.bz2 https://archive.xfce.org/src/xfce/exo/4.21/exo-4.21.0.tar.bz2?sha1 https://archive.xfce.org/src/xfce/exo/4.21/exo-4.21.0.tar.bz2?sha256 What is exo? ============ Exo is an Xfce library targeted at application development. It contains various custom widgets and APIs extending the functionality of GLib and GTK. It also ships utilities for defining preferred applications, mounting storage devices and more. Website: https://docs.xfce.org/xfce/exo/start Release notes for 4.21.0 ======================== [Please note that this is a development release.] exo is deprecated in favor of libxfce4ui and libxfce4util as of development version 4.21.0. The last stable release before archiving the repository will be 4.22.0. See https://gitlab.xfce.org/xfce/exo/-/merge_requests/87 and the links it contains for details. - Update copyright year - Deprecate exo-job and exo-simple-job - Deprecate binaries - Deprecate exo-tree-view - Deprecate exo-icon-chooser-dialog and friends - Deprecate exo-gtk-extensions - Deprecate exo-gdk-pixbuf-extensions - Deprecate exo-execute - I18n: Update po/LINGUAS list - Properly check iterator before usage (#124) - Fix code style - exo-tree-view: Allow Ctrl+Shift+Click in single click mode - Translation Updates: Albanian, Catalan, Danish, Estonian, Polish, Portuguese, Romanian, Russian, Slovak, Slovenian, Venetian

Previous Versions

Back to Top


Source Code Repository

Reporting Bugs

Back to Top


Back to main Xfce documentation page