Go Back   openSUSE Forums > Pre-Release/Beta
Forums FAQ Members List Search Today's Posts Mark Forums Read

Pre-Release/Beta Questions about pre-release versions of openSUSE Linux (software & hardware)

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 14-Jun-2008, 05:23
Explorer Penguin
 
Join Date: Jun 2008
Location: Basildon, England.
Posts: 129
chyrania hasn't been rated much yet
Default MS Fonts

I used the instructions located at Ben Kevan’s Blog > Installing Microsoft Fonts on openSUSE 11.0 to install MS fonts. As I prefer the way suse looked before, I would like to uninstall these fonts.

How do I do this?
Reply With Quote
  #2 (permalink)  
Old 14-Jun-2008, 06:06
Lysdestic's Avatar
Explorer Penguin
 
Join Date: Jun 2008
Location: Bowling Green, KY
Posts: 159
Lysdestic hasn't been rated much yet
Send a message via AIM to Lysdestic Send a message via MSN to Lysdestic Send a message via Yahoo to Lysdestic
Default Re: MS Fonts

Personally, I moved the windows fonts over from my vista laptop and installed them with KDE's font manager. This helps in messenger world to when people insist on using [insert font here] for their typing.

I skimmed the file it had you download, even though I'm not much of a coder, and it seems the only fonts it retrieved were these:

dl.sourceforge.net/sourceforge/corefonts/andale32.exe \
dl.sourceforge.net/sourceforge/corefonts/arial32.exe \
dl.sourceforge.net/sourceforge/corefonts/arialb32.exe \
dl.sourceforge.net/sourceforge/corefonts/comic32.exe \
dl.sourceforge.net/sourceforge/corefonts/courie32.exe \
dl.sourceforge.net/sourceforge/corefonts/georgi32.exe \
dl.sourceforge.net/sourceforge/corefonts/impact32.exe \
dl.sourceforge.net/sourceforge/corefonts/times32.exe \
dl.sourceforge.net/sourceforge/corefonts/trebuc32.exe \
dl.sourceforge.net/sourceforge/corefonts/verdan32.exe \
dl.sourceforge.net/sourceforge/corefonts/webdin32.exe \

Judging from the script it downloaded the fonts and an rpm, and after extracting moved them by running:

mv -f *.tt[cf] /usr/share/fonts/truetype

There is probably a more efficient way to do this, like I said, I'm not a coder, I could be entirely wrong, but I would open up Konqueror (Or nautilus if you use gnome) as root, navigate to /usr/share/fonts/truetype/ and delete each of the fonts in the aforementioned list from there.

Take note, they won't have the .exe extension. If I'm reading the file right, they will be either .ttf or .ttc.

I'm not sure if this is necessary or not, but I would do it afterwards, just to be safe. The script ran /usr/sbin/fonts-config when it was done, so running that as root may be wise, just in case.
__________________
lysdestic@suseforums:~>make install --not-war
Reply With Quote
  #3 (permalink)  
Old 14-Jun-2008, 08:18
Puzzled Penguin
 
Join Date: Jun 2008
Posts: 43
eclipseagent hasn't been rated much yet
Default Re: MS Fonts

A quick look at the script and just a quick modification of:

for i in *.tt[cf]; do rm /usr/share/fonts/truetype/$i; done
# mv -f *.tt[cf] /usr/share/fonts/truetype

would do the trick for you.

You can modify the script using gedit / kedit / vi / vim or any other application you want.
__________________
How much can you know about yourself if you've never been in a fight. - Fight Club

Ben Kevan's Blog - That's me

Last edited by eclipseagent; 14-Jun-2008 at 08:21. Reason: so it only checked for ttf / ttc
Reply With Quote
Reply


Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2