ilius / starcal

StarCalendar: Full-featured International Calendar for Linux Desktop
https://ilius.github.io/starcal/
GNU Affero General Public License v3.0
153 stars 22 forks source link

StarCal2 doesn't run on Ubuntu 13.10 #4

Closed amirkarimi closed 10 years ago

amirkarimi commented 10 years ago

I had no problem on Ubuntu 13.04 but after upgrading to 13.10 and installing StarCal I get these errors:

error while loading plugin "/usr/share/starcal2/plugins/extra-jalali.spg": no such file!

error while loading plugin "/usr/share/starcal2/plugins/extra-gregorian.spg": no such file!

error while loading plugin "/usr/share/starcal2/plugins/extra-hijri.spg": no such file!

error while loading plugin "/usr/share/starcal2/plugins/extra-iran-bastani.spg": no such file!

error while loading plugin "/usr/share/starcal2/plugins/extra-jalali-2.spg": no such file!

error while loading plugin "/usr/share/starcal2/plugins/extra-gregorian-2.spg": no such file!

error while loading plugin "/usr/share/starcal2/plugins/extra-hijri-2.spg": no such file!
ilius commented 10 years ago

Install python-appindicator package, then run starcal2 It's a known bug (I'm not sure to call this a starcal bug or Ubuntu bug) Anyway, it's fixed in master branch: python-appindicator is added to debian package dependencies (install-debian script) (in case libappindicator1 is installed, which includes Ubuntu, Kubuntu, ...)

amirkarimi commented 10 years ago

Thanks a lot, the best approach was what you've done; adding the dependency.