diff options
Diffstat (limited to 'meta-xfce')
| -rw-r--r-- | meta-xfce/recipes-xfce/xfce4-panel/files/0001-windowmenu-do-not-display-desktop-icon-when-no-windo.patch | 10 | ||||
| -rw-r--r-- | meta-xfce/recipes-xfce/xfce4-panel/files/0002-use-lxdm-to-replace-dm-tool.patch | 10 | ||||
| -rw-r--r-- | meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.18.3.bb (renamed from meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.18.0.bb) | 2 |
3 files changed, 13 insertions, 9 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-panel/files/0001-windowmenu-do-not-display-desktop-icon-when-no-windo.patch b/meta-xfce/recipes-xfce/xfce4-panel/files/0001-windowmenu-do-not-display-desktop-icon-when-no-windo.patch index 10c456f45e..154f72d186 100644 --- a/meta-xfce/recipes-xfce/xfce4-panel/files/0001-windowmenu-do-not-display-desktop-icon-when-no-windo.patch +++ b/meta-xfce/recipes-xfce/xfce4-panel/files/0001-windowmenu-do-not-display-desktop-icon-when-no-windo.patch | |||
| @@ -14,7 +14,7 @@ Upstream-Status: Pending | |||
| 14 | 14 | ||
| 15 | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> | 15 | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> |
| 16 | 16 | ||
| 17 | Rebase for xfce4 4.18.0. | 17 | Rebase for xfce4-panel 4.18.3. |
| 18 | 18 | ||
| 19 | Signed-off-by: Kai Kang <kai.kang@windriver.com> | 19 | Signed-off-by: Kai Kang <kai.kang@windriver.com> |
| 20 | --- | 20 | --- |
| @@ -22,10 +22,10 @@ Signed-off-by: Kai Kang <kai.kang@windriver.com> | |||
| 22 | 1 file changed, 5 insertions(+), 5 deletions(-) | 22 | 1 file changed, 5 insertions(+), 5 deletions(-) |
| 23 | 23 | ||
| 24 | diff --git a/plugins/windowmenu/windowmenu.c b/plugins/windowmenu/windowmenu.c | 24 | diff --git a/plugins/windowmenu/windowmenu.c b/plugins/windowmenu/windowmenu.c |
| 25 | index ba245a3..f8fdee8 100644 | 25 | index be7dea4..2f432b0 100644 |
| 26 | --- a/plugins/windowmenu/windowmenu.c | 26 | --- a/plugins/windowmenu/windowmenu.c |
| 27 | +++ b/plugins/windowmenu/windowmenu.c | 27 | +++ b/plugins/windowmenu/windowmenu.c |
| 28 | @@ -250,7 +250,7 @@ window_menu_plugin_init (WindowMenuPlugin *plugin) | 28 | @@ -262,7 +262,7 @@ window_menu_plugin_init (WindowMenuPlugin *plugin) |
| 29 | g_signal_connect (G_OBJECT (plugin->button), "toggled", | 29 | g_signal_connect (G_OBJECT (plugin->button), "toggled", |
| 30 | G_CALLBACK (window_menu_plugin_menu), plugin); | 30 | G_CALLBACK (window_menu_plugin_menu), plugin); |
| 31 | 31 | ||
| @@ -33,8 +33,8 @@ index ba245a3..f8fdee8 100644 | |||
| 33 | + plugin->icon = gtk_image_new_from_icon_name (NULL, GTK_ICON_SIZE_BUTTON); | 33 | + plugin->icon = gtk_image_new_from_icon_name (NULL, GTK_ICON_SIZE_BUTTON); |
| 34 | gtk_container_add (GTK_CONTAINER (plugin->button), plugin->icon); | 34 | gtk_container_add (GTK_CONTAINER (plugin->button), plugin->icon); |
| 35 | gtk_widget_show (plugin->icon); | 35 | gtk_widget_show (plugin->icon); |
| 36 | } | 36 | |
| 37 | @@ -680,19 +680,19 @@ window_menu_plugin_active_window_changed (WnckScreen *screen, | 37 | @@ -695,19 +695,19 @@ window_menu_plugin_active_window_changed (WnckScreen *screen, |
| 38 | /* skip 'fake' windows */ | 38 | /* skip 'fake' windows */ |
| 39 | type = wnck_window_get_window_type (window); | 39 | type = wnck_window_get_window_type (window); |
| 40 | if (type == WNCK_WINDOW_DESKTOP || type == WNCK_WINDOW_DOCK) | 40 | if (type == WNCK_WINDOW_DESKTOP || type == WNCK_WINDOW_DOCK) |
diff --git a/meta-xfce/recipes-xfce/xfce4-panel/files/0002-use-lxdm-to-replace-dm-tool.patch b/meta-xfce/recipes-xfce/xfce4-panel/files/0002-use-lxdm-to-replace-dm-tool.patch index b06e26e91d..66a33c722a 100644 --- a/meta-xfce/recipes-xfce/xfce4-panel/files/0002-use-lxdm-to-replace-dm-tool.patch +++ b/meta-xfce/recipes-xfce/xfce4-panel/files/0002-use-lxdm-to-replace-dm-tool.patch | |||
| @@ -9,15 +9,19 @@ so use lxdm to replace dm-tool | |||
| 9 | Upstream-Status: Inappropriate [oe specific] | 9 | Upstream-Status: Inappropriate [oe specific] |
| 10 | 10 | ||
| 11 | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> | 11 | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> |
| 12 | |||
| 13 | Rebase for xfce4-panel 4.18.3. | ||
| 14 | |||
| 15 | Signed-off-by: Kai Kang <kai.kang@windriver.com> | ||
| 12 | --- | 16 | --- |
| 13 | plugins/actions/actions.c | 8 ++++---- | 17 | plugins/actions/actions.c | 8 ++++---- |
| 14 | 1 file changed, 4 insertions(+), 4 deletions(-) | 18 | 1 file changed, 4 insertions(+), 4 deletions(-) |
| 15 | 19 | ||
| 16 | diff --git a/plugins/actions/actions.c b/plugins/actions/actions.c | 20 | diff --git a/plugins/actions/actions.c b/plugins/actions/actions.c |
| 17 | index 474798e..63eb41d 100644 | 21 | index e1f1fa7..440f430 100644 |
| 18 | --- a/plugins/actions/actions.c | 22 | --- a/plugins/actions/actions.c |
| 19 | +++ b/plugins/actions/actions.c | 23 | +++ b/plugins/actions/actions.c |
| 20 | @@ -905,12 +905,12 @@ actions_plugin_actions_allowed (void) | 24 | @@ -977,12 +977,12 @@ actions_plugin_actions_allowed (void) |
| 21 | GError *error = NULL; | 25 | GError *error = NULL; |
| 22 | 26 | ||
| 23 | /* check for commands we use */ | 27 | /* check for commands we use */ |
| @@ -32,7 +36,7 @@ index 474798e..63eb41d 100644 | |||
| 32 | g_free (path); | 36 | g_free (path); |
| 33 | path = g_find_program_in_path ("gdmflexiserver"); | 37 | path = g_find_program_in_path ("gdmflexiserver"); |
| 34 | if (path != NULL) | 38 | if (path != NULL) |
| 35 | @@ -1027,9 +1027,9 @@ actions_plugin_action_activate (GtkWidget *widget, | 39 | @@ -1099,9 +1099,9 @@ actions_plugin_action_activate (GtkWidget *widget, |
| 36 | break; | 40 | break; |
| 37 | 41 | ||
| 38 | case ACTION_TYPE_SWITCH_USER: | 42 | case ACTION_TYPE_SWITCH_USER: |
diff --git a/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.18.0.bb b/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.18.3.bb index 5dcd69d357..7e70754431 100644 --- a/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.18.0.bb +++ b/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.18.3.bb | |||
| @@ -14,7 +14,7 @@ SRC_URI += " \ | |||
| 14 | file://0001-windowmenu-do-not-display-desktop-icon-when-no-windo.patch \ | 14 | file://0001-windowmenu-do-not-display-desktop-icon-when-no-windo.patch \ |
| 15 | file://0002-use-lxdm-to-replace-dm-tool.patch \ | 15 | file://0002-use-lxdm-to-replace-dm-tool.patch \ |
| 16 | " | 16 | " |
| 17 | SRC_URI[sha256sum] = "be80023fd546587831bab25ded15ae4c9e346289a75744b6ba4cf4ee53794710" | 17 | SRC_URI[sha256sum] = "4ae0b8615c9811194bbda0172a63567ed7fdb5519ea48f7a4637f4e6e5365e1b" |
| 18 | 18 | ||
| 19 | EXTRA_OECONF += "--disable-vala" | 19 | EXTRA_OECONF += "--disable-vala" |
| 20 | 20 | ||
