|
2010-07-25
, 16:56
|
Posts: 353 |
Thanked: 263 times |
Joined on Dec 2009
@ Finland
|
#402
|
Don't wanna sound stupid but....where do we place the font files?
Do i connect my phone to PC via Mass Storage or PC suite and then put the files in Documents?
Nath
mv ~/MyDocs/*.ttf ~/.fonts/
The Following 2 Users Say Thank You to TNiga For This Useful Post: | ||
|
2010-07-25
, 17:04
|
|
Posts: 295 |
Thanked: 73 times |
Joined on Jan 2010
@ Manchester, UK
|
#403
|
You can't access the fonts folder that way, but you can put the files in Mass storage mode to Documents and then move them to right folder in x-terminal:
Code:mv ~/MyDocs/*.ttf ~/.fonts/
|
2010-07-25
, 17:31
|
|
Posts: 295 |
Thanked: 73 times |
Joined on Jan 2010
@ Manchester, UK
|
#404
|
|
2010-07-25
, 17:52
|
Posts: 353 |
Thanked: 263 times |
Joined on Dec 2009
@ Finland
|
#405
|
Ok so i've put a load of .ttf font files in my documents folder which i done via mass storage mode.
I've just ran xterm and put in the following command:
mv ~/MyDocs/calibri.ttf ~/.fonts/
This doesn't work
So i put in the following command...
cp -rf /home/user/MyDocs/calibri.ttf /home/user/.fonts/
Still doesn't work.
Is there something i'm missing?
Thanks,
mv ~/MyDocs/.documents/calibri.ttf ~/.fonts/
|
2010-07-25
, 18:06
|
|
Posts: 295 |
Thanked: 73 times |
Joined on Jan 2010
@ Manchester, UK
|
#406
|
Oh yeah I think the Documents folder is actually "~/MyDocs/.documents/" so it should then be
Code:mv ~/MyDocs/.documents/calibri.ttf ~/.fonts/
|
2010-07-25
, 18:40
|
|
Posts: 2,154 |
Thanked: 2,186 times |
Joined on Dec 2009
@ Hellsinki, Finland
|
#407
|
Thanks for ur reply back, appreciate the help with this....
so i just ran xterm again with the code u suggested and got this...
~ $ mv ~/MyDocs/.documents/calibri.ttf ~/.fonts/
mv: cannot create '/home/user/.fonts/calibri.ttf': Permission denied
not sure why its sayin permission denied?
thanks
|
2010-07-25
, 18:47
|
Posts: 109 |
Thanked: 12 times |
Joined on May 2010
|
#408
|
|
2010-07-25
, 18:59
|
|
Posts: 295 |
Thanked: 73 times |
Joined on Jan 2010
@ Manchester, UK
|
#409
|
Okay, then regular user don't have permission to create files under .fonts. Install package called "rootsh" from extras and then type first this into terminal:
sudo gainroot
Then press enter and then do the copying.
|
2010-07-25
, 19:13
|
|
Posts: 2,154 |
Thanked: 2,186 times |
Joined on Dec 2009
@ Hellsinki, Finland
|
#410
|
thanks tried this but still no luck....
/home/user # mv ~/MyDocs/.documents/calibrib.ttf ~/.fonts/
mv: cannot rename '/home/user/MyDocs/.documents/calibrib.ttf': No such file or directory
The Following User Says Thank You to d-iivil For This Useful Post: | ||
Do i connect my phone to PC via Mass Storage or PC suite and then put the files in Documents?
Nath