Xfce Wiki

Sub domains
 

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
xfce:exo:start [2020/09/01 02:36] kevinbowenxfce:exo:start [2023/07/01 00:38] (current) kevinbowen
Line 1: Line 1:
 ~~NOTOC~~ ~~NOTOC~~
-======  exo - Helper Applications ====== +{{ :xfce:xfce.exo.png?no link|}} 
-exo is an extension library used in the Xfce desktop, originally developed by +====== Exo - Helper Applications ======
-[[https://www.os-cillation.de/en/opensourceprojekte/libexo/|os-cillation]]. It has some helper applications that are used throughout the entire desktop, to manage preferred applications and edit .desktop files. +
- +
-exo is targeted at application development and is considered ready for production use. You do no longer need to define the EXO_API_SUBJECT_TO_CHANGE preprocessor symbol.+
  
   * **[[#Applications|Applications]]**   * **[[#Applications|Applications]]**
 +  * **[[#Required Packages|Required Packages]]**
 +  * **[[#Debugging Support|Debugging Support]]**
   * **[[#Latest Release|Latest Release]]**   * **[[#Latest Release|Latest Release]]**
   * **[[#Source Code Repository|Source Code Repository]]**   * **[[#Source Code Repository|Source Code Repository]]**
Line 13: Line 12:
 ---- ----
  
 +
 +Exo is an Xfce library targeted at application development, originally developed by
 +[[https://www.os-cillation.de/en/opensourceprojekte/libexo/|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 =====
 +
 +  * **[[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 ===== ===== Debugging Support =====
  
Line 34: Line 60:
             exactly what you are doing.             exactly what you are doing.
  
 +[[|Back to Top]]
 ---- ----
  
-===== Applications =====+===== Latest Release =====
  
-  * **[[desktop-item-edit|Desktop Item Editor]]** -- Editor for .desktop files+{{rss>https://archive.xfce.org/feeds/project/exo 1 date 2h}}
  
-  * **[[preferred-applications|Preferred Applications]]** -- Select the default applications to be used for various services, i.e. the web browser that should be used to open hyperlinks +[[https://gitlab.xfce.org/xfce/exo/-/blob/master/NEWS|Read the CHANGELOG]]
- +
-===== Latest Release ===== +
-==== 4.15.2 (202020820)==== +
-[[https://archive.xfce.org/src/xfce/exo/4.15/exo-4.15.2.tar.bz2|exo-4.15.2.tar.bz2]] +
-    * **[[https://archive.xfce.org/src/xfce/exo/4.15/exo-4.15.2.tar.bz2?sha1?sha1|SHA1 hash]]** +
-    * **[[https://archive.xfce.org/src/xfce/exo/4.15/exo-4.15.2.tar.bz2?sha256|SHA256 hash]]**+
  
-[[https://archive.xfce.org/src/xfce/exo|Previous Versions]]+  * **[[https://archive.xfce.org/src/xfce/exo/|Download current release]]** (link also contains older versions)
  
 +[[|Back to Top]]
 ---- ----
 ===== Source Code Repository ===== ===== Source Code Repository =====
Line 61: Line 83:
  
  
-{|Back to Top]]+[[|Back to Top]]
 ---- ----
 [[:start|Back to main Xfce documentation page]] [[:start|Back to main Xfce documentation page]]