Talk:Paroli-background

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(Hint added to put your bg.png to /media/card/)
m (Removed)
 
Line 8: Line 8:
 
  /etc/init.d/xserver-nodm restart
 
  /etc/init.d/xserver-nodm restart
  
Happy phoning. :) --[[User:Quix0r|Quix0r]] 13:04, 29 June 2009 (UTC)
+
--[[User:Quix0r|Quix0r]] 13:04, 29 June 2009 (UTC)

Latest revision as of 14:05, 29 June 2009

I just want to say that it works like out of the box! Very nice. Can't this be configurable? So you have a sub folder within images/ like wallpapers/ where all PNG images are being read from and in the ~/.paroli/ folder it is linked as bg.png? I need to restart the X server, when I do what you wrote with "pkill paroli" I got no screen back (DISPLAY is set correctly).

You can always put the picture into /media/card/ if you are running on low flash memory. The extra bonus of this is when you upgrade or flash your FR you just need to remove the default image and symlink yours from flash:

cd /usr/share/paroli/applications/paroli-launcher2/edje/default/images/
rm bg.png
ln -s /media/card/what_ever_filename.png bg.png
/etc/init.d/xserver-nodm restart

--Quix0r 13:04, 29 June 2009 (UTC)

Personal tools

I just want to say that it works like out of the box! Very nice. Can't this be configurable? So you have a sub folder within images/ like wallpapers/ where all PNG images are being read from and in the ~/.paroli/ folder it is linked as bg.png? I need to restart the X server, when I do what you wrote with "pkill paroli" I got no screen back (DISPLAY is set correctly).

You can always put the picture into /media/card/ if you are running on low flash memory. The extra bonus of this is when you upgrade or flash your FR you just need to remove the default image and symlink yours from flash:

cd /usr/share/paroli/applications/paroli-launcher2/edje/default/images/
rm bg.png
ln -s /media/card/what_ever_filename.png bg.png
/etc/init.d/xserver-nodm restart

--Quix0r 13:04, 29 June 2009 (UTC)