Showing posts with label calendar. Show all posts
Showing posts with label calendar. Show all posts

Wednesday, August 1, 2007

Installing Rainlendar

Last post I did was a review of Rainlendar, and I said it could be a bit tricky to install cause it was a pain for me. Anywho when like I ever have problems I run to Qunu. On Qunu a nice person by the name of isaac_j87 was there to help me.... So here we go.

To install it normally, if you don't run into any problems you should first download it from here. After you download it you need to extract it, then you will have a directory called; "rainlendar2". In there there will be a file named, "rainlendar2". Now first try installing it, and see if it will work for you. To get it to run you just need to run the rainlendar2 file. Which I like to do from terminal so If it doesn't work I can see any errors. So I cd into the rainlendar2 directory then ran"

./rainlendar2

Now of course after I did this it did not work.....and I did not get any errors in my terminal output. So that is when I went to Qunu, and met isaac_j87 who I can not thank enough for helping me out!

So here is the fix for what went wrong with us. First you need to navigate to your home folder, and look in the directory called ".config" which is a hidden directory, so if you want to see it I know on Ubuntu you just pres, ctr+h on the keyboard while in your home directory and all your hidden files becoem visible. Now while in the ".config" directory you should see a ".rainlendar" directory if you already tried starting Rainlendar like I stated above. In this directory there should be a file or two called something like:

Rainlendar2-mike

and maybe;

Rainlendar2-root

Your first one probably ill not say mike, but your user name. Next make a copy of the Rainlendar2-"your user name" and paste it in the same directory as the other two. Next you will wan't to re-name the pasted file, "rainlendar2.ini". And make sure that is lowercase....

Now it should kind of work....So go back to the original Rainlendar2 directory and run the .bin again with ./rainlendar2 and you will probably get an error but the calendar should be working....the error I got was something like this (but if this does not happen scroll down and go to my note):

/home/mike/.config/.rainlendar/rainlendar2.ini', line 1: '=' expected.

So now lets fix this error. So type this into terminal but replace mike with your user name:

gedit /home/mike/.config/.rainlendar2

This will open gedit and you need to look at the text in this file. The second line of the file should say, [default] or something along those lines and right above it there should be a number....delete the number then save and close, and try running rainlendar again. Now it should work again but without that error. Congratulations you now have yourself a great desktop calendar to stay organized.

Note:

If you tried all of the above and it still didn't work your an unlucky fellow like I was. If after the file copy and name change it still doesn't run, then open up your .ini file in a text editor. See if it says anything... mine said this:

㘱㜶4

and nothing else....so after this we were stuck and I was frustrated so, I just opened up my .rainlendar directory and cleared all the contents...but make sure you are in the .rainlendar2 not the rainlendar2you want the one located in the .config directory. I just wiped out everything that was in it, so it was now just an empty directory. Then I tried running the ./rainlendar2 again in terminal and it then created the two files I mentioned before, and I copied it again and changed its name, and repeated all and bam it now worked! Go figure who know what happened....but it fixed it. If after all this it still don't work post a comment on your situation, and we can try and help you out.

Tuesday, July 31, 2007

Great Desktop Calender on Linux

I love Screenlets and Gdesklets all every other widget type thing for Linux, but none of them have a calender for your desktop like this. This post will be review Rainlendar, which your desktop should not live without. This post will review it and tell you how to install i ton Linux, cause boy did I have problems with this guy.....but it was worth it once we figured out what was going on. So It will hopefully be easy for you now!

But first we got the review. What is Rainlendar? Rainlendar is a Calendar that sits on your desktop and basically is your life at your fingertips. I love to stay organized and my Google Calendar has been awesome, but it never gave me a quick look at what was going on. I like having my calendar on my desktop cause usually if I need to check a date I want to do it fast, with this I do not have to log into Google or open my internet browser. Now I know all the Linux Open Source, free software people are goign to kill me but there is a pay version of Rainlendar. But I do not use it, I use the free one which I have no regrets over. The only functionality the pay version has that a Linux user might use is syncing with your Google Calendar. For me I do not feel the need to have two Calendars, but some may want the Google one for on the go, but hey if you got a Linux laptop Rainlendar is always on your desktop....

I guess before I go any further I should dazzle you with screen shots of it on my computer. Just a note Rainlender isn't this blur with text, I just blurred out some of my appointments. So first Screen shot is my whole desktop, then I will give you a nice zoomed in on the Calendar itself.



The screen shots pretty much so the functionality of this great application. You can see dates on the Calendar with things to do are blue, and things marked important are red. Also some things are put into categories, pretty much like tags, and they have tiny symbols that show up. Two of the symbols on my calendar you can see are vacation, and medical. To add an even you just double click a date on the Calendar, and then it automatically will come up in the Events list. You can also turn the events list off if you do not want it. There also is a to do list but I have mine turned off cause I just keep everything as events. Another neat feature is if you hold your mouse over an icon a little snazzy looking balloon pops up with information saying what is going on on that day.

Installation will come in my next post, Figured I would give you a cliff hanger...jk I have to leave. Anywho its simple enough to install but if it don't work for you stay tuned cause I will help you guys who are broken....

Update:

Now I have instructions on Installation for Rainlendar!