Git commit 8187ef02e7563749b78f1210e6a73d068918520b by Yuri Chornoivan. Committed on 14/09/2016 at 16:35. Pushed by yurchor into branch 'master'.
More on the bookmarks file M +7 -1 doc/bookmarks.docbook http://commits.kde.org/krusader/8187ef02e7563749b78f1210e6a73d068918520b diff --git a/doc/bookmarks.docbook b/doc/bookmarks.docbook index 77cc9d8..d2d1570 100644 --- a/doc/bookmarks.docbook +++ b/doc/bookmarks.docbook @@ -217,7 +217,7 @@ <guimenuitem>Manage Bookmarks</guimenuitem>, <application>KeditBookmarks</application> will be displayed. This is where you can edit/remove and rearrange the bookmarks. - <application>KeditBookmarks</application> (part of the kde-baseapps package) is a + <application>KeditBookmarks</application> is a bookmark editor for &konqueror;, &krusader; and other applications, which use the <ulink url="http://grail.sourceforge.net/info/xbel.html">XBEL standard</ulink> for the bookmark format. The @@ -228,6 +228,12 @@ <para> The default folder for the bookmarks file <filename>krusader/krbookmarks.xml</filename> is <filename class="directory">~/.local/share</filename>. You can determine the needed folder in your system using the <userinput>qtpaths --paths GenericDataLocation</userinput> command in terminal. </para> + <para> + This local file exists only if you have edited &krusader; bookmarks. It will be created after the first run of <application>KeditBookmarks</application> from &krusader;. + </para> + <para> + The default system bookmarks are stored in the <filename>kfileplaces/bookmarks.xml</filename> file in the directory which can be determined using the <userinput>qtpaths --paths GenericDataLocation</userinput> command. + </para> </note> <para>You can import bookmarks from <application>IE</application>,
