Prev: lost icons in xfce
Next: problem with sound
From: Kurt on 19 Feb 2010 10:51 HI, Trying to setup WINE so I can integrate it with M(a)cro$of^ .NET framework. Going through the setup process at WINEHQ. I was able to pull it off with Slack 12.X but I seem to have forgotten the command to remove the Samyak-Oriya fonts from Slack 13 so I can complete the install/modification process to recognize the .NET framework. On Ubuntu the command is like: $ sudo apt-get remove ttf-oriya-fonts Couldn't find the command on Google to effect the same with Slack 13. Best regards, Kurt
From: Steve Masta on 19 Feb 2010 12:35 Kurt wrote: > HI, > > Trying to setup WINE so I can integrate it with M(a)cro$of^ .NET > framework. Going through the setup process at WINEHQ. I was able to > pull it off with Slack 12.X but I seem to have forgotten the command > to remove the Samyak-Oriya fonts from Slack 13 so I can complete the > install/modification process to recognize the .NET framework. > On Ubuntu the command is like: > > $ sudo apt-get remove ttf-oriya-fonts� > > Couldn't find the command on Google to effect the same with Slack 13. I didn't do a full install but I don't think Samyak-Oriya is part of Slack 13. If it is, you can use (as root) removepkg ttf-oriya-fonts All installed packages are listed in /var/log/packages where you can grep for the font name if the package has a different name. Steve
From: Henk Jan Priester on 20 Feb 2010 05:51 On Fri, 19 Feb 2010 07:51:19 -0800, Kurt wrote: > HI, > > Trying to setup WINE so I can integrate it with M(a)cro$of^ .NET > framework. Going through the setup process at WINEHQ. I was able to > pull it off with Slack 12.X but I seem to have forgotten the command to > remove the Samyak-Oriya fonts from Slack 13 so I can complete the > install/modification process to recognize the .NET framework. > On Ubuntu the command is like: > > $ sudo apt-get remove ttf-oriya-fonts > > Couldn't find the command on Google to effect the same with Slack 13. cd /var/adm/packages grep oriya * ttf-indic-fonts-0.4.7.4-noarch-1:usr/doc/ttf-indic-fonts-0.4.7.4/ttf- oriya-fonts.copyright seems that oriya is part of the 'ttf-indic-fonts-0.4.7.4-noarch-1 packages but I don't know if you want to remove the whole packages > > Best regards, > Kurt
From: Kurt on 20 Feb 2010 07:23 > > Couldn't find the command on Google to effect the same with Slack 13.. > > cd /var/adm/packages > grep oriya * > ttf-indic-fonts-0.4.7.4-noarch-1:usr/doc/ttf-indic-fonts-0.4.7.4/ttf- > oriya-fonts.copyright > > seems that oriya is part of the 'ttf-indic-fonts-0.4.7.4-noarch-1 > packages but I don't know if you want to remove the whole packages > Best regards, > > Kurt Thanks Henk.
From: Kurt on 28 Feb 2010 20:02
FIGURED IT OUT!!!!!! :-) I had to remove ttf-indic-fonts-0.4.7.4-noarch-1 using pkgtool. AND THEN I had to go to /usr/share/fonts/TTF and peruse the fonts.dir file. In that file there is mentioned Oriya and Samyak in one of the lines. That messed winetricks into thinking the fonts were still there. I simply took the editor in MC and deleted the reference to it. I did a grep oriya* in that directory and that's where the hangup was found. Winetricks then installed the .Net framework. Now getting the apps to work after that is done is another deal. :-) Hope this helps if anyone wants to install the microsoft .NET framework in WINE with Slack 13 |