[Bug 466567] Re: Firefox moz-icon://.ext not working
Ilja Sekler
ilja_sekler_ at gmx.de
Fri Nov 27 18:10:50 UTC 2009
> ln -s $file $HOME/.icons/$ITHEME/mimes/$size/`basename $file`.png;
*Arrgghh* once again the fixed script:
#!/bin/bash
ISOURCE=/usr/share/icons/
ITHEME=Humanity
for size in 16 22 24 32 48;
do
mkdir -p $HOME/.icons/$ITHEME/mimes/$size;
for file in $ISOURCE/$ITHEME/mimes/$size/*.svg;
do
ln -s $file $HOME/.icons/$ITHEME/mimes/$size/`basename \
$file .svg`.png;
done;
done;
of course... My deepest apologies for the bugspam!
--
Firefox moz-icon://.ext not working
https://bugs.launchpad.net/bugs/466567
You received this bug notification because you are a member of Mozilla
Bugs, which is subscribed to Mozilla Firefox.
More information about the Ubuntu-mozillateam-bugs
mailing list