All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Zhai, Edwin" <edwin.zhai@intel.com>
To: Khem Raj <raj.khem@gmail.com>
Cc: openembedded-core@lists.openembedded.org, poky@yoctoproject.org
Subject: Re: [poky] [PATCH 03/10] sato-icon-theme: Explictly use "Sato" as gtk icon theme
Date: Fri, 04 Mar 2011 08:58:59 +0800	[thread overview]
Message-ID: <4D703953.8040000@intel.com> (raw)
In-Reply-To: <AANLkTi=aQ=HYbPrXd98qvxYC=voFhf0AJMsse5bcrp3M@mail.gmail.com>



Khem Raj wrote:
>
>
> > --- a/meta/recipes-sato/sato-icon-theme/sato-icon-theme.inc
> > +++ b/meta/recipes-sato/sato-icon-theme/sato-icon-theme.inc
> > @@ -16,9 +16,12 @@ PACKAGE_ARCH = "all"
> >
> >  EXTRA_OECONF += 
> "--with-iconmap=${STAGING_LIBDIR_NATIVE}/../libexec/icon-name-mapping"
> >
> > +#explictly setting "Sato" as default icon theme to avoid icon 
> missing due to
> > +#tricky race condition
> >  pkg_postinst_${PN} () {
> >         if [ "x$D" != "x" ]; then
> >                 exit 1
> >         fi
> >         gtk-update-icon-cache -q /usr/share/icons/Sato
> > +        echo 'gtk-icon-theme-name = "Sato"' >> /etc/gtk-2.0/gtkrc
>
> what would happen if you reinstalled this packge again I guess it
> would keep appending right ?
>

I think postinst only got called via init script on 1st boot of the 
image, so it should be okay.

>
> >  }
> > --
> > 1.7.1.1
> >
> > _______________________________________________
> > poky mailing list
> > poky@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/poky
> >
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>



WARNING: multiple messages have this Message-ID (diff)
From: "Zhai, Edwin" <edwin.zhai@intel.com>
To: Khem Raj <raj.khem@gmail.com>
Cc: openembedded-core@lists.openembedded.org, poky@yoctoproject.org
Subject: Re: [PATCH 03/10] sato-icon-theme: Explictly use "Sato" as gtk icon theme
Date: Fri, 04 Mar 2011 08:58:59 +0800	[thread overview]
Message-ID: <4D703953.8040000@intel.com> (raw)
In-Reply-To: <AANLkTi=aQ=HYbPrXd98qvxYC=voFhf0AJMsse5bcrp3M@mail.gmail.com>



Khem Raj wrote:
>
>
> > --- a/meta/recipes-sato/sato-icon-theme/sato-icon-theme.inc
> > +++ b/meta/recipes-sato/sato-icon-theme/sato-icon-theme.inc
> > @@ -16,9 +16,12 @@ PACKAGE_ARCH = "all"
> >
> >  EXTRA_OECONF += 
> "--with-iconmap=${STAGING_LIBDIR_NATIVE}/../libexec/icon-name-mapping"
> >
> > +#explictly setting "Sato" as default icon theme to avoid icon 
> missing due to
> > +#tricky race condition
> >  pkg_postinst_${PN} () {
> >         if [ "x$D" != "x" ]; then
> >                 exit 1
> >         fi
> >         gtk-update-icon-cache -q /usr/share/icons/Sato
> > +        echo 'gtk-icon-theme-name = "Sato"' >> /etc/gtk-2.0/gtkrc
>
> what would happen if you reinstalled this packge again I guess it
> would keep appending right ?
>

I think postinst only got called via init script on 1st boot of the 
image, so it should be okay.

>
> >  }
> > --
> > 1.7.1.1
> >
> > _______________________________________________
> > poky mailing list
> > poky@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/poky
> >
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>


  reply	other threads:[~2011-03-04  1:01 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-03 20:02 [PATCH 00/10] Colsolidated Pull Request Saul Wold
2011-03-03 20:02 ` [PATCH 01/10] libpcre: fix the name collision with libc Saul Wold
2011-03-03 20:02 ` [PATCH 02/10] x11vnc: Fix the start failure Saul Wold
2011-03-03 20:21   ` [poky] " Khem Raj
2011-03-03 20:21     ` Khem Raj
2011-03-03 20:02 ` [PATCH 03/10] sato-icon-theme: Explictly use "Sato" as gtk icon theme Saul Wold
2011-03-03 20:25   ` [poky] " Khem Raj
2011-03-03 20:25     ` Khem Raj
2011-03-04  0:58     ` Zhai, Edwin [this message]
2011-03-04  0:58       ` Zhai, Edwin
2011-03-04  9:05       ` [poky] " Koen Kooi
2011-03-04  9:05         ` Koen Kooi
2011-03-03 20:02 ` [PATCH 04/10] gstreamer: install the sound card driver of es1370 Saul Wold
2011-03-03 20:02 ` [PATCH 05/10] Add libtool-nativesdk for ADT Saul Wold
2011-03-03 20:02 ` [PATCH 06/10] ADT: Bug fix for Suse Linux Saul Wold
2011-03-03 20:24   ` [poky] " Khem Raj
2011-03-03 20:24     ` Khem Raj
2011-03-03 20:02 ` [PATCH 07/10] recipe: add chkconfig for LSB command test Saul Wold
2011-03-03 20:26   ` [poky] " Khem Raj
2011-03-03 20:26     ` Khem Raj
2011-03-03 20:02 ` [PATCH 08/10] recipe: add newt from OE Saul Wold
2011-03-03 20:27   ` [poky] " Khem Raj
2011-03-03 20:27     ` Khem Raj
2011-03-04  9:19     ` [poky] " Kang Kai
2011-03-04  9:19       ` Kang Kai
2011-03-03 20:02 ` [PATCH 09/10] recipe: add slang " Saul Wold
2011-03-03 20:59   ` Khem Raj
2011-03-03 20:59     ` [OE-core] " Khem Raj
2011-03-03 23:26     ` Richard Purdie
2011-03-03 23:26       ` [OE-core] " Richard Purdie
2011-03-03 20:02 ` [PATCH 10/10] task-poky-lsb: add chkconfig Saul Wold

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4D703953.8040000@intel.com \
    --to=edwin.zhai@intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=poky@yoctoproject.org \
    --cc=raj.khem@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.