summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-xfce/xfce4-session
Commit message (Collapse)AuthorAgeFilesLines
* xfce4-session: Update D-Bus runtime dependency declarationNiko Mauno2025-04-241-1/+1
| | | | | | | | | | | | | | | | In order to facilitate users who wish to use e.g. dbus-broker as their runtime D-Bus implementation, change the Freedesktop.org specific D-Bus runtime dependency to honor oe-core's new VIRTUAL-RUNTIME_dbus variable. With this change we also align with oe-core commit 5dfca64b78 ("dbus-glib: depend on dbus, not dbus-x11") which mentions that dbus-x11 hasn't existed as a package since 2012[1] and is just a RPROVIDES in dbus, so depend on dbus directly instead. Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-session: 4.18.4 -> 4.20.0Kai Kang2025-03-132-19/+25
| | | | | | | | | | Upgrade xfce4-session from 4.18.4 to 4.20.0: * rebase 0001-configure.in-hard-code-path-to-iceauth.patch * add dependency libxfce4windowing Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-session: Upgrade 4.18.3 -> 4.18.4Jason Schonberg2024-11-221-1/+2
| | | | | | | Changelog: https://gitlab.xfce.org/xfce/xfce4-session/-/tags/xfce4-session-4.18.4 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-session: upgrade 4.18.2 -> 4.18.3Jason Schonberg2024-11-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog found at https://gitlab.xfce.org/xfce/xfce4-session/-/tags/xfce4-session-4.18.3 - shutdown: Do not set an error when returning TRUE - logout-dialog: Fix use-after-free - Use glib wrappers for memory allocation - build: Fix build when there is no suspend/hibernate support - build: Add suspend support for Solaris - startxfce4: Fix xinit arguments order - manager: Always use xfsm_manager_save_yourself_dbus() (Fixes #106) - settings: Remove useless tooltip - xflock4: Update fallback list - logout-dialog: Lower warning level - shutdown: Keep error NULL when unused - cleanup: Remove dead polkit code - Revert "Fallback to old method for shutdown (bug #8630)." - Use g_critical() instead of g_error() - Use GLib logging functions or g_printerr() instead of g_print() - Use GLib logging functions instead of g_printerr() - build: Fix untranslated policykit file - Escape/unescape string list delimiter when saving/restoring session - Replace XfceRc with GKeyFile for session file parsing - Translation Updates: Albanian, Armenian (Armenia), Asturian, Azerbaijani, Basque, Belarusian, Belarusian (Tarask), Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (Canada), English (United Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hindi, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Persian (Iran), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur, Vietnamese Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-session: 4.18.0 -> 4.18.2Kai Kang2023-04-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release notes for 4.18.2 ======================== - manager: Fix GQueue memory management - Fix Xfconf memory management - Update bug report address - Fix suspend/hibernation bug on ConsoleKit2 (Fixes #164) Release notes for 4.18.1 ======================== - Update copyright year - Fix bus name acquisition/ownership (#54, !34) - Use XfceScreensaver from Libxfce4ui (!35) - build: Fix previous commit - build: Fix autotools warnings - Avoid duplicating directories in the tail of $XDG_* envs (#111, !21) - settings: Fix memory leak - libxfsm: Fix wrong return value - Fix memory leaks when opening xfce4-session-settings - Fix blurry session snapshots (!33) - Fix blurry icons in autostart tab when UI scale > 1 (!33) - build: Fix GTK deprecation warnings (!32) - build: Fix some other GDK deprecation warnings (!32) - build: Fix gdk_error_trap_push/pop() deprecation warnings (!32) - build: Let xdt-depends.m4 macros set GLib macros (!32) - build: Remove GDK_VERSION_MIN_REQUIRED/MAX_ALLOWED (!32) - Make use of translations for run hooks (Fixes #156) - Translation Updates: Greek, Portuguese, Turkish Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-session: 4.16.0 -> 4.18.0Kai Kang2022-12-271-5/+5
| | | | | | | | | Update xfce4-session from 4.16.0 to 4.18.0 * update license with GPL-2.0-or-later Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj2022-03-041-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-3/+3
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-session: increase ALTERNATIVE_PRIORITYSakib Sajal2021-02-111-1/+1
| | | | | | | | | | xfce4-session provides x-session-manager. It is also provided by matchbox-session with the same priority resulting in a conflict. Increase priority of x-session-manager provided by xfce4-session to resolve conflict and and give precedence to xfce4-session. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-session: upgrade 4.14.2 -> 4.16.0Andreas Müller2021-01-061-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release notes for 4.16.0 ======================== - settings: Accept all types of GIcon - settings: Adjust inline toolbar - Fix compilation with -Wmissing-prototypes - Don't warn when there are no saved sessions - bump glib (and gio, gthread, etc) minimum to 2.50.0 - Remove GSourceFunc casts - Update .gitignore - Add README.md to EXTRA_DIST - Translation Updates: Basque, Chinese (China), Czech, Danish, Estonian, French, Galician, Hebrew, Hindi, Indonesian, Italian, Lithuanian, Norwegian Bokmål, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovenian, Turkish, Vietnamese Release notes for 4.15.1 ======================== [Please note that this is a development release.] - Fix potential crash in suspend and shutdown (Fixes #65) - Avoid potential format-string vulns (Issue #65) - settings: Tweak 'Current Session' tab - settings: Make 'App Autostart' columns sortable - settings: Fix 'Current session' column width (!10) - Add lock icon, 24px and 32px icons - Add more guards around GErrors - Update copyright year - Fix ifdef - Add README.md - Translation Updates: Armenian (Armenia), Basque, Belarusian (Tarask), Chinese (China), Czech, Danish, Eastern Armenian, Estonian, French, Hebrew, Hungarian, Indonesian, Norwegian Bokmål, Portuguese (Brazil), Russian, Slovak, Slovenian, Swedish, Turkish, Uyghur Release notes for 4.15.0 ======================== [Please note that this is a development release.] - Use new icon in settings dialog (Bug #16885) - Add new application icon and rDNS icon name - logout-dialog: Add new icons - logout-dialog: Bump icon size to 48px - Switch to symbolic window-close icons - Drop GDM compatibility code to avoid invalid session locale - Segfault when suspending without pm-suspend installed (Bug #16632) - Expand field codes - Add a GnuPG 2.1+ mode - Fix session crash at logout (Bug #16105) - Free the intermediate "cmd" variable in xfsm_startup_init() - Re-add xfsm_startup_shutdown() call to xfce4-session main() - Remove sys/sysctl.h on linux platform - Move from exo-csource to xdt-csource (Bug #16717) - Try xfce screensaver before cinnamon (Bug #16223) - Add support for xfce4-screensaver (Bug #16522) - Silence runtime warning (Bug #15731) - settings: Don't warn when there are no saved sessions (Fixes #62) - settings: Add sort-on-click to columns in "Current Session" tab (!3) - settings: Add keywords for discoverability (Bug #10694) - settings: Add tooltips to image-buttons - settings: Better app icon lookup - settings: Be more precise in infobar wording - settings: Drop inline-toolbar button labels - settings: Move autostart info to docs.xfce - settings: Don't make 'saved sessions' tab reorderable - settings: Sort saved sessions by most recently used (Bug #15338) - Add basic GitLab pipeline - Drop unused var - Bump copyright years - Only clean generated sources when in maintainer mode - Do not show translation info on --help output - Translation Updates: Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Belarusian (Tarask), Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (Canada), English (United Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Uighur, Ukrainian, Vietnamese Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-session: upgrade 4.14.1 -> 4.14.2Andreas Müller2020-03-301-2/+2
| | | | | | | | | | | | | Release notes for 4.14.2 ======================== - Add support for xfce4-screensaver (Bug #16522) - Try xfce screensaver before cinnamon (Bug #16223) - Translation Updates: Albanian, Belarusian, Indonesian, Polish, Portuguese, Swedish Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-session: 4.14.0 -> 4.14.1Andreas Müller2020-01-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | Release notes for 4.14.1 ======================== - Fix session crash at logout (Bug #16105) - settings: Don't make 'saved sessions' tab reorderable - Translation Updates: Albanian, Arabic, Armenian (Armenia), Asturian, Basque, Belarusian, Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, English (Australia), English (United Kingdom), Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Uighur, Ukrainian, Vietnamese, Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: rename distro_features_check to features_checkDenys Dmytriyenko2019-11-211-1/+1
| | | | | | | Avoid warning due to the class rename in OE-Core. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-session: 4.13.3 -> 4.14.0Kai Kang2019-08-141-3/+3
| | | | | | | | | | Update xfce4-session from 4.13.3 to 4.14.0. * remove dbus from DEPENDS that xfce4-session ports to gdbus. gdbus is provided by glib-2.0 which in the dependency chain alreay. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-session: 4.13.2 -> 4.13.3Kai Kang2019-07-161-13/+3
| | | | | | | | | * remove dependency dbus-glib which is replaced by gdbus already * remove dependency gtk+ that gtk+3 is used right now * clean items in DEPENDS which are imported indirectly by libxfce4ui Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-session: optional support polkitHongxu Jia2019-06-251-1/+3
| | | | | | | | | | | | | | | | | If polkit not in DISTRO_FEATURES, it failed ... |ERROR: Nothing PROVIDES 'polkit' (but meta-openembedded/meta-xfce/recipes-xfce/ xfce4-session/xfce4-session_4.13.2.bb DEPENDS on or otherwise requires it) |polkit was skipped: missing required distro feature 'polkit' (not in DISTRO_FEATURES) |ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. |Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'xfce4-session', 'polkit'] ... Upstream optional support polkit: https://github.com/xfce-mirror/xfce4-session/commit/560219ad500c73e0fc2c3d959f96bcb8e2a54556 Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-session: Reformat DEPENDS and RDEPENDSRobert Joslyn2019-06-151-2/+22
| | | | | | | Break them over multiple lines to make updates easier. Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-session: Add xrdb RDEPENDSRobert Joslyn2019-06-151-1/+1
| | | | | | | The /etc/xdg/xfce4/xinitrc file calls xrdb, so add it as an RDEPENDS. Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-session: 4.13.1 -> 4.13.2Kai Kang2019-05-251-2/+2
| | | | | Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-session: remove strange entry in FILES_${PN}Andreas Müller2019-05-091-4/+0
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-session: get rid of machine-hostAndreas Müller2019-05-092-19/+0
| | | | | | | | | | | | | | | | | | | | OE-Core's base-file does add hostname to hosts since: commit 31e6d08f20a804fccb958e19045d8f9e9806071a Author: Chen Qi <Qi.Chen@windriver.com> Date: Tue Jan 8 17:12:52 2019 +0800 netbase/base-files: move /etc/hosts from netbase to base-files Move /etc/hosts to base-files, and also add entry to it according to hostname setting. This fixes the problem of commands like `hostname -f' failing due to lack of such entry. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-session: upgrade 4.13.0 -> 4.13.1Andreas Müller2018-08-191-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-session: 4.12.1 -> 4.13.0Kang Kai2018-08-081-3/+3
| | | | | | | | | Upgrade xfce4-session from 4.12.1 to 4.13.0 * replace dependency libwnck with libwnck3 Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4: package libtool files if they are installedMark Asselstine2018-06-181-0/+4
| | | | | | | | | | | | | | | | | | | | | | This is a partial revert of commit 2ad5ceafa53f [various classes recipes: Remove FILES entries for dbg/dev packages] to restore the packaging of libtool (.la) files. It is generally recommended to include 'remove-libtool' in your distro features to purge libtool files as a do_install postfunc for all recipes, as is the documented recommendation for handling of libtool files (unless the .la have been determined to be absolutely necessary, in which case a recipe can use the REMOVE_LIBTOOL_LA to prevent the cleanup). However, if the 'remove-libtool' distro feature is not specified we need to ensure that if after a recipe completes do_install() and there are libtool files present in the image, we must package them or we will hit 'installed-vs-shipped' QA issues. NOTE: that even with respect to libtool files this is not a 1:1 partial revert of commit 2ad5ceafa53f, adjustments are made according to the current state of the build today. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* various classes recipes: Remove FILES entries for dbg/dev packagesAndreas Müller2018-06-141-2/+0
| | | | | | | These entries are no more required - oe-core defaults were reworked long time ago. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
* recipes: fix invalid license fileJackie Huang2017-09-181-1/+1
| | | | | | | | | | | | Use '${COMMON_LICENSE_DIR}/MIT' for MIT License to fix the warning: | WARNING: packagegroup-xfce-base-1.0-r5 do_populate_lic: ${COREBASE}/LICENSE is not a valid license file, please use '${COMMON_LICENSE_DIR}/MIT' for a MIT License file in LIC_FILES_CHKSUM. This will become an error in the future Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-session: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang2016-11-231-1/+3
| | | | | | | | xfce4-session depends on virtual/libx11 so it requires x11 distro feature. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-session: ensure ip for machine is found by adding to hostsAndreas Müller2015-07-162-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes very ugly behaviour: Starting applications e.g xfce4-terminal can delay for minutes in case network is connected. There was a similar approach implemented for xfce4-session but this was removed in commit f54d3a506fef603d8d0c538d1d69a6597152c169 Author: Ash Charles <ashcharles@gmail.com> Date: Mon Feb 23 08:40:53 2015 -0800 xfce4-session: Remove unneeded pkg_postinst The pkg_postinst inherited from previous versions of this recipe no longer seems necessary; no error message seen at runtime in a quick test. As it made the generated packages unnecessarily machine-specific, remove this post-install step. Based on the ensuring discussion, this supersedes the original patch [1]. [1] http://lists.openembedded.org/pipermail/openembedded-devel/2015-February/100454.html Signed-off-by: Ash Charles <ashcharles@gmail.com> Tested-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Unfortuantely my tests for that patch only checked for the messagebox: | Could not look up internet address for <hostname> | This will prevent Xfce from operating correctly. | It may be possible to correct the problem by adding | <hostname> to the file /etc/hosts on your system. For unknown reasons this messagebox is not created but the hint is still extremely valid. To avoid making 'xfce4-session' machine specific an extra meta-recipe 'machine-host' was created on which 'xfce4-session' rdepends. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-session: update to 4.12.1Andreas Müller2015-05-131-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-session: update to 4.12.0Andreas Müller2015-03-212-31/+28
| | | | | | consolekit support is gone Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-session: Remove unneeded pkg_postinstAsh Charles2015-03-031-5/+0
| | | | | | | | | | | | | | The pkg_postinst inherited from previous versions of this recipe no longer seems necessary; no error message seen at runtime in a quick test. As it made the generated packages unnecessarily machine-specific, remove this post-install step. Based on the ensuring discussion, this supersedes the original patch [1]. [1] http://lists.openembedded.org/pipermail/openembedded-devel/2015-February/100454.html Signed-off-by: Ash Charles <ashcharles@gmail.com> Tested-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-session: Take the precedence over mini-x-sessionAdam YH Lee2014-04-201-0/+1
| | | | | | | If x11-base is included in the image, XFCE4 session does not correctly start because mini-x-session has higher priority at 50. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issuesMatthieu CRAPET2014-02-231-1/+1
| | | | | | | | | | | | | Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-session: update to 4.10.1Andreas Müller2013-05-195-728/+9
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-session: remove unconditional consolekit RDEPENDS and use PACKAGECONFIGAndreas Müller2013-05-031-3/+6
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-session: Add x-session-manager alternativeOtavio Salvador2013-04-191-2/+5
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-session: move systemd support from meta-systemd back to meta-xfceMartin Jansa2013-04-155-1/+485
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* patches: update Upstream-Status to use capital 'S'Martin Jansa2013-02-051-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-session: fix build on X11-less hostsAndreas Müller2013-01-032-2/+44
| | | | | | | | | error message was: | checking for iceauth... no | configure: error: iceauth missing, please check your X11 installation Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-session: remove gnome-keyring dependencyAndreas Müller2012-12-272-2/+86
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-openembedded: use correct format of Upstream-StatusMartin Jansa2012-12-231-1/+1
| | | | | | | * some patches have also incorrect value, but e.g. "Unknown" is as good as "Pending" to me Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-session: update to 4.10.0Andreas Müller2012-09-182-47/+28
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-session: Don't loose xfwm4 when closing session with multiple windows ↵Andreas Müller2012-09-172-1/+172
| | | | | | | waiting for user input Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xfce4-session: add consolekit to RDEPENDSAndreas Müller2012-06-081-1/+2
| | | | | | | | | | | This error was hidden for years by my test image containing consolekit. One result of missing consolekit are greyed 'Restart' and 'Shut Down' in XFCE's logout-dialog and the log message: ** (xfce4-session:4125): WARNING **: 'CanStop' method failed : The name org.freedesktop.ConsoleKit was not provided by any .service files Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-session: update to 4.8.3 / fix QA warnings static libs in dev packageAndreas Müller2012-03-041-5/+3
| | | | | | | run-tested on overo Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xfce4-session: bump PR for xcb-util changeKoen Kooi2011-12-011-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xfce4-session: Bump to version 4.8.2Andreas Müller2011-09-222-18/+2
| | | | | | relative-symlinks-docs.patch is now mainline [1] [1] http://git.xfce.org/xfce/xfce4-session/commit/?id=00159a379b8b192615137e59b66d5317493f57f3
* xfce4-session: Add initial recipe with version 4.8.1Andreas Mueller2011-08-052-0/+43