Orage is a time-managing application for the Xfce desktop environment.
Orage aims to be a fast and easy to use graphical calendar. It uses portable ical format and includes common calendar features like repeating appointments and multiple alarming possibilities. Orage does not have group calendar features, but can only be used for single user. It takes a list of files for ical files that should be imported. Contents of those files are read and converted into Orage, but those files are left untouched.
See NEWS for details on changes and fixes made in the current release.
Orage depends on the following packages:
- GLib >= 2.74.0
- GTK >= 3.24.0
- libxfce4ui >= >= 4.20.0
- libxfce4util >= 4.20.0
- Libical >= 3.0.0
Orage optionally depends on the following packages:
- Libnotify >= 0.7.0
- For audible reminder any audio command which play wav and ogg files (sox, play, etc...)
From source code repository:
% cd orage
# to install into the default directory
% meson setup build
# or to install into a custom directory
% meson setup build --prefix=<installation-directory>
% meson compile -C build
% meson install -C build
From release tarball:
% tar xf orage-<version>.tar.xz
% cd orage-<version>
% meson setup build
% meson compile -C build
% meson install -C build
% ninja uninstall -C build
Visit the reporting bugs page to view currently open bug reports and instructions on reporting new bugs or submitting bugfixes.