0001-Use-non-legacy-icon-names.patch 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. From 65e9020cb0d507a58e71eb31751d3eca0eb0cd59 Mon Sep 17 00:00:00 2001
  2. From: Evangelos Foutras <evangelos@foutrelis.com>
  3. Date: Thu, 8 Oct 2015 16:50:26 +0300
  4. Subject: [PATCH] Use non-legacy icon names
  5. gtk-find and gtk-execute are legacy icon names found in the GNOME icon
  6. theme, but they are not part of the Adwaita icon theme.
  7. In the GNOME icon theme, they map to edit-find and system-run via
  8. symlinks created by icon-naming-utils. Adwaita doesn't ship these
  9. symlinks. [1]
  10. [1] https://bugzilla.gnome.org/show_bug.cgi?id=729998
  11. ---
  12. data/xfce4-appfinder.desktop.in | 2 +-
  13. data/xfce4-run.desktop.in | 2 +-
  14. 2 files changed, 2 insertions(+), 2 deletions(-)
  15. diff --git a/data/xfce4-appfinder.desktop.in b/data/xfce4-appfinder.desktop.in
  16. index c4bd6ca..dc34d21 100644
  17. --- a/data/xfce4-appfinder.desktop.in
  18. +++ b/data/xfce4-appfinder.desktop.in
  19. @@ -1,7 +1,7 @@
  20. [Desktop Entry]
  21. Version=1.0
  22. Exec=xfce4-appfinder
  23. -Icon=gtk-find
  24. +Icon=edit-find
  25. StartupNotify=true
  26. Terminal=false
  27. Type=Application
  28. diff --git a/data/xfce4-run.desktop.in b/data/xfce4-run.desktop.in
  29. index 9611cd5..a888753 100644
  30. --- a/data/xfce4-run.desktop.in
  31. +++ b/data/xfce4-run.desktop.in
  32. @@ -2,7 +2,7 @@
  33. Version=1.0
  34. Type=Application
  35. Exec=xfce4-appfinder --collapsed
  36. -Icon=gtk-execute
  37. +Icon=system-run
  38. StartupNotify=true
  39. Terminal=false
  40. Categories=Utility;X-XFCE;X-Xfce-Toplevel;
  41. --
  42. 2.6.1