Paroli-background

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(initial)
 
(+cat)
 
(9 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Use a 480x590px png file called bg.png. Place it in /usr/share/paroli/applications/paroli-launcher2/edje/default/images/. Then run:
+
You can change the background image of Paroli with these instructions.
 +
 
 +
Use a 480x590px png file called bg.png (see below for list of image sources)
 +
 
 +
Place it in /usr/share/paroli/applications/paroli-launcher2/edje/default/images/. Then run:
 
  cd /usr/share/paroli/applications/paroli-launcher2
 
  cd /usr/share/paroli/applications/paroli-launcher2
  edje_cc -id edje/default/images -id ../common-for-edje/images -fd ../common-for-edje/fonts edje/default/paroli-launcher.edc -o paroli-launcher.edj
+
  edje_cc -id edje/default/images -id ../common-for-edje/images \
 +
        -fd ../common-for-edje/fonts edje/default/paroli-launcher.edc \
 +
        -o paroli-launcher.edj
 
  chmod +r paroli-launcher.edj
 
  chmod +r paroli-launcher.edj
 
Then RESTART PAROLI!
 
Then RESTART PAROLI!
 +
pkill paroli
 +
DISPLAY=:0 paroli &
 +
 +
[[Image:Bg-inrealworld.jpg|thumb]] [[Image:Paroli-bubble.png|thumb]] [[Image:Paroli-rail.png|thumb]]
 +
 +
== Images for you to use ==
 +
You can go and check these addresses for 480x590px png images that you can use as background
 +
 +
* http://kurppa.fi/freerunner/bgimages/
 +
* add yours..
 +
 +
[[Category:Paroli]]
 +
[[Category:Middleware settings]]

Latest revision as of 07:40, 21 July 2009

You can change the background image of Paroli with these instructions.

Use a 480x590px png file called bg.png (see below for list of image sources)

Place it in /usr/share/paroli/applications/paroli-launcher2/edje/default/images/. Then run:

cd /usr/share/paroli/applications/paroli-launcher2
edje_cc -id edje/default/images -id ../common-for-edje/images \
        -fd ../common-for-edje/fonts edje/default/paroli-launcher.edc \
        -o paroli-launcher.edj
chmod +r paroli-launcher.edj

Then RESTART PAROLI!

pkill paroli
DISPLAY=:0 paroli &
Bg-inrealworld.jpg
Paroli-bubble.png
Paroli-rail.png

[edit] Images for you to use

You can go and check these addresses for 480x590px png images that you can use as background

Personal tools

Use a 480x590px png file called bg.png. Place it in /usr/share/paroli/applications/paroli-launcher2/edje/default/images/. Then run:

cd /usr/share/paroli/applications/paroli-launcher2
edje_cc -id edje/default/images -id ../common-for-edje/images -fd ../common-for-edje/fonts edje/default/paroli-launcher.edc -o paroli-launcher.edj
chmod +r paroli-launcher.edj

Then RESTART PAROLI!