[Bug 208204] Browse option in Configure Your Desktop / Default Applications - System Settings / Web Browser is buggy
Jekyll Wu
adaptee at gmail.com
Wed Dec 5 05:54:39 GMT 2012
https://bugs.kde.org/show_bug.cgi?id=208204
Jekyll Wu <adaptee at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |investigated
CC| |adaptee at gmail.com
Version|unspecified |4.9.3
--- Comment #5 from Jekyll Wu <adaptee at gmail.com> ---
The first problem is due to code like this :
void CfgBrowser::selectBrowser()
{
KUrl::List urlList;
KOpenWithDialog dlg(urlList, i18n("Select preferred Web browser
application:"), QString(), this);
if (dlg.exec() != QDialog::Accepted)
return;
m_browserService = dlg.service();
if (m_browserService) {
m_browserExec = m_browserService->desktopEntryName();
...
However, the .desktop corresponding to konqueror is installed as
konqbrowser.desktop. That is why "konqbrowser" is filled .
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Unassigned-bugs
mailing list