| Submitter | Peter Tworek |
|---|---|
| Date | Feb. 4, 2012, 6:30 p.m. |
| Message ID | <1328380249-11697-2-git-send-email-tworaz666@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/20699/ |
| State | Rejected |
| Headers | show |
Comments
On Sat, Feb 4, 2012 at 7:30 PM, Peter Tworek <tworaz666@gmail.com> wrote: > http://git.xfce.org/xfce/xfconf/tag/?id=xfconf-4.8.1 > > 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? Andreas
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: >> http://git.xfce.org/xfce/xfconf/tag/?id=xfconf-4.8.1 >> >> 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
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
Patch
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"
http://git.xfce.org/xfce/xfconf/tag/?id=xfconf-4.8.1 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