








ikey wrote:No probs mateYeah I seen Google seems to know me a lot now, makes you think back I guess.
Go back nearly two years and nobody knew who I was, just a random guy on IRC, went by the name
"jfreak" back then..




function set_firefox_fonts()
{
# warning, does not account for previous font entries.
echo "Setting default Firefox fonts.."
FFFILE="`get_firefox_profile_dir`/prefs.js"
echo "user_pref(\"font.name.monospace.x-western\", \"DejaVu Sans Mono\");" >> $FFFILE
echo "user_pref(\"font.name.sans-serif.x-western\", \"DejaVu Sans\");" >> $FFFILE
echo "user_pref(\"font.name.serif.x-western\", \"DejaVu Serif\");" >> $FFFILE
echo "user_pref(\"font.size.fixed.x-western\", 14);" >> $FFFILE
echo "user_pref(\"font.size.variable.x-western\", 14);" >> $FFFILE
}

ikey wrote:If you have errors as described below, run this command:
- Code: Select all
gconftool-2 --unset "/desktop/gnome/font_rendering/dpi


michael@lmde-laptop ~ $ gconftool-2 --unset "/desktop/gnome/font_rendering/dpi
>


ikey wrote:tenfoot wrote:I copied and pasted the .sh script file and tried to saved it to File System but was informed that I did not have permission. So I went to the terminal and did a sudo -s and logged in as root. Found I still couldn't save the file.
What am I doing wrong, please?
And what should I change in the .sgh script to take into account the error people were experiencing?
Regards from New Zealand on a very windy Tueasday evening.
Heya, ok so that file you can save to your home directory. Then follow the instructions on my first post


libssd wrote:Not strictly for this thread, but very much font-related. Would this be the correct procedure for installing the "Microsoft fonts" package with LMDE?
$ sudo gedit /etc/apt/sources.list
Add contrib to last three lines:
deb http://packages.linuxmint.com/ debian main upstream import
deb http://ftp.debian.org/debian testing main contrib non-free contrib
deb http://security.debian.org/ testing/updates main contrib non-free contrib
deb http://www.debian-multimedia.org testing main non-free contrib
Save /etc/apt/sources.list, then:
$ sudo apt-get update
$ sudo apt-get install msttcorefonts
After this operation, 1,966kB of additional disk space will be used.
Do you want to continue [Y/n]? Y


ikey wrote:If it was a simple case of "That it. No scripts, no screwing." then I wouldn't have written it
would I?

Users browsing this forum: No registered users and 3 guests