So you just got Fedora 12 installed on your computer and you need to Tweet about it from Tweetdeck, right?  But wait you are having some issues. You have Adobe Air installed and every time you try to install Tweetdeck you get this error:

Application crashed with an unhandled SIGSEGV
Crashlog has been dumped in /tmp/airCrashLogs/1118_2022_uRpKSj

Here is how to fix it:

linux$ su -
Password:
linux# for c in /etc/opt/Adobe/certificates/crypt/*.0; do aucm -n $(basename $c) -t true; done

Thats it, here is the FedoraForum post where this came from.