ralphy wrote: 
> Try
> 
> > 
Code:
--------------------
  >   > cd /opt/jivelite/share/jive/fonts
  > sudo rm FreeSans.ttf
  > sudo rm FreeSansBold.ttf
  > sudo ln -s /mnt/mmcblk0p2/tce/optional/ipagp.ttf FreeSans.ttf
  > sudo ln -s /mnt/mmcblk0p2/tce/optional/ipagp.ttf FreeSansBold.ttf
--------------------
> > 
> 
> Quit Jivelite from the menu and wait for Jivelite to restart.

Hello ralphy, thank you for your suggestion.  Great, now Jivelite shows
songs or artists in Japanese perfectly!  Here is my final change.

1. Save your favorite font (mine is ipagp.ttf) at:
/mnt/mmcblk0p2/tce/optional/

2. Create a script and save it in the same directory as well (e.g.
ReplaceFont.sh).

Code:
--------------------
    
  #!/bin/sh
  cd /opt/jivelite/share/jive/fonts
  sudo rm FreeSans.ttf
  sudo rm FreeSansBold.ttf
  sudo ln -s /mnt/mmcblk0p2/tce/optional/ipagp.ttf FreeSans.ttf
  sudo ln -s /mnt/mmcblk0p2/tce/optional/ipagp.ttf FreeSansBold.ttf
  
--------------------

3. Specify this script as user command in Tweaks menu of pCP.

Code:
--------------------
    /mnt/mmcblk0p2/tce/optional/ReplaceFont.sh
--------------------

4. Reboot pCP.

1984419845


+-------------------------------------------------------------------+
|Filename: pCP2.jpg                                                 |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=19845|
+-------------------------------------------------------------------+


LMS 7.8.0 w/SSOTS 4.14 on QNAP TS-439 Pro.  Transporter SE, EDO'd Touch,
Duet, Boom, Radio, Classic, HiFiBerry AMP+, a few PiCorePlayers w/DAC,
BT or DLNA speakers via PnPBridge.  SqueezeLite on two PCs.  Squeeze
Player+Squeeze Commander on Android cell & tab.  ONKYO 5.1ch amplifier
w/passive & powered speakers.  Toshiba Regza TV as DLNA renderer.
------------------------------------------------------------------------
firebelli's Profile: http://forums.slimdevices.com/member.php?userid=63867
View this thread: http://forums.slimdevices.com/showthread.php?t=103330

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to