Bug 216427

Summary: User path's submenu in systemsettings not available without konqueror installed
Product: [Applications] systemsettings Reporter: Pollywog <r_weber>
Component: generalAssignee: System Settings Bugs <sourtooth+ssbugs>
Status: RESOLVED FIXED    
Severity: wishlist CC: faure
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:

Description Pollywog 2009-11-27 21:14:17 UTC
Version:            (using KDE 4.3.3)
OS:                Linux
Installed from:    Archlinux Packages

Without having konqueror installed there seems to be no way to set/edit the user's default paths. The entire sub menu does not show up.

I think this might be a little frustrating for those who prefer other browsers than konqueror and don't have konqueror installed.
Comment 1 Pollywog 2009-11-27 21:37:28 UTC
*** Bug 209839 has been marked as a duplicate of this bug. ***
Comment 2 Dario Andres 2009-12-14 19:58:46 UTC
Related proposed patch: http://reviewboard.kde.org/r/2336/
Comment 3 Christoph Feck 2010-02-18 20:23:09 UTC
SVN commit 1092352 by cfeck:

Split kcm_desktoppaths from Konqueror settings

The next step is to move that to kdebase/workspace, as suggested
by David Faure on irc.

REVIEW: 2336
CCBUG: 216427


 M  +13 -1     CMakeLists.txt  
 M  +1 -1      desktoppath.desktop  
 M  +2 -2      globalpaths.cpp  
 M  +0 -2      konqkcmfactory.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1092352
Comment 4 Christoph Feck 2010-02-18 21:01:29 UTC
SVN commit 1092369 by cfeck:

Move kcm_desktoppaths from kdebase/apps to kdebase/workspace

This allows users to change desktop paths without having Konqueror
installed.

Please move translation and documentation in trunk, thanks!

BUG: 216427
CCMAIL: kde-packager@kde.org
CCMAIL: kde-i18n-doc@kde.org
CCMAIL: kde-buildsystem@kde.org
CCMAIL: faure@kde.org


 M  +0 -14     apps/konqueror/settings/konq/CMakeLists.txt  
 D             apps/konqueror/settings/konq/desktoppath.desktop  
 D             apps/konqueror/settings/konq/globalpaths.cpp  
 D             apps/konqueror/settings/konq/globalpaths.h  
 D             apps/konqueror/settings/konq/kcmdesktoppaths.cpp  
 D             apps/konqueror/settings/konq/kcmdesktoppaths.h  
 M  +1 -0      workspace/kcontrol/CMakeLists.txt  
 A             workspace/kcontrol/desktoppaths (directory)  
 A             workspace/kcontrol/desktoppaths/CMakeLists.txt  
 A             workspace/kcontrol/desktoppaths/desktoppath.desktop   apps/konqueror/settings/konq/desktoppath.desktop#1092359
 A             workspace/kcontrol/desktoppaths/globalpaths.cpp   apps/konqueror/settings/konq/globalpaths.cpp#1092359 [License: GPL (v2+)]
 A             workspace/kcontrol/desktoppaths/globalpaths.h   apps/konqueror/settings/konq/globalpaths.h#1092359 [License: GPL (v2+)]
 A             workspace/kcontrol/desktoppaths/kcmdesktoppaths.cpp   apps/konqueror/settings/konq/kcmdesktoppaths.cpp#1092359 [License: LGPL (v2)]
 A             workspace/kcontrol/desktoppaths/kcmdesktoppaths.h   apps/konqueror/settings/konq/kcmdesktoppaths.h#1092359 [License: LGPL (v2)]


WebSVN link: http://websvn.kde.org/?view=rev&revision=1092369