All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/61] sato: work around missing icons in adwaita 42.0
@ 2022-05-05  5:04 Alexander Kanavin
  2022-05-05  5:04 ` [PATCH 02/61] systemd: upgrade 250.4 -> 250.5 Alexander Kanavin
                   ` (59 more replies)
  0 siblings, 60 replies; 63+ messages in thread
From: Alexander Kanavin @ 2022-05-05  5:04 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

adwaita icon theme upstream has done significant trimming around app category icons
(fullcolour versions gone completely, 'symbolic' b&w versions still around but marked
as legacy). Going forward, apps would need to provide their own icons. Given that
sato is likely to be deprecated in favour of wayland/weston rather soon, let's use
the symbolic icons for now.

[YOCTO #14782]

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 .../gstreamer/gst-examples/gst-player.desktop |  2 +-
 ...sktop-update-icon-to-one-available-i.patch | 25 ++++++++++++++++++
 .../matchbox-config-gtk_0.2.bb                |  4 ++-
 ...ile.c-use-view-refresh-symbolic-icon.patch | 26 +++++++++++++++++++
 .../matchbox-desktop/matchbox-desktop_2.2.bb  |  1 +
 ...l.desktop-use-an-icon-available-in-a.patch | 25 ++++++++++++++++++
 .../matchbox-terminal_0.2.bb                  |  4 ++-
 meta/recipes-sato/puzzles/puzzles_git.bb      |  2 +-
 .../rxvt-unicode/rxvt-unicode/rxvt.desktop    |  2 +-
 .../shutdown-desktop/shutdown.desktop         |  2 +-
 10 files changed, 87 insertions(+), 6 deletions(-)
 create mode 100644 meta/recipes-sato/matchbox-config-gtk/files/0001-mb-appearance.desktop-update-icon-to-one-available-i.patch
 create mode 100644 meta/recipes-sato/matchbox-desktop/files/0001-taku-launcher-tile.c-use-view-refresh-symbolic-icon.patch
 create mode 100644 meta/recipes-sato/matchbox-terminal/matchbox-terminal/0001-matchbox-terminal.desktop-use-an-icon-available-in-a.patch

diff --git a/meta/recipes-multimedia/gstreamer/gst-examples/gst-player.desktop b/meta/recipes-multimedia/gstreamer/gst-examples/gst-player.desktop
index 7ddd456a1e..a5df5c9c84 100644
--- a/meta/recipes-multimedia/gstreamer/gst-examples/gst-player.desktop
+++ b/meta/recipes-multimedia/gstreamer/gst-examples/gst-player.desktop
@@ -1,7 +1,7 @@
 [Desktop Entry]
 Name=Media Player
 Comment=Basic media player
-Icon=multimedia-player
+Icon=multimedia-player-symbolic
 TryExec=gtk-play
 Exec=gtk-play
 StartupNotify=true
diff --git a/meta/recipes-sato/matchbox-config-gtk/files/0001-mb-appearance.desktop-update-icon-to-one-available-i.patch b/meta/recipes-sato/matchbox-config-gtk/files/0001-mb-appearance.desktop-update-icon-to-one-available-i.patch
new file mode 100644
index 0000000000..7e75fdab9a
--- /dev/null
+++ b/meta/recipes-sato/matchbox-config-gtk/files/0001-mb-appearance.desktop-update-icon-to-one-available-i.patch
@@ -0,0 +1,25 @@
+From ab2c716bb0679a67dc6b0878ef750d3fdd29edb7 Mon Sep 17 00:00:00 2001
+From: Alexander Kanavin <alex@linutronix.de>
+Date: Wed, 13 Apr 2022 22:19:11 +0200
+Subject: [PATCH] mb-appearance.desktop: update icon to one available in
+ adwaita 42.0
+
+Upstream-Status: Inappropriate [apps need their own icons as of 42.0]
+Signed-off-by: Alexander Kanavin <alex@linutronix.de>
+---
+ appearance/mb-appearance.desktop | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/appearance/mb-appearance.desktop b/appearance/mb-appearance.desktop
+index 4db2bbc..cfa5142 100644
+--- a/appearance/mb-appearance.desktop
++++ b/appearance/mb-appearance.desktop
+@@ -2,7 +2,7 @@
+ Name=Appearance
+ Comment=Change the appearance
+ Exec=matchbox-appearance
+-Icon=preferences-desktop-theme
++Icon=preferences-desktop-appearance-symbolic
+ Terminal=false
+ Type=Application
+ Categories=GTK;Settings;DesktopSettings;
diff --git a/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb b/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb
index d951baf361..c91f9a7cc2 100644
--- a/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb
+++ b/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb
@@ -12,7 +12,9 @@ RDEPENDS:${PN} = "settings-daemon"
 # SRCREV tagged 0.2
 SRCREV = "ef2192ce98d9374ffdad5f78544c3f8f353c16aa"
 SRC_URI = "git://git.yoctoproject.org/${BPN};branch=master \
-           file://no-handed.patch"
+           file://no-handed.patch \
+           file://0001-mb-appearance.desktop-update-icon-to-one-available-i.patch \
+           "
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))"
 
 S = "${WORKDIR}/git"
diff --git a/meta/recipes-sato/matchbox-desktop/files/0001-taku-launcher-tile.c-use-view-refresh-symbolic-icon.patch b/meta/recipes-sato/matchbox-desktop/files/0001-taku-launcher-tile.c-use-view-refresh-symbolic-icon.patch
new file mode 100644
index 0000000000..7a4db83da2
--- /dev/null
+++ b/meta/recipes-sato/matchbox-desktop/files/0001-taku-launcher-tile.c-use-view-refresh-symbolic-icon.patch
@@ -0,0 +1,26 @@
+From 764201dff04a7ca1c3862357ea485a6fc624dd00 Mon Sep 17 00:00:00 2001
+From: Alexander Kanavin <alex@linutronix.de>
+Date: Wed, 13 Apr 2022 22:01:30 +0200
+Subject: [PATCH] taku-launcher-tile.c: use view-refresh-symbolic icon
+
+Plain view-refresh is no longer provided in latest adwaita icon theme.
+
+Upstream-Status: Inappropriate [apps need their own icons as of 42.0]
+Signed-off-by: Alexander Kanavin <alex@linutronix.de>
+---
+ libtaku/taku-launcher-tile.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/libtaku/taku-launcher-tile.c b/libtaku/taku-launcher-tile.c
+index e7f58f3..8bbf2f7 100644
+--- a/libtaku/taku-launcher-tile.c
++++ b/libtaku/taku-launcher-tile.c
+@@ -185,7 +185,7 @@ taku_launcher_tile_new_from_item (TakuMenuItem *item)
+   taku_icon_tile_set_secondary (TAKU_ICON_TILE (tile),
+                                 taku_menu_item_get_description (item));
+   taku_icon_tile_set_pixbuf (TAKU_ICON_TILE (tile),
+-                             get_icon ("view-refresh", size));
++                             get_icon ("view-refresh-symbolic", size));
+ 
+   /* Don't need to update the icon here, because we'll get a style-set signal
+      when the widget is realised which will update the icon. */
diff --git a/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.2.bb b/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.2.bb
index b05a9c48ad..c306aba6ec 100644
--- a/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.2.bb
+++ b/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.2.bb
@@ -15,6 +15,7 @@ SECTION = "x11/wm"
 SRCREV = "6bc67d09da4147e5552fe30011a05a2c59d2f777"
 SRC_URI = "git://git.yoctoproject.org/${BPN}-2;branch=master \
            file://vfolders/ \
+           file://0001-taku-launcher-tile.c-use-view-refresh-symbolic-icon.patch \
            "
 
 EXTRA_OECONF = "--enable-startup-notification --with-dbus"
diff --git a/meta/recipes-sato/matchbox-terminal/matchbox-terminal/0001-matchbox-terminal.desktop-use-an-icon-available-in-a.patch b/meta/recipes-sato/matchbox-terminal/matchbox-terminal/0001-matchbox-terminal.desktop-use-an-icon-available-in-a.patch
new file mode 100644
index 0000000000..48987f9d31
--- /dev/null
+++ b/meta/recipes-sato/matchbox-terminal/matchbox-terminal/0001-matchbox-terminal.desktop-use-an-icon-available-in-a.patch
@@ -0,0 +1,25 @@
+From ec16ba4a1cb0e4217910a1b36783f00828bb5dfc Mon Sep 17 00:00:00 2001
+From: Alexander Kanavin <alex@linutronix.de>
+Date: Wed, 13 Apr 2022 22:24:50 +0200
+Subject: [PATCH] matchbox-terminal.desktop: use an icon available in adwaita
+ 42.0
+
+Upstream-Status: Inappropriate [apps need their own icons as of 42.0]
+Signed-off-by: Alexander Kanavin <alex@linutronix.de>
+---
+ matchbox-terminal.desktop | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/matchbox-terminal.desktop b/matchbox-terminal.desktop
+index c84a24c..fedaf10 100644
+--- a/matchbox-terminal.desktop
++++ b/matchbox-terminal.desktop
+@@ -3,7 +3,7 @@ Type=Application
+ Name=Terminal
+ Comment=When all else fails.
+ Exec=matchbox-terminal
+-Icon=utilities-terminal
++Icon=utilities-terminal-symbolic
+ Terminal=false
+ Categories=GTK;Utility;
+ StartupNotify=true
diff --git a/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb b/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb
index 802ffa971b..048e247b89 100644
--- a/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb
+++ b/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb
@@ -11,7 +11,9 @@ SECTION = "x11/utils"
 
 #SRCREV tagged 0.2
 SRCREV = "161276d0f5d1be8187010fd0d9581a6feca70ea5"
-SRC_URI = "git://git.yoctoproject.org/${BPN};branch=master"
+SRC_URI = "git://git.yoctoproject.org/${BPN};branch=master \
+           file://0001-matchbox-terminal.desktop-use-an-icon-available-in-a.patch \
+           "
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))"
 
 S = "${WORKDIR}/git"
diff --git a/meta/recipes-sato/puzzles/puzzles_git.bb b/meta/recipes-sato/puzzles/puzzles_git.bb
index 0104f2672a..6f038cc475 100644
--- a/meta/recipes-sato/puzzles/puzzles_git.bb
+++ b/meta/recipes-sato/puzzles/puzzles_git.bb
@@ -37,7 +37,7 @@ do_install:append () {
 [Desktop Entry]
 Name=$title
 Exec=${bindir}/$prog
-Icon=applications-games
+Icon=applications-games-symbolic
 Terminal=false
 Type=Application
 Categories=Game;
diff --git a/meta/recipes-sato/rxvt-unicode/rxvt-unicode/rxvt.desktop b/meta/recipes-sato/rxvt-unicode/rxvt-unicode/rxvt.desktop
index 6b7978afc9..84a8ba7dc5 100644
--- a/meta/recipes-sato/rxvt-unicode/rxvt-unicode/rxvt.desktop
+++ b/meta/recipes-sato/rxvt-unicode/rxvt-unicode/rxvt.desktop
@@ -3,7 +3,7 @@ Version=1.0
 Name=Terminal
 Comment=A unicode capable rxvt clone
 Exec=rxvt
-Icon=utilities-terminal
+Icon=utilities-terminal-symbolic
 Terminal=false
 Type=Application
 Categories=Utility;TerminalEmulator;
diff --git a/meta/recipes-sato/shutdown-desktop/shutdown-desktop/shutdown.desktop b/meta/recipes-sato/shutdown-desktop/shutdown-desktop/shutdown.desktop
index 662659afc2..bc437ca2de 100644
--- a/meta/recipes-sato/shutdown-desktop/shutdown-desktop/shutdown.desktop
+++ b/meta/recipes-sato/shutdown-desktop/shutdown-desktop/shutdown.desktop
@@ -4,7 +4,7 @@ Type=Application
 Name=Shutdown
 Comment=Close down the machine safely
 Exec=poweroff
-Icon=system-shutdown
+Icon=system-shutdown-symbolic
 Terminal=false
 Categories=Utility;
 StartupNotify=true
-- 
2.30.2



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

end of thread, other threads:[~2022-05-06  6:43 UTC | newest]

Thread overview: 63+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-05  5:04 [PATCH 01/61] sato: work around missing icons in adwaita 42.0 Alexander Kanavin
2022-05-05  5:04 ` [PATCH 02/61] systemd: upgrade 250.4 -> 250.5 Alexander Kanavin
2022-05-05  5:04 ` [PATCH 03/61] python3-cryptography: upgrade 36.0.2 -> 37.0.1 Alexander Kanavin
2022-05-05  5:04 ` [PATCH 04/61] util-linux: upgrade 2.37.4 -> 2.38 Alexander Kanavin
2022-05-05  5:04 ` [PATCH 05/61] vulkan: upgrade 1.3.204.1 -> 1.3.211.0 Alexander Kanavin
2022-05-05  5:04 ` [PATCH 06/61] libnl: upgrade 3.5.0 -> 3.6.0 Alexander Kanavin
2022-05-05  5:04 ` [PATCH 07/61] libsdl2: upgrade 2.0.20 -> 2.0.22 Alexander Kanavin
2022-05-05  5:04 ` [PATCH 08/61] mesa: upgrade 22.0.0 -> 22.0.2 Alexander Kanavin
2022-05-05  5:04 ` [PATCH 09/61] python3-babel: upgrade 2.9.1 -> 2.10.1 Alexander Kanavin
2022-05-05  5:04 ` [PATCH 10/61] python3-mako: upgrade 1.1.6 -> 1.2.0 Alexander Kanavin
2022-05-05  5:04 ` [PATCH 11/61] python3-pygments: upgrade 2.11.2 -> 2.12.0 Alexander Kanavin
2022-05-05  5:04 ` [PATCH 12/61] adwaita-icon-theme: upgrade 41.0 -> 42.0 Alexander Kanavin
2022-05-05  5:04 ` [PATCH 13/61] at-spi2-core: upgrade 2.44.0 -> 2.44.1 Alexander Kanavin
2022-05-05  5:04 ` [PATCH 14/61] bind: upgrade 9.18.1 -> 9.18.2 Alexander Kanavin
2022-05-05  5:04 ` [PATCH 15/61] cronie: upgrade 1.6.0 -> 1.6.1 Alexander Kanavin
2022-05-05  5:04 ` [PATCH 16/61] diffoscope: upgrade 208 -> 211 Alexander Kanavin
2022-05-05  5:05 ` [PATCH 17/61] dnf: upgrade 4.11.1 -> 4.12.0 Alexander Kanavin
2022-05-05  5:05 ` [PATCH 18/61] ell: upgrade 0.49 -> 0.50 Alexander Kanavin
2022-05-05  5:05 ` [PATCH 19/61] epiphany: upgrade 42.0 -> 42.2 Alexander Kanavin
2022-05-05  5:05 ` [PATCH 20/61] ffmpeg: upgrade 5.0 -> 5.0.1 Alexander Kanavin
2022-05-05  5:05 ` [PATCH 21/61] fribidi: upgrade 1.0.11 -> 1.0.12 Alexander Kanavin
2022-05-05  5:05 ` [PATCH 22/61] harfbuzz: upgrade 4.2.0 -> 4.2.1 Alexander Kanavin
2022-05-05  5:05 ` [PATCH 23/61] libinput: upgrade 1.19.3 -> 1.19.4 Alexander Kanavin
2022-05-05  5:05 ` [PATCH 24/61] libmnl: upgrade 1.0.4 -> 1.0.5 Alexander Kanavin
2022-05-05  5:05 ` [PATCH 25/61] libnotify: upgrade 0.7.9 -> 0.7.11 Alexander Kanavin
2022-05-05  5:05 ` [PATCH 26/61] libpipeline: upgrade 1.5.5 -> 1.5.6 Alexander Kanavin
2022-05-05  5:05 ` [PATCH 27/61] libseccomp: upgrade 2.5.3 -> 2.5.4 Alexander Kanavin
2022-05-05  5:05 ` [PATCH 28/61] libx11: upgrade 1.7.5 -> 1.8 Alexander Kanavin
2022-05-05  5:05 ` [PATCH 29/61] lttng-tools: upgrade 2.13.4 -> 2.13.7 Alexander Kanavin
2022-05-05  5:05 ` [PATCH 30/61] mmc-utils: upgrade to latest revision Alexander Kanavin
2022-05-05  5:05 ` [PATCH 31/61] neard: upgrade 0.16 -> 0.18 Alexander Kanavin
2022-05-05  5:05 ` [PATCH 32/61] pango: upgrade 1.50.6 -> 1.50.7 Alexander Kanavin
2022-05-05  5:05 ` [PATCH 33/61] parted: upgrade 3.4 -> 3.5 Alexander Kanavin
2022-05-05  5:05 ` [PATCH 34/61] piglit: upgrade to latest revision Alexander Kanavin
2022-05-05  5:05 ` [PATCH 35/61] python3-cryptography-vectors: upgrade 36.0.2 -> 37.0.1 Alexander Kanavin
2022-05-05  5:05 ` [PATCH 36/61] python3-dtschema: upgrade 2022.1 -> 2022.4 Alexander Kanavin
2022-05-05  5:05 ` [PATCH 37/61] python3-hypothesis: upgrade 6.44.0 -> 6.46.0 Alexander Kanavin
2022-05-05  5:05 ` [PATCH 38/61] python3-jinja2: upgrade 3.1.1 -> 3.1.2 Alexander Kanavin
2022-05-05  5:05 ` [PATCH 39/61] python3-pygobject: upgrade 3.42.0 -> 3.42.1 Alexander Kanavin
2022-05-05  5:05 ` [PATCH 40/61] python3-pytest: upgrade 7.1.1 -> 7.1.2 Alexander Kanavin
2022-05-05  5:05 ` [PATCH 41/61] repo: upgrade 2.23 -> 2.24.1 Alexander Kanavin
2022-05-05  5:05 ` [PATCH 42/61] sqlite3: upgrade 3.38.2 -> 3.38.3 Alexander Kanavin
2022-05-05  5:05 ` [PATCH 43/61] vala: upgrade 0.56.0 -> 0.56.1 Alexander Kanavin
2022-05-05  5:05 ` [PATCH 44/61] vte: upgrade 0.66.2 -> 0.68.0 Alexander Kanavin
2022-05-05  5:05 ` [PATCH 45/61] webkitgtk: upgrade 2.36.0 -> 2.36.1 Alexander Kanavin
2022-05-05  5:05 ` [PATCH 46/61] xorgproto: upgrade 2021.5 -> 2022.1 Alexander Kanavin
2022-05-05  5:05 ` [PATCH 47/61] xwayland: upgrade 22.1.0 -> 22.1.1 Alexander Kanavin
2022-05-05  5:05 ` [PATCH 48/61] sysvinit: update 3.02 -> 3.04 Alexander Kanavin
2022-05-05  5:05 ` [PATCH 49/61] pciutils: update 3.7.0 -> 3.8.0 Alexander Kanavin
2022-05-05  5:05 ` [PATCH 50/61] coreutils: update 9.0 -> 9.1 Alexander Kanavin
2022-05-05 18:54   ` [OE-core] " Khem Raj
2022-05-06  6:42     ` Alexander Kanavin
2022-05-05  5:05 ` [PATCH 51/61] elfutils: update 0.186 -> 0.187 Alexander Kanavin
2022-05-05  5:05 ` [PATCH 52/61] git: update 2.35.3 -> 2.36.0 Alexander Kanavin
2022-05-05  5:05 ` [PATCH 53/61] libdnf: update 0.66.0 -> 0.67.0 Alexander Kanavin
2022-05-05  5:05 ` [PATCH 54/61] llvm: update 14.0.1 -> 14.0.3 Alexander Kanavin
2022-05-05  5:05 ` [PATCH 55/61] rsync: update 3.2.3 -> 3.2.4 Alexander Kanavin
2022-05-05  5:05 ` [PATCH 56/61] lsof: update 4.94.0 -> 4.95.0 Alexander Kanavin
2022-05-05  5:05 ` [PATCH 57/61] libhandy: update 1.5.0 -> 1.6.2 Alexander Kanavin
2022-05-05  5:05 ` [PATCH 58/61] librsvg: update 2.54.0 -> 2.54.1 Alexander Kanavin
2022-05-05  5:05 ` [PATCH 59/61] xauth: update 1.1.1 -> 1.1.2 Alexander Kanavin
2022-05-05  5:05 ` [PATCH 60/61] gnupg: update 2.3.4 -> 2.3.6 Alexander Kanavin
2022-05-05  5:05 ` [PATCH 61/61] qemu: update 6.2.0 -> 7.0.0 Alexander Kanavin

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.