8

The Maya Calendar from Elementary OS seems really nice:

enter image description here

Has anyone been able to run it on Ubuntu ? Is it available on some repository ? After installing the dependencies, I only get a ton of error messages when I try to build it from source. This question on the official page has no positive answer yet.

Klaus
  • 231
  • 1
  • 3
  • 9
  • 2
    No. AFAIK now Maya requires gtk-3.12, Contractor & Granite. You have to compile it/them from source in Gnome-3.12. I don't think it can be compiled against Gtk-3.10. – Khurshid Alam May 27 '14 at 07:20
  • Yorba is working on a calendar app for GNOME named California. It is quite good (although still alpha). You can [download the app](https://launchpad.net/~yorba/+archive/ubuntu/daily-builds/+packages) and try it out. – Stefan van den Akker Aug 11 '14 at 11:49

2 Answers2

4

This is the way to install Mayan Calendar on Ubuntu.

sudo apt-add-repository ppa:elementary-os/daily
sudo apt-get update
sudo apt-get install maya-calendar

Source

A.B.
  • 89,123
  • 21
  • 245
  • 323
Life
  • 149
  • 4
  • Well, don't try this if you are a numix fans for it conflicts with some settings in numix. – Life Jan 23 '15 at 06:19
1

If you don't want untested features use the 'stable' repo instead of 'daily'

sudo apt-add-repository ppa:elementary-os/stable
sudo apt-get update
sudo apt-get install maya-calendar
i.O
  • 21
  • 1