Bug 172766

Summary: Have an Dolphin 'Places" option for Konq's sidebar
Product: [Applications] konqueror Reporter: Charles Phoenix <phoenixreads>
Component: generalAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED FIXED    
Severity: wishlist CC: budinero, ingomar, kde-2011.08, kde_bugzilla_2
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Bug Depends on:    
Bug Blocks: 205222    

Description Charles Phoenix 2008-10-14 03:12:06 UTC
Version:           4.1.2 (KDE 4.1.2) (using 4.1.2 (KDE 4.1.2), Kubuntu packages)
Compiler:          gcc
OS:                Linux (x86_64) release 2.6.24-19-generic

This is so the user can sync their "Places" file shortcuts with Konq


Also note:
Sidebar->Add New->Folder->Dialog

The Dialog is an unnecessary.
Comment 1 FiNeX 2009-08-05 00:04:46 UTC
*** Bug 202529 has been marked as a duplicate of this bug. ***
Comment 2 FiNeX 2009-11-29 23:34:39 UTC
*** Bug 205223 has been marked as a duplicate of this bug. ***
Comment 3 FiNeX 2009-11-29 23:34:44 UTC
*** Bug 205222 has been marked as a duplicate of this bug. ***
Comment 4 Dotan Cohen 2009-11-30 13:54:35 UTC
Please note that there are secondary bugs that implementing this bug would resolve, as specified in the dupes. For instance, until this bug is implemented, there is no way to access removable media in Konqueror.
Comment 5 Facundo Aguilera 2009-11-30 14:23:32 UTC
You can set konqueror as the default file browser in systemsettings, then the widget opens konqueror intead of dolphin.
Comment 6 Dotan Cohen 2009-11-30 14:57:55 UTC
> You can set konqueror as the default file browser in
> systemsettings, then the widget opens konqueror intead
> of dolphin.

The problem is that from within Konqueror one cannot open the mounted media.
Comment 7 FiNeX 2009-12-05 17:41:32 UTC
*** Bug 183387 has been marked as a duplicate of this bug. ***
Comment 8 Ingomar Wesp 2010-03-02 11:24:26 UTC
It seems this is a duplicate of #60060 (you will have to take a look at the comments as the original report referred to KDE 3.x).
Comment 9 Dotan Cohen 2010-03-02 13:14:33 UTC
I would favor marking that bug as a dupe of this one, even though that bug was filed earlier. This bug is clearer from the beginning as to what is needed, whereas bug #60060 needs a lot of explaining to update it from KDE 3.x to KDE 4.
Comment 10 Pino Toscano 2010-03-10 14:23:16 UTC
SVN commit 1101649 by pino:

Add a very simple sidebar module which shows the KDE "places" (just like in the KDE file dialogs or in Dolphin).
Fixed in KDE 4.5.

BUG: 60060
BUG: 172766


 M  +1 -0      CMakeLists.txt  
 A             places_module (directory)  
 A             places_module/CMakeLists.txt  
 A             places_module/konqsidebar_places.desktop  
 A             places_module/places_module.cpp   [License: LGPL (v2/3+eV)]
 A             places_module/places_module.h   [License: LGPL (v2/3+eV)]


WebSVN link: http://websvn.kde.org/?view=rev&revision=1101649
Comment 11 Dotan Cohen 2010-03-10 14:55:29 UTC
Thank you!