Bug 393321

Summary: An icon changed in Bookmark Manager is not displayed in the bookmark menu
Product: [Applications] krusader Reporter: Nikita Melnichenko <nikita+kde>
Component: generalAssignee: Krusader Bugs Distribution List <krusader-bugs-null>
Status: CONFIRMED ---    
Severity: normal CC: clearmartin, KDE, krusader-bugs-null
Priority: NOR Keywords: reproducible, triaged
Version: 2.7.2   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:

Description Nikita Melnichenko 2018-04-20 07:36:19 UTC
1. Open Bookmark Manager.
2. Specify an icon for a bookmark.
3. Close Bookmark Manager.
4. Observe the bookmark in the menu - you'll see the default folder icon.

Reason: Bookmark Manager now creates
 <bookmark icon="" ...>
  <title>...</title>
  <info>
   <metadata owner="http://freedesktop.org">
    <bookmark:icon name="IconName"/>
   </metadata>
  </info>
 </bookmark>
instead of
<bookmark icon="IconName" ...>

Workaround: edit krbookmarks.xml manually and restart Krusader.
Comment 1 Martin Kostolný 2018-04-24 16:49:41 UTC
I have the same problem.