Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Peter Tworek <tworaz666@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-xfce][PATCH 1/3] xfconf: Update to latest stable version 4.8.1.
Date: Wed, 08 Feb 2012 15:05:03 +0100	[thread overview]
Message-ID: <4F32810F.5060801@gmail.com> (raw)
In-Reply-To: <4F2E9C74.2020201@gmail.com>

On 02/05/2012 04:12 PM, Peter Tworek wrote:
> On 02/04/2012 07:52 PM, Andreas Müller wrote:
>> On Sat, Feb 4, 2012 at 7:30 PM, Peter Tworek<tworaz666@gmail.com>  
>> wrote:
>>>
>>>
>>> Run tested on netbook pro.
>>>
>>> Signed-off-by: Peter Tworek<tworaz666@gmail.com>
>>> ---
>>>   meta-xfce/recipes-xfce/xfconf/xfconf_4.8.0.bb |   15 ---------------
>>>   meta-xfce/recipes-xfce/xfconf/xfconf_4.8.1.bb |   13 +++++++++++++
>>>   2 files changed, 13 insertions(+), 15 deletions(-)
>>>   delete mode 100644 meta-xfce/recipes-xfce/xfconf/xfconf_4.8.0.bb
>>>   create mode 100644 meta-xfce/recipes-xfce/xfconf/xfconf_4.8.1.bb
>>>
>>> diff --git a/meta-xfce/recipes-xfce/xfconf/xfconf_4.8.0.bb 
>>> b/meta-xfce/recipes-xfce/xfconf/xfconf_4.8.0.bb
>>> deleted file mode 100644
>>> index 65efffd..0000000
>>> --- a/meta-xfce/recipes-xfce/xfconf/xfconf_4.8.0.bb
>>> +++ /dev/null
>>> @@ -1,15 +0,0 @@
>>> -DESCRIPTION = "Xfce configuration daemon and utilities"
>>> -SECTION = "x11/wm"
>>> -LICENSE = "GPLv2"
>>> -LIC_FILES_CHKSUM = 
>>> "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
>>> -DEPENDS = "dbus-glib libxfce4util perl-native"
>>> -
>>> -PR = "r0"
>>> -
>>> -inherit xfce
>>> -
>>> -FILES_${PN} += "${libdir}/xfce4/xfconf/xfconfd \
>>> -                ${datadir}/dbus-1/services/org.xfce.Xfconf.service"
>>> -
>>> -SRC_URI[md5sum] = "0f11ed1ec7789c5c4c3fcc7cdb3c2940"
>>> -SRC_URI[sha256sum] = 
>>> "e071d55982238f997a691ff4bb08ef39e4c86bae31cf69b6666bc0cdadd1b85d"
>>> diff --git a/meta-xfce/recipes-xfce/xfconf/xfconf_4.8.1.bb 
>>> b/meta-xfce/recipes-xfce/xfconf/xfconf_4.8.1.bb
>>> new file mode 100644
>>> index 0000000..51df2ee
>>> --- /dev/null
>>> +++ b/meta-xfce/recipes-xfce/xfconf/xfconf_4.8.1.bb
>>> @@ -0,0 +1,13 @@
>>> +DESCRIPTION = "Xfce configuration daemon and utilities"
>>> +SECTION = "x11/wm"
>>> +LICENSE = "GPLv2"
>>> +LIC_FILES_CHKSUM = 
>>> "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
>>> +DEPENDS = "dbus-glib libxfce4util perl-native"
>>> +
>>> +inherit xfce
>>> +
>>> +FILES_${PN} += "${libdir}/xfce4/xfconf/xfconfd \
>>> +                ${datadir}/dbus-1/services/org.xfce.Xfconf.service"
>>> +
>>> +SRC_URI[md5sum] = "70b4185aa7eed8a85f015f16c5c86d36"
>>> +SRC_URI[sha256sum] = 
>>> "9860737539fab2b852e8c07c50c205a5fbe894b08bcb4488a70e3fd6c75993cb"
>>> -- 
>>> 1.7.3.4
>>>
>> Have same here but did not send because of following issue: After
>> setting up 1st session (panels / plugins...). and closing session in
>> the 2nd session panel is gone. Restarting manual causes annoying error
>> messages. How did you test this one?
> I haven't tested it with a clean session, just updated exiting version 
> on my machine, logged out, logged in and it worked. Just for 
> experiment I've made some changes to my existing panel setup, 
> restarted the device and the changes are there, everything seems to be 
> working fine. I'll retest it with clean $HOME, maybe this will trigger 
> the issue.
>
> /ptw

Ok, I've managed  what I think is the same problem you're seeing. What I 
did was:
1. Modify xfce4-panel (add some new plugin, remove exiting one etc)
2. Switch to virtual terminal (chvt 1)
3. Kill X server.

After that when I start xfce4 once again, there is high chance that 
xfce4-panel will crash. I couldn't reproduce the problem if I cleanly 
logged out from xfce4. I've tried it several times and everything works 
as I'd expect it to. My guess is that the problem arises when xfconfd is 
killed while it's trying to save something to the disk. Looking at the 
changelog only this [1] commit looks like it might have anything to do 
with the issue. Other ones seem harmless. I'll try to look into this 
closer when I'll have some free time.

/ptw

[1] 
http://git.xfce.org/xfce/xfconf/commit/?h=xfce-4.8&id=2a4673e1dae7d766d095582b47aa2b1c31e3de71



  reply	other threads:[~2012-02-08 14:15 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-04 18:30 [meta-xfce][PATCH 0/3] Stable packages version updates + QA warning fixes Peter Tworek
2012-02-04 18:30 ` [meta-xfce][PATCH 1/3] xfconf: Update to latest stable version 4.8.1 Peter Tworek
2012-02-04 18:52   ` Andreas Müller
2012-02-05 15:12     ` Peter Tworek
2012-02-08 14:05       ` Peter Tworek [this message]
2012-02-04 18:30 ` [meta-xfce][PATCH 2/3] xfce4-settings: Update to latest stable version 4.8.3 Peter Tworek
2012-02-09 23:52   ` Andreas Müller
2012-02-10 11:41     ` Andrei Gherzan
2012-02-13 20:29       ` [PATCH 2/3 v2] " Peter Tworek
2012-02-14  0:36         ` Andreas Müller
2012-02-04 18:30 ` [meta-xfce][PATCH 3/3] xfce4-panel: Disable building of static libraries Peter Tworek
2012-02-05 17:00   ` Andreas Müller
2012-02-05 17:05     ` Peter Tworek
2012-02-06 19:28 ` [meta-xfce][PATCH 3/3 v2] xfce4-panel: Remove static version of panel plugins Peter Tworek
2012-02-09 23:17   ` Andreas Müller
2012-02-13 20:31     ` [PATCH 3/3 v3] " Peter Tworek
2012-02-14  0:15       ` Andreas Müller

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=4F32810F.5060801@gmail.com \
    --to=tworaz666@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox