https://bugs.kde.org/show_bug.cgi?id=394476
Oliver Beard <olib...@outlook.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/kmenuedit/-/commit/742c8 | |a1d1bb7a26f04975661011dde92 | |640192b7 Status|CONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #9 from Oliver Beard <olib...@outlook.com> --- Git commit 742c8a1d1bb7a26f04975661011dde92640192b7 by Oliver Beard. Committed on 19/03/2025 at 23:43. Pushed by olib into branch 'master'. menuinfo: Fix editing local .desktop files which are symlinks It appears that previously, when a .desktop file being modified was a symlink, the file properties menu would copy the symlink itself rather than the file, leaving behind a symlink that cannot be modified by the menu editor. This is fixed by checking if the local file is a symlink and if so, removing it to copy and edit. I have investigated and it seems like the menu editor does not copy the symlink, but copies the file appropriately — it would just get stuck when such a symlink already existed locally. M +13 -1 menuinfo.cpp https://invent.kde.org/plasma/kmenuedit/-/commit/742c8a1d1bb7a26f04975661011dde92640192b7 -- You are receiving this mail because: You are watching all bug changes.