Bug 242186 - konqueror does not open profiles via command line option
Summary: konqueror does not open profiles via command line option
Status: RESOLVED FIXED
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: SVN
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-19 19:07 UTC by phanisvara das
Modified: 2010-07-02 21:07 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In: 4.5.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description phanisvara das 2010-06-19 19:07:35 UTC
Version:           SVN (using Devel) 
OS:                Linux

opening profiles via "konqueror --profile <prof.name>" does not work. neither from desktop shortcuts or the konqueror profiles plasma widget. in all cases, the filemanagement default profile is being opened.

choosing a view profile from a running konqueror session (settings -> load view profile) does work. also "kfmclient openProfile <prof.name>" from CLI works as expected.

Reproducible: Always

Steps to Reproduce:
start konqueror with the CLI option "--profile", where profile != filemanagement, or choose one of the profiles from the plasma widget.

Actual Results:  
konqueror starts in filemanagement profile, with the following output on stdout:


konqueror(12376)/kdecore (KLibrary) kde4Factory: The library "/usr/lib64/kde4/konq_shellcmdplugin.so" does not offer a qt_plugin_instance function.
QStringList Solid::Backends::KUPnP::KUPnPManager::findDeviceByDeviceInterface(Solid::DeviceInterface::Type)  error:  "org.freedesktop.DBus.Error.ServiceUnknown" 

QStringList Solid::Backends::KUPnP::KUPnPManager::findDeviceByDeviceInterface(Solid::DeviceInterface::Type)  error:  "org.freedesktop.DBus.Error.ServiceUnknown" 

QStringList Solid::Backends::KUPnP::KUPnPManager::findDeviceByDeviceInterface(Solid::DeviceInterface::Type)  error:  "org.freedesktop.DBus.Error.ServiceUnknown" 


Expected Results:  
that konqueror starts with the requested view profile.
Comment 1 phanisvara das 2010-06-20 11:21:30 UTC
today my version of KDE unstable (openSUSE repos) got updated to 4.4.86, but the command "konqueror --profile <prof.name>" still opens 'filemanagement' in all cases.
Comment 2 sasha 2010-06-28 15:28:05 UTC
This is still not working with RC1 released today.
Comment 3 Shlomi Fish 2010-06-30 04:32:04 UTC
(In reply to comment #2)
> This is still not working with RC1 released today.

Can confirm it here on Mandriva Linux Cooker with konqueror-4.4.86-1mdv2010.1 . This feature worked fine in KDE-4.4.x.
Comment 4 David Faure 2010-07-02 21:07:37 UTC
SVN commit 1145391 by dfaure:

Fix handling of --profile (without a url to open) on the command line.
FIXED-IN: 4.5.0
BUG: 242186


 M  +5 -14     konqmain.cpp  
 M  +16 -5     konqmisc.cpp  


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