https://bugs.kde.org/show_bug.cgi?id=432100
--- Comment #2 from Tyson Tan <tyson...@tysontan.com> --- Thank you Maik, please allow me to translate your note here so the local community can read. 以下是 Maik 的回复,专门翻译给中文用户参考: 我刚刚进行了测试,重命名相册其实是可以的,即使有很多子相册也是可以的。你说的情况我们早已知道,但目前没有办法解决。你遇到的问题是由于 Windows 的文件锁定机制与 Qt 不兼容所造成的。Qt 使用了一种无法处理 Windows 文件锁定的 API。要想在 Windows 下面正常在 digiKam 里面对含有子文件夹的相册进行重命名,必须满足这些条件: - 监视相册外部更改功能必须关闭。 - 文件夹不能是 Windows 系统文件夹,也不能是网络共享路径。 - 文件夹和它的图像不能被其他程序打开,包括 Windows 文件资源管理器在内。 -- You are receiving this mail because: You are watching all bug changes.