Monday, July 19, 2010

thunderbird problems

So I had to give KOrganiser the boot :( because even with davmail it still would not sync calendars (contacts would work intermittently). And akonadi would never start properly, and even then it was broken and won't load google calendars. Which pretty much makes it fail at the Organiser part of KOrganiser. Evolution also fails because of kde and its inability to open attachments properly.
So that's how I came to be using thunderbird. It took a while to get 3.1 installed (only 3.05 is in the repositories right now) and there's no 64bit .deb. Somehow I found a tar.bz2 for the 64 bit version, but for the life of me I cannot remember where. And the weirdest thing was was that it was just the directory that needed to be directly copied into wherever you wanted (no compiling, weird). So I copied that into lib or whatever, and then created a start menu item. So now it is installed, and is 64 bit!
I installed the lightning extension (there was a link when I opened mozilla in the what's new tab and that worked fine, thankfully) and a couple of other extensions and all was tops until I opened it this morning and got "unable to open the summary file for inbox thunderbird" etc. The internets told me to just delete the inbox.msf files where ever they are stored, but that didn't work. What I had to do was delete all my mailboxes, delete all the folders containing the msf files and do them all again.
But it doesn't stop there! Then I got these crazy errors when I attempted to delete items "The current command did not succeed. The mail server responded: [TRYCREATE] The requested item could not be found." on my IMAP account. Turns out it attempts to move it to a "Trash" Folder which does not exist on some IMAP accounts. So a manual workaround is here: http://kb.mozillazine.org/IMAP_Trash_folder
And guess what! It actually worked. Though why it would have been so difficult to put a "name your own trash folder" in the account prefs is beyond me [EDIT: turns out that they do. It's a drop-down menu, selecting the right folder works and then unsubscribing to trash, but it appears to be a bit temperamental moving things on the server]. And you should also go through your settings and change all the folders "sent" to "sent items" etc. if required, otherwise you'll get errors on syncing. Kontact had no problem with auto-detecting what should be what so I don't know what thunderbird's problem is.

But of course I still can't get LDAP to work.

Tuesday, July 6, 2010

share-mime-info segfaulting?

So today I started getting errors from share-mime-info any time I tried to run apt-get, kpackagekit, dpkg etc. Not sure if it had to do with a recent update or when I tried to install google-gadgets yesterday. Either way, it boiled down to share-mime-info throwing segmentation faults and other various things. I tried a multitude of fixes - deleting various files, but none of that worked. I attempted to reinstall over my distro from the live disc, but that didn't work. In the end I went down the long hard road of attempting to reinstall share-mime-info, and in short - don't. I purged it only to have it uninstall pretty much everything with put me in dependency hell. Eventually I booted into my live disc and:

sudo mkdir /mnt/repair
sudo mount /dev/sda1 /mnt/repair (sda1 being my main partition)
sudo chroot /mnt/repair su
sudo rm /mnt/repair/usr
I then installed 10.04 from the live disc and then (just to be safe!):
sudo apt-get update
sudo apt-get upgrade
sudo aptitude upgrade
sudo apt-get -f install
sudo dpkg --configure -a
sudo apt-get upgrade

I then logged back into kubuntu as per usual, and voila, fixed. Now I just have to reinstall everything, though if you're reading this, then you could probably just delete the usr folders relating to share-mime-info and maybe gtk (since apparently it may be related to conflicting gtk versions)...