[Bug 1422469] Re: Dolphin won't keep the folder shortcuts on Kubuntu 15.04 with Plasma 5.

Bug Watch Updater 1422469 at bugs.launchpad.net
Sun May 3 07:29:48 UTC 2015


Launchpad has imported 45 comments from the remote bug at
https://bugs.kde.org/show_bug.cgi?id=345174.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.

------------------------------------------------------------------------
On 2015-03-15T10:34:53+00:00 Luca-p-fama wrote:

Added folders to the left panel "Places" disappear when dolphin is closed and then reopened.
I found that this bug was already fixed in kdelibs 14.12.3 according to https://bugs.kde.org/show_bug.cgi?id=342685 but it seems the bug reappeared in kdelibs 4.14.6-1.


Reproducible: Always

Steps to Reproduce:
1. Add a folder to the left panel "Places".
2. Close dolphin.
3. Reopen dolphin and the folder just added disappeared.


Arch x86_64
kdelibs 4.14.6-1
kdebase-dolphin 14.12.3-1
plasma-desktop 5.2.1-2

Reply at: https://bugs.launchpad.net/ubuntu/+source/kubuntu-
meta/+bug/1422469/comments/2

------------------------------------------------------------------------
On 2015-03-15T10:41:52+00:00 Arojas-8 wrote:

Unlike bug 342685 this is consistently reproducible: new bookmarks are
always lost when restarting dolphin. Downgrading kdelibs to 4.14.5 fixed
this (but the sorting issues in bug 342685 reappear of course)

Reply at: https://bugs.launchpad.net/ubuntu/+source/kubuntu-
meta/+bug/1422469/comments/3

------------------------------------------------------------------------
On 2015-03-16T08:06:07+00:00 Emmanuelpescosta099 wrote:

Thanks for the bug report!
I can reproduce the problem with kdelibs 4.14.6

Reply at: https://bugs.launchpad.net/ubuntu/+source/kubuntu-
meta/+bug/1422469/comments/4

------------------------------------------------------------------------
On 2015-03-16T08:07:09+00:00 Emmanuelpescosta099 wrote:

*** Bug 345008 has been marked as a duplicate of this bug. ***

Reply at: https://bugs.launchpad.net/ubuntu/+source/kubuntu-
meta/+bug/1422469/comments/5

------------------------------------------------------------------------
On 2015-03-16T09:55:42+00:00 Emmanuelpescosta099 wrote:

Also reproducible with Dolphin git + KF 5.8

The problem persists after reverting commit 2a79feae in kde-baseapps.

Reply at: https://bugs.launchpad.net/ubuntu/+source/kubuntu-
meta/+bug/1422469/comments/6

------------------------------------------------------------------------
On 2015-03-16T10:49:12+00:00 Emmanuelpescosta099 wrote:

All bookmark changes are properly written to disk
(.local/share/kfileplaces/bookmarks.xml for KF5 and
.kde4/share/apps/kfileplaces/bookmarks.xml for kdelibs4)

e.g. when I add test as bookmark following element will be added to
bookmarks.xml:

<bookmark href="file:///home/emmanuel/test">
  <title>test</title>
  <info>
   <metadata owner="http://freedesktop.org">
    <bookmark:icon name="inode-directory"/>
   </metadata>
   <metadata owner="http://www.kde.org">
    <ID>1426502493/1</ID>
    <IsHidden>false</IsHidden>
   </metadata>
  </info>
 </bookmark>

Also updating bookmarks on all running instances works properly.

The problem happens while loading the bookmarks.

Reply at: https://bugs.launchpad.net/ubuntu/+source/kubuntu-
meta/+bug/1422469/comments/7

------------------------------------------------------------------------
On 2015-03-16T11:04:34+00:00 Emmanuelpescosta099 wrote:

KBookmarkGroup doesn't contain the "test" bookmark, will test it with
KBookmarkGroupTraverser.

Reply at: https://bugs.launchpad.net/ubuntu/+source/kubuntu-
meta/+bug/1422469/comments/8

------------------------------------------------------------------------
On 2015-03-20T07:47:50+00:00 Emmanuelpescosta099 wrote:

*** Bug 345347 has been marked as a duplicate of this bug. ***

Reply at: https://bugs.launchpad.net/ubuntu/+source/kubuntu-
meta/+bug/1422469/comments/9

------------------------------------------------------------------------
On 2015-03-20T08:06:19+00:00 Emmanuelpescosta099 wrote:

Maybe related to https://bugs.kde.org/show_bug.cgi?id=292236 (comment
#5)

Reply at: https://bugs.launchpad.net/ubuntu/+source/kubuntu-
meta/+bug/1422469/comments/10

------------------------------------------------------------------------
On 2015-03-20T08:07:05+00:00 Emmanuelpescosta099 wrote:

(In reply to Emmanuel Pescosta from comment #8)
> Maybe related to https://bugs.kde.org/show_bug.cgi?id=292236 (comment #5)

Sorry wrong bug (too many tabs open :S)

Reply at: https://bugs.launchpad.net/ubuntu/+source/kubuntu-
meta/+bug/1422469/comments/11

------------------------------------------------------------------------
On 2015-03-21T12:24:35+00:00 Wbauer wrote:

(In reply to Emmanuel Pescosta from comment #5)
> All bookmark changes are properly written to disk
> (.local/share/kfileplaces/bookmarks.xml for KF5 and
> .kde4/share/apps/kfileplaces/bookmarks.xml for kdelibs4)
> 
> e.g. when I add test as bookmark following element will be added to
> bookmarks.xml:
> 
> <bookmark href="file:///home/emmanuel/test">
>   <title>test</title>
>   <info>
>    <metadata owner="http://freedesktop.org">
>     <bookmark:icon name="inode-directory"/>
>    </metadata>
>    <metadata owner="http://www.kde.org">
>     <ID>1426502493/1</ID>
>     <IsHidden>false</IsHidden>
>    </metadata>
>   </info>
>  </bookmark>
> 
> Also updating bookmarks on all running instances works properly.
> 
> The problem happens while loading the bookmarks.

It seems to me that dolphin (kdelibs) only loads/respects ~/.local/share
/user-places.xbel now, but ignores
~/.kde4/share/apps/kfileplaces/bookmarks.xml. If I add a bookmark to the
latter (using a text editor), it doesn't show in dolphin (and in the
file open/save dialog neither); if I add it to user-places.xbel, it
works (in both dolphin and the file open/save dialog).

BTW, adding an entry in the file open/save dialog makes it appear in
dolphin as well.

Reply at: https://bugs.launchpad.net/ubuntu/+source/kubuntu-
meta/+bug/1422469/comments/12

------------------------------------------------------------------------
On 2015-03-21T16:05:00+00:00 Kristjan-indlo wrote:

(In reply to Wolfgang Bauer from comment #10)

> It seems to me that dolphin (kdelibs) only loads/respects
> ~/.local/share/user-places.xbel now, but ignores
> ~/.kde4/share/apps/kfileplaces/bookmarks.xml. If I add a bookmark to the
> latter (using a text editor), it doesn't show in dolphin (and in the file
> open/save dialog neither); if I add it to user-places.xbel, it works (in
> both dolphin and the file open/save dialog).
> 
> BTW, adding an entry in the file open/save dialog makes it appear in dolphin
> as well.

I've been wondering the whole day why my user-places.xbel is empty and
why I can't add entries by dragging and dropping in Dolphin.

Thanks for the helpful information:)

Reply at: https://bugs.launchpad.net/ubuntu/+source/kubuntu-
meta/+bug/1422469/comments/13

------------------------------------------------------------------------
On 2015-03-21T16:20:52+00:00 Luca-p-fama wrote:

(In reply to Wolfgang Bauer from comment #10)
> (In reply to Emmanuel Pescosta from comment #5)
> > All bookmark changes are properly written to disk
> > (.local/share/kfileplaces/bookmarks.xml for KF5 and
> > .kde4/share/apps/kfileplaces/bookmarks.xml for kdelibs4)
> > 
> > e.g. when I add test as bookmark following element will be added to
> > bookmarks.xml:
> > 
> > <bookmark href="file:///home/emmanuel/test">
> >   <title>test</title>
> >   <info>
> >    <metadata owner="http://freedesktop.org">
> >     <bookmark:icon name="inode-directory"/>
> >    </metadata>
> >    <metadata owner="http://www.kde.org">
> >     <ID>1426502493/1</ID>
> >     <IsHidden>false</IsHidden>
> >    </metadata>
> >   </info>
> >  </bookmark>
> > 
> > Also updating bookmarks on all running instances works properly.
> > 
> > The problem happens while loading the bookmarks.
> 
> It seems to me that dolphin (kdelibs) only loads/respects
> ~/.local/share/user-places.xbel now, but ignores
> ~/.kde4/share/apps/kfileplaces/bookmarks.xml. If I add a bookmark to the
> latter (using a text editor), it doesn't show in dolphin (and in the file
> open/save dialog neither); if I add it to user-places.xbel, it works (in
> both dolphin and the file open/save dialog).
> 
> BTW, adding an entry in the file open/save dialog makes it appear in dolphin
> as well.

(In reply to Kristjan from comment #11)
> (In reply to Wolfgang Bauer from comment #10)
> 
> > It seems to me that dolphin (kdelibs) only loads/respects
> > ~/.local/share/user-places.xbel now, but ignores
> > ~/.kde4/share/apps/kfileplaces/bookmarks.xml. If I add a bookmark to the
> > latter (using a text editor), it doesn't show in dolphin (and in the file
> > open/save dialog neither); if I add it to user-places.xbel, it works (in
> > both dolphin and the file open/save dialog).
> > 
> > BTW, adding an entry in the file open/save dialog makes it appear in dolphin
> > as well.
> 
> I've been wondering the whole day why my user-places.xbel is empty and why I
> can't add entries by dragging and dropping in Dolphin.
> 
> Thanks for the helpful information:)

I can confirm that adding an entry in the open/save dialog makes it appear in dolphin. Additionally,  both ~/.kde4/share/apps/kfileplaces/bookmarks.xml and ~/.local/share/user-places.xbel get a new entry. So it seems that entries in ~/.local/share/user-places.xbel are ignored like Wolfgang Bauer suggests. 
Thanks for the tip!

Reply at: https://bugs.launchpad.net/ubuntu/+source/kubuntu-
meta/+bug/1422469/comments/14

------------------------------------------------------------------------
On 2015-03-21T16:33:29+00:00 Wbauer wrote:

(In reply to Luca from comment #12)
> So it seems that
> entries in ~/.local/share/user-places.xbel are ignored like Wolfgang Bauer
> suggests. 
No. Apparently only ~/.local/share/user-places.xbel is respected, ~/.kde(4)/share/apps/kfileplaces/bookmarks.xml seems to be ignored.

And dolphin only seems to write the bookmarks to
~/.kde(4)/share/apps/kfileplaces/bookmarks.xml... The file open/save
dialog writes it to both, that's why that workaround helps.

Reply at: https://bugs.launchpad.net/ubuntu/+source/kubuntu-
meta/+bug/1422469/comments/15

------------------------------------------------------------------------
On 2015-03-21T16:36:05+00:00 Luca-p-fama wrote:

(In reply to Wolfgang Bauer from comment #13)
> (In reply to Luca from comment #12)
> > So it seems that
> > entries in ~/.local/share/user-places.xbel are ignored like Wolfgang Bauer
> > suggests. 
> No. Apparently only ~/.local/share/user-places.xbel is respected,
> ~/.kde(4)/share/apps/kfileplaces/bookmarks.xml seems to be ignored.
> 
> And dolphin only seems to write the bookmarks to
> ~/.kde(4)/share/apps/kfileplaces/bookmarks.xml... The file open/save dialog
> writes it to both, that's why that workaround helps.

Yeah, sorry i meant the opposite. :)

Reply at: https://bugs.launchpad.net/ubuntu/+source/kubuntu-
meta/+bug/1422469/comments/16

------------------------------------------------------------------------
On 2015-03-21T17:05:45+00:00 Emmanuelpescosta099 wrote:

(In reply to Wolfgang Bauer from comment #10)
> It seems to me that dolphin (kdelibs) only loads/respects
> ~/.local/share/user-places.xbel now, but ignores
> ~/.kde4/share/apps/kfileplaces/bookmarks.xml. If I add a bookmark to the
> latter (using a text editor), it doesn't show in dolphin (and in the file
> open/save dialog neither); 

The file path is determined by KStandardDirs::locateLocal("data",
"kfileplaces/bookmarks.xml"), nothing has been changed on the Dolphin
side, maybe some adjustments were made in kdelibs4?

> if I add it to user-places.xbel, it works (in both dolphin and the
file open/save dialog).

Hmm strange, we only have a bookmark manager for
"kfileplaces/bookmarks.xml" in Dolphin.

> BTW, adding an entry in the file open/save dialog makes it appear in dolphin
> as well.

The KFilePlacesModel (which is used by the open/save dialog) has a
(private) KFilePlacesSharedBookmarks class, which syncs the bookmarks
(user-places.xbel and kfileplaces/bookmarks.xml) on each change. Before
the bookmarks race condition has been fixed, each places change in
Dolphin implicitly triggered a bookmarks sync in the KFilePlacesModel ->
So I assume, that we need to sync the bookmarks in Dolphin as well, but
why do we store the bookmarks in two files? Why not only in
bookmarks.xml?

Reply at: https://bugs.launchpad.net/ubuntu/+source/kubuntu-
meta/+bug/1422469/comments/17

------------------------------------------------------------------------
On 2015-03-21T17:11:38+00:00 Emmanuelpescosta099 wrote:

@Everyone:
Thanks for your help! 
All your active cooperation is immensely helpful for us! Awesome :D

Reply at: https://bugs.launchpad.net/ubuntu/+source/kubuntu-
meta/+bug/1422469/comments/18

------------------------------------------------------------------------
On 2015-03-21T17:36:17+00:00 Emmanuelpescosta099 wrote:

Ah ok, the xbel file comes from the freedesktop specification:
http://freedesktop.org/wiki/Specifications/desktop-bookmark-spec/

@Marco:
Is it possible to move away from bookmarks.xml to user-places.xbel only? So that we can avoid the syncing.

The following code moves Dolphin to user-places.xbel (fixes the problem of disappearing places):
const QString file = QStandardPaths::writableLocation(QStandardPaths::GenericDataLocation) + "/user-places.xbel";
m_bookmarkManager = KBookmarkManager::managerForExternalFile(file);

Reply at: https://bugs.launchpad.net/ubuntu/+source/kubuntu-
meta/+bug/1422469/comments/19

------------------------------------------------------------------------
On 2015-03-29T15:06:27+00:00 Emmanuelpescosta099 wrote:

*** Bug 345635 has been marked as a duplicate of this bug. ***

Reply at: https://bugs.launchpad.net/ubuntu/+source/kubuntu-
meta/+bug/1422469/comments/22

------------------------------------------------------------------------
On 2015-04-01T13:38:57+00:00 Siddhartha Sahu wrote:

Hi. Any update on this?

Reply at: https://bugs.launchpad.net/ubuntu/+source/kubuntu-
meta/+bug/1422469/comments/24

------------------------------------------------------------------------
On 2015-04-02T05:47:04+00:00 Emmanuelpescosta099 wrote:

(In reply to Siddhartha Sahu from comment #19)
> Hi. Any update on this?

We are working on it.

Reply at: https://bugs.launchpad.net/ubuntu/+source/kubuntu-
meta/+bug/1422469/comments/25

------------------------------------------------------------------------
On 2015-04-02T06:00:58+00:00 Emmanuelpescosta099 wrote:

*** Bug 345730 has been marked as a duplicate of this bug. ***

Reply at: https://bugs.launchpad.net/ubuntu/+source/kubuntu-
meta/+bug/1422469/comments/26

------------------------------------------------------------------------
On 2015-04-09T18:16:01+00:00 nedr wrote:

cool, thank you! because it is very annoying when you can't save, say,
all of your loooong fish:// paths

Reply at: https://bugs.launchpad.net/ubuntu/+source/kubuntu-
meta/+bug/1422469/comments/27

------------------------------------------------------------------------
On 2015-04-20T09:04:20+00:00 Emmanuelpescosta099 wrote:

*** Bug 346320 has been marked as a duplicate of this bug. ***

Reply at: https://bugs.launchpad.net/ubuntu/+source/kubuntu-
meta/+bug/1422469/comments/29

------------------------------------------------------------------------
On 2015-04-21T08:59:34+00:00 Vonswallow wrote:


i have the same bug

is there a way to manually add bookmarks as a work around  for now until its fixed
Reproducible: Always

Steps to Reproduce:
1. Add a folder to the left panel "Places".
2. Close dolphin.
3. Reopen dolphin and the folder just added disappeared.

Arch x86_64
plasma-desktop 5

Reply at: https://bugs.launchpad.net/ubuntu/+source/kubuntu-
meta/+bug/1422469/comments/30

------------------------------------------------------------------------
On 2015-04-21T09:34:20+00:00 Siddhartha Sahu wrote:

(In reply to vonswallow from comment #24)
> is there a way to manually add bookmarks as a work around  for now until its
> fixed

You can add bookmarks using a file open/save dialog. Eg, Kate -> Ctrl+o
-> add your bookmarks -> close Kate. Bookmarks will be saved for dolphin
too.

Reply at: https://bugs.launchpad.net/ubuntu/+source/kubuntu-
meta/+bug/1422469/comments/31

------------------------------------------------------------------------
On 2015-04-21T10:46:16+00:00 Vonswallow wrote:

(In reply to Siddhartha Sahu from comment #25)
> (In reply to vonswallow from comment #24)
> > is there a way to manually add bookmarks as a work around  for now until its
> > fixed
> 
> You can add bookmarks using a file open/save dialog. Eg, Kate -> Ctrl+o ->
> add your bookmarks -> close Kate. Bookmarks will be saved for dolphin too.

Awesome!  it worked. Thanks

Reply at: https://bugs.launchpad.net/ubuntu/+source/kubuntu-
meta/+bug/1422469/comments/32

------------------------------------------------------------------------
On 2015-04-23T08:57:12+00:00 Emmanuelpescosta099 wrote:

*** Bug 346494 has been marked as a duplicate of this bug. ***

Reply at: https://bugs.launchpad.net/ubuntu/+source/kubuntu-
meta/+bug/1422469/comments/33

------------------------------------------------------------------------
On 2015-04-23T15:00:03+00:00 Emmanuelpescosta099 wrote:

*** Bug 346509 has been marked as a duplicate of this bug. ***

Reply at: https://bugs.launchpad.net/ubuntu/+source/kubuntu-
meta/+bug/1422469/comments/34

------------------------------------------------------------------------
On 2015-04-24T23:12:30+00:00 Jesse-dubord wrote:

I'm having this problem as well. See video here:
https://www.youtube.com/watch?v=n02J22NdqYI.

Running Kubuntu 15.04 x64 w/ KDE Plasma 5.2.95 via ppa:kubuntu-ppa/beta.

Reply at: https://bugs.launchpad.net/ubuntu/+source/kubuntu-
meta/+bug/1422469/comments/35

------------------------------------------------------------------------
On 2015-04-27T04:39:18+00:00 James0r wrote:

I can confirm the disappearing places bookmarks on Arch Linux using
plasma-desktop 5.2.95-1 and kdebase-dolphin 15.04.0-2. Placing bookmarks
in 'places' using the Open File dialog with Kate allows them to be
appear both in Dolphin and Open File dialogs. Using the workaround for
now.

Reply at: https://bugs.launchpad.net/ubuntu/+source/kubuntu-
meta/+bug/1422469/comments/36

------------------------------------------------------------------------
On 2015-04-27T09:15:35+00:00 Harikrishnan wrote:

Same problem for me too.
Using Kubuntu 15.04
Dolphin Version 14.12.3
KDE Development Platform 4.14.6

Reply at: https://bugs.launchpad.net/ubuntu/+source/kubuntu-
meta/+bug/1422469/comments/37

------------------------------------------------------------------------
On 2015-04-27T09:31:52+00:00 Bugs5-kde-org wrote:

also I'd like to have "Recently Saved" and "Search For" sections
disappear instead of my added entries.

Reply at: https://bugs.launchpad.net/ubuntu/+source/kubuntu-
meta/+bug/1422469/comments/38

------------------------------------------------------------------------
On 2015-04-27T09:40:59+00:00 Emmanuelpescosta099 wrote:

*** Bug 346617 has been marked as a duplicate of this bug. ***

Reply at: https://bugs.launchpad.net/ubuntu/+source/kubuntu-
meta/+bug/1422469/comments/39

------------------------------------------------------------------------
On 2015-04-27T09:47:10+00:00 Emmanuelpescosta099 wrote:

Thanks for all the feedback!

The result of the discussion on the frameworks ML is, that we'll remove
the legacy bookmarks syncing code (which causes this problem) from
KFilePlacesModel and in future all applications will only use the cross
desktop user-places.xbel instead of bookmarks.xml.

Reply at: https://bugs.launchpad.net/ubuntu/+source/kubuntu-
meta/+bug/1422469/comments/40

------------------------------------------------------------------------
On 2015-04-29T04:30:13+00:00 Kajal Sinha wrote:

Can be reproduced on Kubuntu 15.04

Reply at: https://bugs.launchpad.net/ubuntu/+source/kubuntu-
meta/+bug/1422469/comments/41

------------------------------------------------------------------------
On 2015-04-29T10:50:13+00:00 Pavel223344 wrote:

I can also confirm the bug on Kubuntu 15.04. In addition bookmarks
created by the workaround with Kate (ctrl+o - drag and drop) are not
working if they contain umlauts such as the Swedish letters å, ä, ö.
When clicking on the bookmark in Dolphin it just says that the place
does not exist.

Reply at: https://bugs.launchpad.net/ubuntu/+source/kubuntu-
meta/+bug/1422469/comments/42

------------------------------------------------------------------------
On 2015-04-29T13:38:34+00:00 Emmanuelpescosta099 wrote:

Git commit e919daeb5b144b146dbf459fadb116729b866d21 by Emmanuel Pescosta.
Committed on 29/04/2015 at 13:28.
Pushed by emmanuelp into branch 'master'.

Remove bookmarks syncing from KFilePlacesModel and use user-places.xbel
only.

REVIEW: 123525
FIXED-IN: 5.10

CHANGELOG: Store bookmarks only in user-places.xbel.

M  +0    -1    src/filewidgets/CMakeLists.txt
M  +3    -18   src/filewidgets/kfileplacesmodel.cpp
D  +0    -285  src/filewidgets/kfileplacessharedbookmarks.cpp
D  +0    -57   src/filewidgets/kfileplacessharedbookmarks_p.h

http://commits.kde.org/kio/e919daeb5b144b146dbf459fadb116729b866d21

Reply at: https://bugs.launchpad.net/ubuntu/+source/kubuntu-
meta/+bug/1422469/comments/43

------------------------------------------------------------------------
On 2015-04-29T13:43:26+00:00 Emmanuelpescosta099 wrote:

Git commit 7550ef029988626ba6249f1de90e2a42e7a9f632 by Emmanuel Pescosta.
Committed on 29/04/2015 at 13:39.
Pushed by emmanuelp into branch 'master'.

Use user-places.xbel instead of bookmarks.xml in places model.

REVIEW: 123526
FIXED-IN: 15.08.0

M  +2    -2    src/panels/places/placesitemmodel.cpp

http://commits.kde.org/dolphin/7550ef029988626ba6249f1de90e2a42e7a9f632

Reply at: https://bugs.launchpad.net/ubuntu/+source/kubuntu-
meta/+bug/1422469/comments/44

------------------------------------------------------------------------
On 2015-04-29T14:54:29+00:00 Arojas-8 wrote:

Is this going to be fixed in the 15.04 branch too?

Reply at: https://bugs.launchpad.net/ubuntu/+source/kubuntu-
meta/+bug/1422469/comments/45

------------------------------------------------------------------------
On 2015-04-29T14:56:03+00:00 Emmanuelpescosta099 wrote:

(In reply to Antonio Rojas from comment #39)
> Is this going to be fixed in the 15.04 branch too?

RR [1] is already open, need to wait for a "ship it" ;)

[1] https://git.reviewboard.kde.org/r/123568/

Reply at: https://bugs.launchpad.net/ubuntu/+source/kubuntu-
meta/+bug/1422469/comments/46

------------------------------------------------------------------------
On 2015-04-30T07:54:44+00:00 Emmanuelpescosta099 wrote:

*** Bug 346928 has been marked as a duplicate of this bug. ***

Reply at: https://bugs.launchpad.net/ubuntu/+source/kubuntu-
meta/+bug/1422469/comments/48

------------------------------------------------------------------------
On 2015-04-30T08:03:11+00:00 Emmanuelpescosta099 wrote:

Git commit 5c0a31a2f2a46aa44b8c34baae67b6951b2abcaf by Emmanuel Pescosta.
Committed on 29/04/2015 at 14:05.
Pushed by emmanuelp into branch 'KDE/4.14'.

Remove bookmarks syncing from KFilePlacesModel and use user-places.xbel
only.

FIXED-IN: 4.14.8
REVIEW: 123568

M  +0    -1    kfile/CMakeLists.txt
M  +3    -18   kfile/kfileplacesmodel.cpp
D  +0    -276  kfile/kfileplacessharedbookmarks.cpp
D  +0    -56   kfile/kfileplacessharedbookmarks_p.h

http://commits.kde.org/kdelibs/5c0a31a2f2a46aa44b8c34baae67b6951b2abcaf

Reply at: https://bugs.launchpad.net/ubuntu/+source/kubuntu-
meta/+bug/1422469/comments/49

------------------------------------------------------------------------
On 2015-04-30T08:13:37+00:00 Emmanuelpescosta099 wrote:

Git commit 270d2affaafcc9e87ba14f82bfe579e22607e2d2 by Emmanuel Pescosta.
Committed on 30/04/2015 at 08:12.
Pushed by emmanuelp into branch 'Applications/15.04'.

Use user-places.xbel instead of bookmarks.xml in places model.

FIXED-IN: 15.04.1

M  +2    -2    dolphin/src/panels/places/placesitemmodel.cpp

http://commits.kde.org/kde-
baseapps/270d2affaafcc9e87ba14f82bfe579e22607e2d2

Reply at: https://bugs.launchpad.net/ubuntu/+source/kubuntu-
meta/+bug/1422469/comments/50

------------------------------------------------------------------------
On 2015-05-01T19:02:12+00:00 Bugsbane wrote:

Any chance someone could give a pointer on how to apply the fix to a
current install without having to wait for it to come down the line from
my distro? I'm using Kubuntu 15.04.

Reply at: https://bugs.launchpad.net/ubuntu/+source/kubuntu-
meta/+bug/1422469/comments/51


** Changed in: kdelibs
       Status: Unknown => Fix Released

** Changed in: kdelibs
   Importance: Unknown => Low

** Bug watch added: KDE Bug Tracking System #342685
   https://bugs.kde.org/show_bug.cgi?id=342685

** Bug watch added: KDE Bug Tracking System #292236
   https://bugs.kde.org/show_bug.cgi?id=292236

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kubuntu-meta in Ubuntu.
https://bugs.launchpad.net/bugs/1422469

Title:
  Dolphin won't keep the folder shortcuts on Kubuntu 15.04 with Plasma
  5.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1422469/+subscriptions




More information about the kubuntu-bugs mailing list