Bug 191462 - Bookmark list in left sidebar should not contain path to document
Summary: Bookmark list in left sidebar should not contain path to document
Status: RESOLVED DUPLICATE of bug 158837
Alias: None
Product: okular
Classification: Applications
Component: general (show other bugs)
Version: 0.8.2
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Okular developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-03 13:36 UTC by Gandalf Lechner
Modified: 2009-05-03 14:25 UTC (History)
0 users

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 Gandalf Lechner 2009-05-03 13:36:42 UTC
Version:           0.8.2 (using 4.2.2 (KDE 4.2.2), Kubuntu packages)
Compiler:          cc
OS:                Linux (x86_64) release 2.6.28-11-generic

In the bookmark list in the panel to the left, the files containing bookmarks are listed with their full path. Since full paths tend to be rather long, the list becomes unreadable (unless the panel is dragged to be very broad). In my case, all entries read /home/gandalf/... and the rest I can't read because I don't want such a big side panel.
So please only list the filenames themselves, or let the user decide via a config option which behaviour he likes better. Maybe one could also the functionality to use custom names for the list items, as for the individual bookmarks themselves.
Comment 1 Gandalf Lechner 2009-05-03 14:11:33 UTC
Now I saw that in the bookmarks.xml file one can easily change the title of the bookmarked items manually. This I did, and it works (although being able to do it directly in okular would of course be much nicer), but there is a problem: While all bookmarks work, and the short titles too, I cannot remove bookmarks anymore from within okular. Renaming still works, though.
Comment 2 Gandalf Lechner 2009-05-03 14:20:02 UTC
Sorry for multiple posting, but experimenting further with the okular bookmarks, I realized what else could be improved in the current context:

1) Ordering of bookmarks seems to be done chronologically right now, would be nice if the user could influence that. (No problem in the xml of course)

2) Grouping of bookmarks would be helpful at least for me. I tried adding a <folder>-environment to contain some bookmarked icons, but that didn't work. Are subfolders supported by the okular bookmarks file?
Comment 3 Pino Toscano 2009-05-03 14:25:43 UTC
> In the bookmark list in the panel to the left, the files containing bookmarks
> are listed with their full path. Since full paths tend to be rather long, the
> list becomes unreadable (unless the panel is dragged to be very broad). In my
> case, all entries read /home/gandalf/... and the rest I can't read because I
> don't want such a big side panel.

Actually, there are tooltips for the top-level items.

> So please only list the filenames themselves, or let the user decide via a
> config option which behaviour he likes better. Maybe one could also the
> functionality to use custom names for the list items, as for the individual
> bookmarks themselves.

Listing only the file names would create confusion with two documents with same file name but in different paths.
As for option.... is it *really* necessary? I don't think so.
Anyway, this is bug #158837, basically.

> Now I saw that in the bookmarks.xml file one can easily change the title of the
> bookmarked items manually. This I did, and it works (although being able to do
> it directly in okular would of course be much nicer), but there is a problem:
> While all bookmarks work, and the short titles too, I cannot remove bookmarks
> anymore from within okular. Renaming still works, though.

This is a reason more to *not* fiddle with internal files.

> 1) Ordering of bookmarks seems to be done chronologically right now, would be
> nice if the user could influence that. (No problem in the xml of course)

I'll make them alphabetically sorted.

> 2) Grouping of bookmarks would be helpful at least for me. I tried adding a
> <folder>-environment to contain some bookmarked icons, but that didn't work.
> Are subfolders supported by the okular bookmarks file?

This is bug #157180. Again, do *not* touch the internal .xml.

*** This bug has been marked as a duplicate of bug 158837 ***