All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/21] Gnome cleanups & desktop patches
@ 2019-12-06  0:08 Andreas Müller
  2019-12-06  0:08 ` [PATCH 01/21] pinpoint: remove dead project Andreas Müller
                   ` (22 more replies)
  0 siblings, 23 replies; 42+ messages in thread
From: Andreas Müller @ 2019-12-06  0:08 UTC (permalink / raw)
  To: openembedded-devel

Once passed Khem's autobuilder there are the following desktop session
available (yes tested - they work for me)

* gnome-x11
* gnome-wayland
* gnome-classic (gnome2 experience: gnome-shell based)
* gnome-flashback (gnome2 experience: gnome-flashback/metacity based / no
  graphics acceleration required)

currently there the following known issues:

* GDM does not display background image - have no idea if this is a bug
* Acivities does not display application icons for png

Ahh and all this was tested with gdm and alternate / non gnome display-manager
sddm because gdm does not match my needs as desktop environment collector.

Andreas Müller (21):
  pinpoint: remove dead project
  gnome-keyring: upgrade 3.28.2 -> 3.34.0
  libgsf: upgrade 1.14.45 -> 1.14.46
  libgnome-keyring: remove
  gjs: initial add 1.58.1
  gdm: re-add 3.34.1
  gnome-shell: initial add 3.34.1
  gnome-shell-extensions: initial add 3.34.1
  accountsservice: initial add 0.6.55
  rest: initial add 0.8.1
  gnome-online-accounts: initial add 3.34.1
  gvfs: upgrade 1.41.2 -> 1.42.1
  grilo: initial add 0.3.10
  gsound: initial add 1.0.2
  gnome-control-center: re-add 3.34.1
  gnome-session: inital add 3.34.1
  gnome-backgrounds: initial add 3.34.0
  metacity: upgrade 3.32.0 -> 3.34.1
  gnome-panel: (re)add 3.34.1
  gnome-flashback: initial add 3.34.1
  Add: packagegroup-gnome-apps / packagegroup-gnome-desktop

 .../recipes-apps/pinpoint/pinpoint_git.bb     | 24 -------
 .../0001-Ensure-pam-file-installation.patch   | 48 ++++++++++++++
 meta-gnome/recipes-gnome/gdm/gdm_3.34.1.bb    | 56 ++++++++++++++++
 .../gjs/gjs/0001-Disable-tests-on-host.patch  | 33 ++++++++++
 meta-gnome/recipes-gnome/gjs/gjs_1.58.1.bb    | 37 +++++++++++
 .../gnome-backgrounds_3.34.0.bb               | 17 +++++
 ...001-Add-meson-option-to-pass-sysroot.patch | 45 +++++++++++++
 .../gnome-control-center_3.34.1.bb            | 55 ++++++++++++++++
 .../gnome-flashback/gnome-flashback_3.34.1.bb | 34 ++++++++++
 ...-agent-and-ssh-add-by-configure-opti.patch | 42 ++++++++++++
 .../gnome-keyring/gnome-keyring_3.28.2.bb     | 44 -------------
 .../gnome-keyring/gnome-keyring_3.34.0.bb     | 51 +++++++++++++++
 .../gnome-keyring/libgnome-keyring_3.12.0.bb  | 29 ---------
 .../gnome-online-accounts_3.34.1.bb           | 32 ++++++++++
 ...nd-ZONEINFO-it-tries-to-run-compiled.patch | 37 +++++++++++
 .../gnome-panel/gnome-panel_3.34.1.bb         | 28 ++++++++
 .../gnome-session/gnome-session_3.34.1.bb     | 39 +++++++++++
 .../gnome-shell-extensions_3.34.1.bb          | 27 ++++++++
 .../gnome-shell/gnome-shell_3.34.1.bb         | 64 +++++++++++++++++++
 .../recipes-gnome/grilo/grilo_0.3.10.bb       | 29 +++++++++
 .../recipes-gnome/gsound/gsound_1.0.2.bb      | 13 ++++
 .../gvfs/{gvfs_1.41.2.bb => gvfs_1.42.1.bb}   | 11 ++--
 ...p-a-copy-paste-of-introspection.m4-m.patch |  0
 .../{libgsf_1.14.45.bb => libgsf_1.14.46.bb}  | 12 ++--
 .../recipes-gnome/metacity/metacity_3.32.0.bb | 41 ------------
 .../recipes-gnome/metacity/metacity_3.34.1.bb | 38 +++++++++++
 meta-gnome/recipes-gnome/rest/rest_0.8.1.bb   | 28 ++++++++
 .../accountsservice/accountsservice_0.6.55.bb | 29 +++++++++
 .../packagegroups/packagegroup-gnome-apps.bb  | 20 ++++++
 .../packagegroup-gnome-desktop.bb             | 26 ++++++++
 30 files changed, 838 insertions(+), 151 deletions(-)
 delete mode 100644 meta-gnome/recipes-apps/pinpoint/pinpoint_git.bb
 create mode 100644 meta-gnome/recipes-gnome/gdm/gdm/0001-Ensure-pam-file-installation.patch
 create mode 100644 meta-gnome/recipes-gnome/gdm/gdm_3.34.1.bb
 create mode 100644 meta-gnome/recipes-gnome/gjs/gjs/0001-Disable-tests-on-host.patch
 create mode 100644 meta-gnome/recipes-gnome/gjs/gjs_1.58.1.bb
 create mode 100644 meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_3.34.0.bb
 create mode 100644 meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center/0001-Add-meson-option-to-pass-sysroot.patch
 create mode 100644 meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_3.34.1.bb
 create mode 100644 meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.34.1.bb
 create mode 100644 meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring/0001-Set-paths-to-ssh-agent-and-ssh-add-by-configure-opti.patch
 delete mode 100644 meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_3.28.2.bb
 create mode 100644 meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_3.34.0.bb
 delete mode 100644 meta-gnome/recipes-gnome/gnome-keyring/libgnome-keyring_3.12.0.bb
 create mode 100644 meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.34.1.bb
 create mode 100644 meta-gnome/recipes-gnome/gnome-panel/gnome-panel/0001-Do-not-try-to-find-ZONEINFO-it-tries-to-run-compiled.patch
 create mode 100644 meta-gnome/recipes-gnome/gnome-panel/gnome-panel_3.34.1.bb
 create mode 100644 meta-gnome/recipes-gnome/gnome-session/gnome-session_3.34.1.bb
 create mode 100644 meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_3.34.1.bb
 create mode 100644 meta-gnome/recipes-gnome/gnome-shell/gnome-shell_3.34.1.bb
 create mode 100644 meta-gnome/recipes-gnome/grilo/grilo_0.3.10.bb
 create mode 100644 meta-gnome/recipes-gnome/gsound/gsound_1.0.2.bb
 rename meta-gnome/recipes-gnome/gvfs/{gvfs_1.41.2.bb => gvfs_1.42.1.bb} (87%)
 rename meta-gnome/recipes-gnome/libgsf/{files => libgsf}/0001-configure.ac-drop-a-copy-paste-of-introspection.m4-m.patch (100%)
 rename meta-gnome/recipes-gnome/libgsf/{libgsf_1.14.45.bb => libgsf_1.14.46.bb} (59%)
 delete mode 100644 meta-gnome/recipes-gnome/metacity/metacity_3.32.0.bb
 create mode 100644 meta-gnome/recipes-gnome/metacity/metacity_3.34.1.bb
 create mode 100644 meta-gnome/recipes-gnome/rest/rest_0.8.1.bb
 create mode 100644 meta-gnome/recipes-support/accountsservice/accountsservice_0.6.55.bb
 create mode 100644 meta-gnome/recipes-support/packagegroups/packagegroup-gnome-apps.bb
 create mode 100644 meta-gnome/recipes-support/packagegroups/packagegroup-gnome-desktop.bb

-- 
2.21.0



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

end of thread, other threads:[~2019-12-16  2:27 UTC | newest]

Thread overview: 42+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-06  0:08 [PATCH 00/21] Gnome cleanups & desktop patches Andreas Müller
2019-12-06  0:08 ` [PATCH 01/21] pinpoint: remove dead project Andreas Müller
2019-12-06  0:08 ` [PATCH 02/21] gnome-keyring: upgrade 3.28.2 -> 3.34.0 Andreas Müller
2019-12-06  0:08 ` [PATCH 03/21] libgsf: upgrade 1.14.45 -> 1.14.46 Andreas Müller
2019-12-06  0:08 ` [PATCH 04/21] libgnome-keyring: remove Andreas Müller
2019-12-06  0:08 ` [PATCH 05/21] gjs: initial add 1.58.1 Andreas Müller
2019-12-06 19:31   ` Khem Raj
2019-12-06  0:08 ` [PATCH 06/21] gdm: re-add 3.34.1 Andreas Müller
2019-12-06  0:08 ` [PATCH 07/21] gnome-shell: initial add 3.34.1 Andreas Müller
2019-12-06  0:08 ` [PATCH 08/21] gnome-shell-extensions: " Andreas Müller
2019-12-06  0:09 ` [PATCH 09/21] accountsservice: initial add 0.6.55 Andreas Müller
2019-12-06 15:18   ` Khem Raj
2019-12-06  0:09 ` [PATCH 10/21] rest: initial add 0.8.1 Andreas Müller
2019-12-06 15:17   ` Khem Raj
2019-12-06 16:14     ` Adrian Bunk
2019-12-07 22:34       ` Andreas Müller
2019-12-06  0:09 ` [PATCH 11/21] gnome-online-accounts: initial add 3.34.1 Andreas Müller
2019-12-06  0:09 ` [PATCH 12/21] gvfs: upgrade 1.41.2 -> 1.42.1 Andreas Müller
2019-12-06  5:25   ` Khem Raj
2019-12-06  0:09 ` [PATCH 13/21] grilo: initial add 0.3.10 Andreas Müller
2019-12-06  0:09 ` [PATCH 14/21] gsound: initial add 1.0.2 Andreas Müller
2019-12-06  0:09 ` [PATCH 15/21] gnome-control-center: re-add 3.34.1 Andreas Müller
2019-12-06  0:09 ` [PATCH 16/21] gnome-session: inital add 3.34.1 Andreas Müller
2019-12-06  0:09 ` [PATCH 17/21] gnome-backgrounds: initial add 3.34.0 Andreas Müller
2019-12-06  0:09 ` [PATCH 18/21] metacity: upgrade 3.32.0 -> 3.34.1 Andreas Müller
2019-12-06  0:09 ` [PATCH 19/21] gnome-panel: (re)add 3.34.1 Andreas Müller
2019-12-06  0:09 ` [PATCH 20/21] gnome-flashback: initial add 3.34.1 Andreas Müller
2019-12-06  0:09 ` [PATCH 21/21] Add: packagegroup-gnome-apps / packagegroup-gnome-desktop Andreas Müller
2019-12-06  8:00   ` Khem Raj
2019-12-06  9:28     ` Andreas Müller
2019-12-06  9:32       ` Andreas Müller
2019-12-06  3:10 ` [PATCH 00/21] Gnome cleanups & desktop patches Khem Raj
2019-12-06  7:12   ` Khem Raj
2019-12-06  9:05     ` Andreas Müller
2019-12-06  9:08       ` Andreas Müller
2019-12-06 10:26     ` Adrian Bunk
2019-12-06 11:19       ` Andreas Müller
2019-12-15  7:57 ` Khem Raj
2019-12-15 12:45   ` Andreas Müller
2019-12-15 17:08     ` Khem Raj
2019-12-15 21:04       ` Andreas Müller
2019-12-16  2:27         ` Khem Raj

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.