Bug 393321 - An icon changed in Bookmark Manager is not displayed in the bookmark menu
Summary: An icon changed in Bookmark Manager is not displayed in the bookmark menu
Status: CONFIRMED
Alias: None
Product: krusader
Classification: Applications
Component: general (show other bugs)
Version: 2.7.2
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Krusader Bugs Distribution List
URL:
Keywords: reproducible, triaged
Depends on:
Blocks:
 
Reported: 2018-04-20 07:36 UTC by Nikita Melnichenko
Modified: 2021-05-22 15:42 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.