05.30.08

Disable the Recent Documents Menu in Gnome

Posted in Linux at 15:20 by Arkham

cd
su
rm -i .recently-used*
chattr +i .recently-used.xbel

;)

MIA: Firefox titlebar icon

Posted in Linux at 14:42 by Arkham

I just installed firefox3 beta and I realized that the little icon in upper right corner of the application (the titlebar) had just disappeared leaving a pretty sad spot in my eyesight.
After symlinking a hundred of different images in $FIREFOX_DIR and /usr/share/pixmaps I finally discovered the right one:

cd /opt/mozilla/lib/firefox-3.0/
mkdir -p chrome/icons/default/
cp icons/default.xpm  chrome/icons/default/default.xpm

If the same problem happens while you’re using the normal Firefox just change /opt/mozilla/lib/firefox-3.0 into /usr/lib/firefox ;)

05.28.08

Revenge

Posted in Thoughts at 19:32 by Arkham

Today I was returning home from university and I saw an old lady while she was wiping his little dog ass.

Who is the pet now?

05.15.08

Archlinux Ettercap GTK b0rk3n

Posted in Linux at 11:59 by Arkham


Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/.annapurna/ark/ark.asengard.net/blog/wp-content/plugins/wp-syntax/geshi/geshi.php on line 1827

Warning: Invalid argument supplied for foreach() in /home/.annapurna/ark/ark.asengard.net/blog/wp-content/plugins/wp-syntax/geshi/geshi.php on line 1827

Warning: Invalid argument supplied for foreach() in /home/.annapurna/ark/ark.asengard.net/blog/wp-content/plugins/wp-syntax/geshi/geshi.php on line 2180

Warning: Invalid argument supplied for foreach() in /home/.annapurna/ark/ark.asengard.net/blog/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3025

Warning: implode() [function.implode]: Argument must be an array in /home/.annapurna/ark/ark.asengard.net/blog/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3077

Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/.annapurna/ark/ark.asengard.net/blog/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3108

Warning: Invalid argument supplied for foreach() in /home/.annapurna/ark/ark.asengard.net/blog/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3108

Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/.annapurna/ark/ark.asengard.net/blog/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3151

Warning: Invalid argument supplied for foreach() in /home/.annapurna/ark/ark.asengard.net/blog/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3151

Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/.annapurna/ark/ark.asengard.net/blog/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3292

Warning: Invalid argument supplied for foreach() in /home/.annapurna/ark/ark.asengard.net/blog/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3292

Yes, it’s broken.

arkham ~  $  ettercap-gtk 
ettercap-gtk: error while loading shared libraries: libltdl.so.3: 
cannot open shared object file: No such file or directory

ABS Solution:

mkdir -p ~/builds
cp -r /var/abs/extra/ettercap-gtk ~/builds
cd ~/builds/ettercap-gtk
makepkg -c
pacman -U ettercap-gtk-NG_0.7.3-2-i686.pkg.tar.gz

;)