The Following User Says Thank You to reinob For This Useful Post: | ||
|
2012-08-02
, 14:15
|
|
Posts: 528 |
Thanked: 345 times |
Joined on Aug 2010
@ MLB.AU
|
#1212
|
The Following 2 Users Say Thank You to bingomion For This Useful Post: | ||
|
2012-08-02
, 20:37
|
Posts: 112 |
Thanked: 30 times |
Joined on Jun 2012
@ Jeddah,Saudi Arabia
|
#1213
|
@unexpected,
I'm 99.9% that neither ohrn nor anyone is allowed to send you the Nokia fonts. If you have really deleted them (why?), you can still extract them from the rootfs image.
Or just, as root, apt-get install ui-fonts
|
2012-08-02
, 21:23
|
Posts: 346 |
Thanked: 271 times |
Joined on Jan 2010
|
#1214
|
The Following User Says Thank You to Megaltariak For This Useful Post: | ||
|
2012-08-03
, 02:41
|
Posts: 112 |
Thanked: 30 times |
Joined on Jun 2012
@ Jeddah,Saudi Arabia
|
#1215
|
|
2012-08-03
, 07:44
|
Posts: 1,808 |
Thanked: 4,272 times |
Joined on Feb 2011
@ Germany
|
#1216
|
The Following 3 Users Say Thank You to reinob For This Useful Post: | ||
|
2012-08-04
, 00:18
|
Posts: 112 |
Thanked: 30 times |
Joined on Jun 2012
@ Jeddah,Saudi Arabia
|
#1217
|
@unexpected,
How did you modify the fonts? did you do it by hand or did you use a program/script for that?
Anyway, AFAIK you can (now) configure Opera to use the droid fonts (package "ttf-droid"). After that you can probably fvck up, I mean, modify , your fonts, and hopefully Opera will continue to work OK.
|
2012-08-04
, 06:42
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#1218
|
ls -al /usr/share/fonts
mkdir /home/user/MyDocs/.fonts ln -s /home/user/MyDocs/.fonts /home/user/.fonts
The Following 2 Users Say Thank You to michaaa62 For This Useful Post: | ||
|
2012-08-04
, 15:49
|
Posts: 112 |
Thanked: 30 times |
Joined on Jun 2012
@ Jeddah,Saudi Arabia
|
#1219
|
You might also just post the output ofto check the directoryCode:ls -al /usr/share/fonts
Another folder easily could be in MyDocs, but for the system to pick it up, there must be a link from /home/user/.fonts. That is where applications look for the fonts by default.would create the folder and the this link, then populate the folder in MyDocs with your fonts.Code:mkdir /home/user/MyDocs/.fonts ln -s /home/user/MyDocs/.fonts /home/user/.fonts
|
2012-08-04
, 17:39
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#1220
|
ls -al /opt/usr/share/fonts
Tags |
fast browser, opera |
|
I'm 99.9% that neither ohrn nor anyone is allowed to send you the Nokia fonts. If you have really deleted them (why?), you can still extract them from the rootfs image.
Or just, as root, apt-get install ui-fonts