Active Topics

 



Notices


Reply
Thread Tools
nathaneous's Avatar
Posts: 295 | Thanked: 73 times | Joined on Jan 2010 @ Manchester, UK
#401
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
 
Posts: 353 | Thanked: 263 times | Joined on Dec 2009 @ Finland
#402
Originally Posted by nathaneous View Post
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
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/
__________________
My Maemo5 projects:
mSpede - Speed testing game | Them Bloody Ducks - 2D duck hunting game | Maetronome - A simple metronome app | CuteMPC - MPD client
 

The Following 2 Users Say Thank You to TNiga For This Useful Post:
nathaneous's Avatar
Posts: 295 | Thanked: 73 times | Joined on Jan 2010 @ Manchester, UK
#403
Originally Posted by TNiga View Post
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/
Thanks mate, i'm quite unexperienced with xterm but i'll give it a go.

Am i right in saying that i only need to copy "mv ~/MyDocs/*.ttf ~/.fonts/" into xterm once i've put the fonts in documents?

Thanks Nath
 
nathaneous's Avatar
Posts: 295 | Thanked: 73 times | Joined on Jan 2010 @ Manchester, UK
#404
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,
 
Posts: 353 | Thanked: 263 times | Joined on Dec 2009 @ Finland
#405
Originally Posted by nathaneous View Post
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,
Oh yeah I think the Documents folder is actually "~/MyDocs/.documents/" so it should then be
Code:
mv ~/MyDocs/.documents/calibri.ttf ~/.fonts/
__________________
My Maemo5 projects:
mSpede - Speed testing game | Them Bloody Ducks - 2D duck hunting game | Maetronome - A simple metronome app | CuteMPC - MPD client
 
nathaneous's Avatar
Posts: 295 | Thanked: 73 times | Joined on Jan 2010 @ Manchester, UK
#406
Originally Posted by TNiga View Post
Oh yeah I think the Documents folder is actually "~/MyDocs/.documents/" so it should then be
Code:
mv ~/MyDocs/.documents/calibri.ttf ~/.fonts/
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
 
d-iivil's Avatar
Posts: 2,154 | Thanked: 2,186 times | Joined on Dec 2009 @ Hellsinki, Finland
#407
Originally Posted by nathaneous View Post
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
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.
__________________
If you're rich and you think I deserve a cold beer, you may donate one or two :-P

80's style stadium rock is back - FIRENOTE
Hi-Octane heavy metal - FORCE MAJEURE
 
Posts: 109 | Thanked: 12 times | Joined on May 2010
#408
just wishful thinking...to have a preview mode for the chosen theme, much like in my symbian days, so no need to reboot if i changed my mind...
 
nathaneous's Avatar
Posts: 295 | Thanked: 73 times | Joined on Jan 2010 @ Manchester, UK
#409
Originally Posted by D-Iivil View Post
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.
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
 
d-iivil's Avatar
Posts: 2,154 | Thanked: 2,186 times | Joined on Dec 2009 @ Hellsinki, Finland
#410
Originally Posted by nathaneous View Post
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
Just put it like this:
mv ~/MyDocs/.documents/*.ttf ~/.fonts/

Edit: after sudo gainroot it needs be like this:
mv /home/user/MyDocs/.documents/*.ttf /home/user/.fonts/
__________________
If you're rich and you think I deserve a cold beer, you may donate one or two :-P

80's style stadium rock is back - FIRENOTE
Hi-Octane heavy metal - FORCE MAJEURE

Last edited by d-iivil; 2010-07-25 at 19:20.
 

The Following User Says Thank You to d-iivil For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 13:31.