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
apps:orage:start [2022/02/25 10:50] – [The exchange data window] gaelapps:orage:start [2023/07/02 08:04] (current) – Update Latest Release section kevinbowen
Line 1: Line 1:
 ~~NOTOC~~ ~~NOTOC~~
-{{ :xfce:xfce.gigolo.png?no link|}}+{{ :apps:orage:org.xfce.orage.png?no link|}}
 ====== Orage - A calendar application  ====== ====== Orage - A calendar application  ======
  
Line 16: Line 16:
   * **[[#The exchange data window|The exchange data window]]**   * **[[#The exchange data window|The exchange data window]]**
   * **[[#The preferences window|The preferences window]]**   * **[[#The preferences window|The preferences window]]**
 +  * **[[#Integration with Xfce panel clock|Integration with Xfce panel clock]]**
   * **[[#Latest Release|Latest Release]]**   * **[[#Latest Release|Latest Release]]**
   * **[[#Source Code Repository|Source Code Repository]]**   * **[[#Source Code Repository|Source Code Repository]]**
Line 532: Line 533:
  
 By default Orage stays open in the background when asked to close. This option changes Orage to quit and never stay in background when it is asked to close. By default Orage stays open in the background when asked to close. This option changes Orage to quit and never stay in background when it is asked to close.
 +
 +[[|Back to Top]]
 +----
 +
 +===== Integration with Xfce panel clock =====
 +
 +Orage can be opened by double mouse click to panel clock. Since from Xfce 4.18, panel clock properties can be used to enter orage command:
 +
 +<figure "Calendar plugin preferences window with orage command">
 +{{ :apps:orage:xfce4-clock-plugin-preferences.png?direct&300 |}}
 +</figure>
 +
 +Before Xfce 4.18, can be usued following one-liner to create the configuration that calls orage:
 +<code>
 +COMMAND="orage -t"; xfconf-query -c xfce4-panel -p $(xfconf-query -c xfce4-panel -lv | grep clock | awk '{print $1}')/command -t string -s "$COMMAND" -n</code>
 +
 +More information about Xfce panel clock hidden settings can be found [[https://docs.xfce.org/xfce/xfce4-panel/clock#hidden_settings|xfce4-panel - Clock documentation page]]
  
 [[|Back to Top]] [[|Back to Top]]
Line 537: Line 555:
  
 ===== Latest Release ===== ===== Latest Release =====
-{{rss>https://archive.xfce.org/feeds/project/orage 1 date description 2h}}+{{rss>https://archive.xfce.org/feeds/project/orage 1 date 2h}} 
 + 
 +[[https://gitlab.xfce.org/apps/orage/-/blob/master/NEWS|Read the CHANGELOG]]
  
-  * **[[http://archive.xfce.org/src/apps/orage/|Previous Releases]]**+  * **[[https://archive.xfce.org/src/apps/orage/|Download current release]]** (link also contains older versions)
  
 [[|Back to Top]] [[|Back to Top]]