aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2023-09-25 07:53:36 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2023-09-25 07:53:36 +0000
commit364a6b8d61e4c0a7991c85fc0e00d122960529c8 (patch)
tree83f79e9770af9aa0454e4bfc32ba492055ef1097 /UPDATING
parent9ceb20a73130fa5065b1b8fabdfa6c2a67f435b2 (diff)
downloadports-364a6b8d61e4c0a7991c85fc0e00d122960529c8.tar.gz
ports-364a6b8d61e4c0a7991c85fc0e00d122960529c8.zip
x11-wm/xfce4: Switch default icon set to x11-themes/xfce-icons-elementary
After the update x11-themes/adwaita-icon-theme update to version 42.0 (commit 14ac2cbef6484e85669c99a5a8388ea4627f029f) XFCE is not compatible with it anymore, due to icons being renamed/removed from the theme. To work around this, change the default icon theme installed with XFCE to x11-themes/xfce-icons-elementary. Users with XFCE desktops already configured to use adwaita-icon-theme need to install another theme and switch to it manually using the XFCE settings "appearance" application, see UPDATING entry 20230924. PR: 274057
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING15
1 files changed, 15 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 29cb0ac22fe5..e784f379d62b 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,21 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20230924:
+ AFFECTS: users of XFCE desktop (x11-wm/xfce4)
+ AUTHOR: madpilot@FreeBSD.org
+
+ XFCE 4.18 is incompatible with the latest version of the adwaita
+ icon theme (version 42.0 and newer), which was used as the default one.
+ Due to this the default icon theme has been changed to
+ x11-themes/xfce-icons-elementary.
+
+ Users that have XFCE already installed and are using the adwaita
+ icon theme will notice missing icons. To fix this you can install
+ any other icon theme (like x11-themes/xfce-icons-elementary) and
+ configure XFCE to use that via the "appearance" settings application,
+ under the "icons" tab.
+
20230919:
AFFECTS: users of net-p2p/transmission
AUTHOR: mondo.debater_0q@icloud.com