Awn

Comment 5 for bug 324971

Revision history for this message
Eugene (lisitsky) wrote :

You are quite right!
Characters in that file were escaped:
<blockquote>
file:///home/e/%D0%94%D0%BE%D0%BA%D1%83%D0%BC%D0%B5%D0%BD%D1%82%D1%8B
file:///home/e/%D0%9C%D1%83%D0%B7%D1%8B%D0%BA%D0%B0
file:///home/e/%D0%9A%D0%B0%D1%80%D1%82%D0%B8%D0%BD%D0%BA%D0%B8
file:///home/e/%D0%92%D0%B8%D0%B4%D0%B5%D0%BE
smb://insports/ Ресурсы Windows на insports
</blockquote>

I've changed to:
<blockquote>
file:///home/e/Музыка
file:///home/e/Документы
file:///home/e/Картинки
file:///home/e/Видео
smb://insports/ Ресурсы Windows на insports
</blockquote>

Now bookmarks are displayed ok.
But I meet a new strange bug: if I select an option applet opens nautilus with bookmark 2 lines below selected.
If I select one of 2 bottom options - nothing happens. Nautilus doesn't open.

Another impact is on main button applet (I wrote about it in #324975): in places submenu I see only 4 lines with letter "e", all of them opens home folder.

Thank you.