Search Criteria
Package Details: rainlendar-lite 2.16-1
Git Clone URL: | https://aur.archlinux.org/rainlendar-lite.git (read-only, click to copy) |
---|---|
Package Base: | rainlendar-lite |
Description: | A desktop Calendar, ToDo list and Event list |
Upstream URL: | http://www.rainlendar.net/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | None |
Maintainer: | twa022 |
Last Packager: | twa022 |
Votes: | 64 |
Popularity: | 0.000000 |
First Submitted: | 2007-03-08 18:37 |
Last Updated: | 2021-02-15 19:54 |
Latest Comments
1 2 3 Next › Last »
philo commented on 2020-02-13 16:56
If you already have rainlendar-lite 2.14.2 installed and running, it is easy to upgrade to the latest version, i.e. 2.15.3:
Exit rainlendar.
Create a folder ~/builds, if you do not have one.
Download: https://www.rainlendar.net/download/Rainlendar-Lite-2.15.3-amd64.tar.bz2
Type in a terminal:
cd ~/builds
tar -xvf Rainlendar-Lite-2.15.3-amd64.tar.bz2
That creates a folder 'rainlendar2' in ~/builds.
Cpoy that folder into /opt, thus replacing the existing rainlendar2.
No need to create a PKGBUILD by running makepkg.
Reboot.
Rainlendar should now be in version 2.15.3.
karcher commented on 2018-12-17 17:35
I've just installed rainlendar-lite and I get following error when I run it from the terminal:
rainlendar: error while loading shared libraries: libidn.so.11: cannot open shared object file: No such file or directory
and this URL: https://aur.archlinux.org/packages/libidn-133-compat/
doesn't work.
Any ideas?
EDIT: If found and installed libidn11 in the repos and then rainlendar started without error, but the GUI was not rendered normally, so I had to uninstall rainlendar.
philo commented on 2018-10-31 10:34
Since ICU-63, errors while loading shared libraries: libicui18n.so.62 etc.
Solved by upgrading webkitgtk2 to version 3:2.4.11-14, which is rebuilt against the new ICU-63.
EDIT Alternatively, an AUR package of 'icu62 62.1-1' was released on 2018-11-05.
philo commented on 2017-01-21 11:50
pacman now recommends avoiding webkitgtk2 because of security issues and moved it to AUR. Can it be replaced?
EDIT-
Rainy (of rainlendar) said in July 2017: "I don't know why the library is marked as unsafe. It's used for the OAuth e.g. in Google Calendar so Rainlendar doesn't work without it."
capoeira commented on 2016-02-25 16:03
==> ERRO: source_i686 deveria ser um array
==> ERRO: source_x86_64 deveria ser um array
(should be array)
QuantumbyteKid commented on 2016-01-13 12:47
I guess there is a missing dependency:
rainlendar: error while loading shared libraries: libwebkitgtk-1.0.so.0: cannot open shared object file: No such file or directory
solved with installing
pacman -S webkitgtk2
ranger commented on 2015-09-04 10:29
libjpeg6 is not available in aur anymore.
You can update the dependencies with libjpeg6-turbo
Sausad commented on 2014-01-20 20:38
Don't know if it's clean but here's a fix
sudo ln -s /usr/lib/librtmp.so.1 /usr/lib/librtmp.so.0
bluebyt commented on 2014-01-14 22:39
Rainlendar doesn't work after I updated both of my computers?
rainlendar: error while loading shared libraries: librtmp.so.0: cannot open shared object file: No such file or directory
abarbarian commented on 2014-01-04 16:15
Rainlendar-lite stopped working after I did a recent update of the system. I'm a bit baffled as to what to do.
Could the cause be connected with "libjpeg6-turbo-1.3.0-1".
To install "libjpeg6-turbo-1.3.0-1" I had to delete,
'usr/lib/libturbojpeg.so.0'
'usr/lib/libturbojpeg.so.0.0.0'
and then do,
Packages (1): libjpeg6-turbo-1.3.0-1
Total Installed Size: 1.13 MiB
Net Upgrade Size: 0.26 MiB
:: Proceed with installation? [Y/n] y
(1/1) checking keys in keyring [----------------------] 100%
(1/1) checking package integrity [----------------------] 100%
(1/1) loading package files [----------------------] 100%
(1/1) checking for file conflicts [----------------------] 100%
(1/1) checking available disk space [----------------------] 100%
(1/1) upgrading libjpeg6-turbo [----------------------] 100%
file owned by 'libjpeg-turbo' and 'libjpeg6-turbo': 'usr/lib/libturbojpeg.so.0'
file owned by 'libjpeg-turbo' and 'libjpeg6-turbo': 'usr/lib/libturbojpeg.so.0.0.0'
Either way before or after my intervention Rainlendar will not work.
Any bright ideas anyone. ;-)