Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
xfce:exo:start [2012/01/07 20:10] – created nickxfce:exo:start [2022/12/11 22:38] – [Applications] - preferred aplications moved to xfce4-settings alexxcons
Line 1: Line 1:
-====== Exo ======+~~NOTOC~~ 
 +{{ :xfce:xfce.exo.png?no link|}} 
 +====== Exo - Helper Applications ======
  
-Exo is a support library used in the Xfce desktop. It also has some helper applications that are used throughout the entire desktop.+  * **[[#Applications|Applications]]** 
 +  * **[[#Required Packages|Required Packages]]** 
 +  * **[[#Debugging Support|Debugging Support]]** 
 +  * **[[#Latest Release|Latest Release]]** 
 +  * **[[#Source Code Repository|Source Code Repository]]** 
 +  * **[[#Reporting Bugs|Reporting Bugs]]**
  
-===== Application =====+----
  
-[[desktop-item-edit|Desktop File Editor]]\\+Exo is an extension library used in the Xfce desktop, originally developed by 
 +[[https://www.os-cillation.de/en/opensourceprojekte/libexo/|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.
  
-[[preferred-applications|Preferred Applications]]\\ +---- 
-Manage the preferred applicationsi.e. the Web Browser that should be used to open hyper-links+ 
 +===== Applications ===== 
 + 
 +  * **[[desktop-item-edit|Desktop Item Editor (exo-desktop-item-edit)]]** -- Editor for .desktop files 
 + 
 +  * **[[preferred-applications|exo-open]]** -- CLI tool in order to open various file formats 
 + 
 +---- 
 + 
 +===== Required Packages ===== 
 + 
 +  * [[https://developer.gnome.org/gio/|GIO]] 
 +  * [[https://wiki.gnome.org/Projects/GLib|GLib]] 
 +  * [[https://www.gtk.org|GTK+]] 
 +  * gthread 
 +  * [[https://gitlab.xfce.org/xfce/libxfce4ui|libxfce4ui]] 
 +  * [[https://gitlab.xfce.org/xfce/libxfce4util|libxfce4util]] 
 +  * gio-unix 
 + 
 +---- 
 +===== 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 codeand 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 ===== 
 + 
 +{{rss>https://archive.xfce.org/feeds/project/exo 1 date description 2h}} 
 + 
 +[[https://archive.xfce.org/src/xfce/exo|Previous Versions]] 
 + 
 +[[|Back to Top]] 
 +---- 
 +===== Source Code Repository ===== 
 +[[https://gitlab.xfce.org/xfce/exo|]] 
 + 
 +---- 
 + 
 +===== Reporting Bugs ===== 
 + 
 +  * **[[bugs|Reporting Bugs]]** -- Open bug reports and how to report new bugs 
 + 
 + 
 +[[|Back to Top]] 
 +---- 
 +[[:start|Back to main Xfce documentation page]]