Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/3] [PATCH v2] YB2370: Build Appliance integrates PCManFM filemanager
@ 2013-08-20 18:05 Cristian Iorga
  2013-08-20 18:05 ` [PATCH 1/3] Build Appliance: pcmanfm integration Cristian Iorga
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Cristian Iorga @ 2013-08-20 18:05 UTC (permalink / raw)
  To: openembedded-core

PCManFM filemanager is integrated into Build Appliance;
PCManFM is used to display build results from Hob interface.

Patch v2 fixes wrong increment of PR.

The following changes since commit fe227a023e30f6651618423ab527cde21a350d1a:

  genext2fs: fix memory corruption on powerpc (2013-08-20 15:31:26 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ciorga/YB2370
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ciorga/YB2370

Cristian Iorga (3):
  Build Appliance: pcmanfm integration
  build-appliance-image: changing the icon theme to sato
  builder: register directories with pcmanfm

 meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | 6 +++++-
 meta/recipes-graphics/builder/files/builder_hob_start.sh    | 9 +++++++++
 2 files changed, 14 insertions(+), 1 deletion(-)

-- 
1.8.1.2



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 1/3] Build Appliance: pcmanfm integration
  2013-08-20 18:05 [PATCH 0/3] [PATCH v2] YB2370: Build Appliance integrates PCManFM filemanager Cristian Iorga
@ 2013-08-20 18:05 ` Cristian Iorga
  2013-08-20 18:05 ` [PATCH 2/3] build-appliance-image: changing the icon theme to sato Cristian Iorga
  2013-08-20 18:05 ` [PATCH 3/3] builder: register directories with pcmanfm Cristian Iorga
  2 siblings, 0 replies; 4+ messages in thread
From: Cristian Iorga @ 2013-08-20 18:05 UTC (permalink / raw)
  To: openembedded-core

PCManFm file manager is integrated in Build Appliance
xprop, xdg-utils are also integrated for file
association support.

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
---
 meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
index 6a0722a..b58d238 100644
--- a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
@@ -38,11 +38,14 @@ RDEPENDS_packagegroup-self-hosted-host-tools = "\
     hdparm \
     iptables \
     lsb \
+    xprop \
+    xdg-utils \
     mc \
     mc-fish \
     mc-helpers \
     mc-helpers-perl \
     mc-helpers-python \
+    pcmanfm \
     parted \
     pseudo \
     screen \
-- 
1.8.1.2



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 2/3] build-appliance-image: changing the icon theme to sato
  2013-08-20 18:05 [PATCH 0/3] [PATCH v2] YB2370: Build Appliance integrates PCManFM filemanager Cristian Iorga
  2013-08-20 18:05 ` [PATCH 1/3] Build Appliance: pcmanfm integration Cristian Iorga
@ 2013-08-20 18:05 ` Cristian Iorga
  2013-08-20 18:05 ` [PATCH 3/3] builder: register directories with pcmanfm Cristian Iorga
  2 siblings, 0 replies; 4+ messages in thread
From: Cristian Iorga @ 2013-08-20 18:05 UTC (permalink / raw)
  To: openembedded-core

Hicolor icon theme does not properly displays icons for folders.
Sato icon theme is working correctly.
Also, settings-daemon needs to be added to image in order to
properly display folder icons.

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
---
 meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
index b58d238..c1e2951 100644
--- a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
@@ -124,7 +124,8 @@ RDEPENDS_packagegroup-self-hosted-extended = "\
     grep \
     groff \
     gzip \
-    hicolor-icon-theme \
+    settings-daemon \
+    sato-icon-theme \
     libaio \
     libusb1 \
     libxml2 \
-- 
1.8.1.2



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 3/3] builder: register directories with pcmanfm
  2013-08-20 18:05 [PATCH 0/3] [PATCH v2] YB2370: Build Appliance integrates PCManFM filemanager Cristian Iorga
  2013-08-20 18:05 ` [PATCH 1/3] Build Appliance: pcmanfm integration Cristian Iorga
  2013-08-20 18:05 ` [PATCH 2/3] build-appliance-image: changing the icon theme to sato Cristian Iorga
@ 2013-08-20 18:05 ` Cristian Iorga
  2 siblings, 0 replies; 4+ messages in thread
From: Cristian Iorga @ 2013-08-20 18:05 UTC (permalink / raw)
  To: openembedded-core

Register directories to be opened with PCManFM
filemanager using xdg-open in Build Appliance.

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
---
 meta/recipes-graphics/builder/files/builder_hob_start.sh | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/meta/recipes-graphics/builder/files/builder_hob_start.sh b/meta/recipes-graphics/builder/files/builder_hob_start.sh
index 40616f5..b3a0540 100644
--- a/meta/recipes-graphics/builder/files/builder_hob_start.sh
+++ b/meta/recipes-graphics/builder/files/builder_hob_start.sh
@@ -9,6 +9,15 @@ export PSEUDO_LOCALSTATEDIR=/home/builder/pseudo
 export PSEUDO_LIBDIR=/usr/lib/pseudo/lib64
 export GIT_PROXY_COMMAND=/home/builder/poky/scripts/oe-git-proxy
 
+#start pcmanfm in daemon mode to allow asynchronous launch
+pcmanfm -d&
+
+#register folders to open with PCManFM filemanager
+if [ ! -d /home/ubik/tmp/.local/share/applications ]; then
+    mkdir -p /home/builder/.local/share/applications/
+    xdg-mime default pcmanfm.desktop inode/directory
+fi
+
 cd /home/builder/poky
 . ./oe-init-build-env
 
-- 
1.8.1.2



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-08-20 18:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-20 18:05 [PATCH 0/3] [PATCH v2] YB2370: Build Appliance integrates PCManFM filemanager Cristian Iorga
2013-08-20 18:05 ` [PATCH 1/3] Build Appliance: pcmanfm integration Cristian Iorga
2013-08-20 18:05 ` [PATCH 2/3] build-appliance-image: changing the icon theme to sato Cristian Iorga
2013-08-20 18:05 ` [PATCH 3/3] builder: register directories with pcmanfm Cristian Iorga

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox