[oe-commits] Sebastian Krzyszkowiak : shr-image: add elementary configuration to /etc/ profile.d/

git version control git at git.openembedded.org
Sat Aug 15 20:43:17 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: da6c162df04515ab78fb16a45a0fd73d77004609
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=da6c162df04515ab78fb16a45a0fd73d77004609

Author: Sebastian Krzyszkowiak <seba.dos1 at gmail.com>
Date:   Sat Aug 15 19:37:43 2009 +0000

shr-image: add elementary configuration to /etc/profile.d/

---

 .../images/shr-image/etc/profile.d/elementary.sh   |    5 +++++
 .../shr-lite-image/etc/profile.d/elementary.sh     |    5 +++++
 2 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/recipes/images/shr-image/etc/profile.d/elementary.sh b/recipes/images/shr-image/etc/profile.d/elementary.sh
new file mode 100755
index 0000000..640eba2
--- /dev/null
+++ b/recipes/images/shr-image/etc/profile.d/elementary.sh
@@ -0,0 +1,5 @@
+export ELM_ENGINE=x11
+export ELM_THEME=default
+export ELM_SCALE=2
+export ELM_FINGER_SIZE=80
+
diff --git a/recipes/images/shr-lite-image/etc/profile.d/elementary.sh b/recipes/images/shr-lite-image/etc/profile.d/elementary.sh
new file mode 100755
index 0000000..640eba2
--- /dev/null
+++ b/recipes/images/shr-lite-image/etc/profile.d/elementary.sh
@@ -0,0 +1,5 @@
+export ELM_ENGINE=x11
+export ELM_THEME=default
+export ELM_SCALE=2
+export ELM_FINGER_SIZE=80
+





More information about the Openembedded-commits mailing list