** Description changed:

- When installing it, on Termux w/ Ubuntu 26.04 inside proot distro,
- progress stops while generating icon cache even when waiting for it
- overnight until the next day.
+ When installing elementary-xfce-icon-theme, on Termux w/ Ubuntu 26.04
+ inside proot distro, progress stops while generating icon cache even
+ when waiting for it overnight until the next day.
  
  It's because some folders inside /usr/share/icons/elementary-xfce-hidpi
  have symlinks to itself eg. actions/actions which then goes to
  actions/actions/actions etc. That's why it's never ending. Had to patch
  gtk4 to see which files are being processed.
  https://launchpad.net/~shemgp/+archive/ubuntu/testing
  
  Quick fix is to remove the symlinks:
  
  find /usr/share/icons/elementary-xfce-hidpi -type l -lname "$(pwd)" -o
  -lname "." -o -lname "./*" | xargs rm -v
  
  ProblemType: Bug
  DistroRelease: Ubuntu 26.04
  Package: elementary-xfce-icon-theme 0.22-1
  Uname: Linux 6.17.0-PRoot-Distro aarch64
  ApportVersion: 2.34.0-0ubuntu2
  Architecture: arm64
  CasperMD5CheckResult: unknown
  Date: Mon May 18 16:24:55 2026
  Dependencies:
-  
+ 
  PackageArchitecture: all
  ProcEnviron:
-  PATH=(custom, no user)
-  TERM=xterm-256color
+  PATH=(custom, no user)
+  TERM=xterm-256color
  SourcePackage: elementary-xfce
  UpgradeStatus: Upgraded to resolute on 2026-04-23 (25 days ago)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2152883

Title:
  elementary-xfce-icon-theme has folders with symlinks to itself

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/elementary-xfce/+bug/2152883/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to