Skip to content

Instantly share code, notes, and snippets.

@jmazzi
Created January 25, 2011 18:42
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jmazzi/795377 to your computer and use it in GitHub Desktop.
Save jmazzi/795377 to your computer and use it in GitHub Desktop.
How to fix adobe-air apps on Arch Linux x86_64 (Fix Error: HTMLLoader failed to initializeTypeError: Error #1009)
# sync package db
pacman -Sy
# installed bin32 adobe-air, be sure to remove the old one if you already installed it
yaourt -S aur/bin32-adobe-air
# Install the missing libs the AURs should depend on.
pacman -S lib32-libxt lib32-libxtst
# Enable multilib in /etc/pacman.conf
[multilib]
Include = /etc/pacman.d/mirrorlist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment