Re: SOLVED: no system tray after upgrade to 3.5
2006 m. spalis 28 d., šeštadienis 06:05, D. Michael McIntyre rašė: > Solved by switching to Kubuntu. I finally had too much of Sid. It's been > a good five years, Sid, but I can't take your broken toys anymore. Do you realize what Sid is? It is a _development_ version of the distro. So things break, get noticed and finally fixed. On the contrary, kubuntu x.xx is supposed to be a released version and more or less bug free. Now try ubuntu while it's still in active development. I think, you will want to go back to Sid. pgpQDLggkgrrZ.pgp Description: PGP signature
Amarok: migrating the database from PostgreSQL to SQLite?
I'm in the process moving my music collection to an external drive so that I can carry it around among different computers. Until now, I've used PostgreSQL as Amarok's storage engine, but that presumably won't work with my new setup. My idea is to use SQLite3 and with a symlink put ~/.kde/share/apps/amarok on the external drive. I don't yet know for sure if this will work, but what I'm unsure about is how or if at all to move the database from PostgreSQL to SQLite3. I can, of course, dump the PostgreSQL db, but is there a way to import it into SQLite? Michael -- Michael Schuerig mailto:[EMAIL PROTECTED] http://www.schuerig.de/michael/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Kmail does not delete old mail headers
Hi, I noticed, that kmail's imap directory "~/.kde/share/apps/kmail/imap/" is getting larger and larger. I seems that kmail downloads all mail headers to certain files (e. g. INBOX) but does not delete the corresponding headers on mail deletion. Hence, these files are getting quite big over time. Is this the intended behavior of kmail or can I configure kmail to delete old headers in these files? regards, Jörg -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Kmail does not delete old mail headers
Am Samstag 28 Oktober 2006 14:30 schrieb Joerg Platte: > I noticed, that kmail's imap directory "~/.kde/share/apps/kmail/imap/" is > getting larger and larger. I seems that kmail downloads all mail headers to > certain files (e. g. INBOX) but does not delete the corresponding headers > on mail deletion. Hence, these files are getting quite big over time. Is > this the intended behavior of kmail or can I configure kmail to delete old > headers in these files? Compress the folder from the context menu in kmail HS -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Kmail does not delete old mail headers
Am Samstag, 28. Oktober 2006 15:31 schrieb Hendrik Sattler: > Compress the folder from the context menu in kmail I tried it several times, but it does not help. The headers are not deleted. For example, one INBOX file occupies more than 25M for an empty folder. regards, Jörg -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Amarok: migrating the database from PostgreSQL to SQLite?
On Saturday 28 October 2006 12:34, Michael Schuerig wrote: > I'm in the process moving my music collection to an external drive so > that I can carry it around among different computers. Until now, I've > used PostgreSQL as Amarok's storage engine, but that presumably won't > work with my new setup. My idea is to use SQLite3 and with a symlink > put ~/.kde/share/apps/amarok on the external drive. I don't yet know > for sure if this will work, but what I'm unsure about is how or if at > all to move the database from PostgreSQL to SQLite3. I can, of > course, dump the PostgreSQL db, but is there a way to import it into > SQLite? To answer myself: In my case it boiled down to this * In Configure/Collection, select SQLite as the database. * Let Amarok re-index the collection. * Dump the statistics table from the PostgreSQL database $ pg_dump -a -d -t statistics amarok > /tmp/statistics.sql * Edit /tmp/statistics.sql so that only the INSERT statements remain. Replace false with 0. * On the command line connect to the newly created SQLite database $ sqlite3 /home/michael/.kde/share/apps/amarok/collection.db * Load the statistics sqlite> .read '/tmp/statistics.sql' * Hope everything works well... This did it in my case, YMMY. To be safe, before you start this process, make backups of ~/.kde/share/config/amarokrc, ~/.kde/share/apps/amarok, possibly even your original PostgreSQL database (pg_dump amarok > amarok.sql). All that said, my first impression of SQLite is that it is painfully slow compared to PostgreSQL. Michael -- Michael Schuerig mailto:[EMAIL PROTECTED] http://www.schuerig.de/michael/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: SOLVED: no system tray after upgrade to 3.5
On Saturday 28 October 2006 4:23 am, Modestas Vainius wrote: > Do you realize what Sid is? It is a _development_ version of the distro. So > things break, get noticed and finally fixed. Yes, of course I realize that. Don't get me wrong here. This was more of a so long and thanks for all the fish kind of post. I had a lot of fun riding the edge, but I got cut one too many times. This was a really bloody one. The kicker thing was just a tiny symptom of a spectacularly catastrophic problem. Fix it or chuck it? I chucked it. Enough is enough. I'm going to go curl up in a ball in the corner over here and suck my thumb, and try not to have flashbacks. That was nasty, and I don't scare easily. -- D. Michael McIntyre Author of Rosegarden Companion http://rosegarden.sourceforge.net/tutorial/ See my new music stand unfolding at http://users.adelphia.net/~silvan/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]