Direkt zum Hauptbereich

Posts

Posts mit dem Label "kde" werden angezeigt.

"Trash has reached maximum size"

"Trash has reached maximum size" This message came up since a long time on my linux desktop when I tried to use the trash bin icon to delete stuff. Emptying the bin didn't help and didn't make sense, because there's still a lot of space available on my hardrive. I found the (simple) solution finally here: http://forum.kde.org/viewtopic.php?f=66&t=88418 hey! The solution to my problem is the following: Code:  Select all root@sega:/home/ilj % mv /home/ilj/.local/share/Trash ~/ The error message is bogus, though. The Trash folder did not contain any files: and there was a one string entry only in the metadata file. Moving Trash folder allowed me to start using it as expected instantly.

migrating from kmail to thunderbird

While I gave up local mails and subordinated entirely to google meanwhile, my partner still wants to be independant and prefers local mails. Since KMail seemst to be wrecked, I have to migrate her mails to the old mbox format of thunderbird. This one-command-recipe worked for me. I replaced Archive/ by e.g. .kde/share/apps/kmail/mail/inbox and sarchive by sMBOXinbox . To import  MBOXinbox they simply have to be copied to   ~/.thunderbird/.....default/Mail/Local\ Folders . Converting Maildir to mbox via mutt Ran into an issue today where I needed to convert a Maildir containing over 50k messages to mbox format and couldn’t really find any good tools. So I found  this blog post  about using mutt to do it. Unfortunately, it converted one Maildir to another. =( One crucial piece is missing, so here is the one-liner in all its glory: $ mutt -f Archive/ -e 'set mbox_type=mbox; set confirmcreate=no; \ set delete=no; push "T.* ;sarchive "' The above convert...

Kmymoney

Anlegen eines neuen Benutzers in aqbanking / kymmoney: BLZ: klar Bank-Server: banking.s-fints-pt-be.de/PinTanServlet Name: klar Benutzerkennung: klar (ohne C hintendran) Kundennummer: wie oben erweiterte Einstellungen: X HTTP-Version: 1.0 RDH: 1.0 HBCI-Version: 2.20 Bankschlüsselname: leer Bank signiert ihre Nachrichten : X Bank verwendet Signaturzähler: leer SSLv3 erzwingen: X Nicht BASE64 kodieren: leer

Re: google earth (all fonts) unreadable

I had the same problem and solved it a minute ago: the missing fonts are the microsoft-core-fonts (arial, times, etc...). Since the package ttf-mscorefonts-installer has been installed, they should have been available, but my font-installation-module told me otherwise. Simple removing and reinstalling ttf-msocorefonts-installer solved the problem Code: sudo apt-get remove ttf-mscorefonts-installer sudo apt-get install ttf-mscorefonts-installer

Adressbuch ffgtk

Um in ffgtk die aktuellen Adressen angezeigt zu bekommen: aus Kontaktverwaltung(Adressbuch) die aktuellen Adressen nach .ffgtk/ab_local.vcf kopieren. Um die Adressen in Kontaktverwaltung(Akonadi) zu kopieren: Aus jpilot als .ldif-file exportieren und in kontaktverwaltung importieren: jpilot -> .ldif -> kontaktverwaltung -> .ffgtk/ab_local.vcf -> ffgtk

TwinView auf der Geforce fx 5200

funktioniert, xinerama funktioniert nicht so gut wie twinview, am besten mit zwei Displays mit der gleichen Auflösung, sonst zickt verschiedenes rum, wie z.B. Plasma. Hier das funktionierende xorg.conf: # nvidia-settings: X configuration file generated by nvidia-settings # nvidia-settings: version 1.0 (buildd@palmer) Mon Nov 3 08:46:46 UTC 2008 # nvidia-xconfig: X configuration file generated by nvidia-xconfig # nvidia-xconfig: version 1.0 (buildmeister@builder3) Tue Jan 22 19:53:46 PST 2008 # # This file was generated by failsafeDexconf, using # values from the debconf database and some overrides to use vesa mode. # # You should use dexconf or another such tool for creating a "real" xorg.conf # For example: # sudo dpkg-reconfigure -phigh xserver-xorg Section "ServerLayout" Identifier "Default Layout" Screen 0 "Screen0" 0 0 InputDevice "Generic Keyboard" "CoreKeyboard" InputDevice ...