fix: allow desktop icon renaming for non-standard icons by sokumon [frappe] PR#38573
From: https://github.com/frappe/frappe/pull/38573
Date: 2026-04-14 04:50:44+05:30
- fix: allow desktop icon renaming for non-standard icons
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-38573
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-38573
# Make changes then rebase
git rebase -i develop
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease