[dolphin] [Bug 435586] Message "Unable to create io-slave. klauncher said: Unknown protocol 'tags'." appears on every Dolphin launch

2021-05-18 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=435586

Nate Graham  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=437176

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 435586] Message "Unable to create io-slave. klauncher said: Unknown protocol 'tags'." appears on every Dolphin launch

2021-05-13 Thread Ismael Asensio
https://bugs.kde.org/show_bug.cgi?id=435586

Ismael Asensio  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
   Version Fixed In||21.04.1
  Latest Commit||https://invent.kde.org/syst
   ||em/dolphin/commit/29636baff
   ||0f0cf8d769aa75b1c458b96cf83
   ||b828

--- Comment #10 from Ismael Asensio  ---
Git commit 29636baff0f0cf8d769aa75b1c458b96cf83b828 by Ismael Asensio.
Committed on 10/05/2021 at 12:05.
Pushed by sandsmark into branch 'release/21.04'.

search/facetswidget: Check for protocol before trying to fetch tags

This was causing an error when trying to list items from the
non-existent `tags:` protocol.
FIXED-IN: 21.04.1

M  +4-1src/search/dolphinfacetswidget.cpp

https://invent.kde.org/system/dolphin/commit/29636baff0f0cf8d769aa75b1c458b96cf83b828

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 435586] Message "Unable to create io-slave. klauncher said: Unknown protocol 'tags'." appears on every Dolphin launch

2021-05-10 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=435586

Bug Janitor Service  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|ASSIGNED

--- Comment #9 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/system/dolphin/-/merge_requests/208

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 435586] Message "Unable to create io-slave. klauncher said: Unknown protocol 'tags'." appears on every Dolphin launch

2021-05-09 Thread Michael
https://bugs.kde.org/show_bug.cgi?id=435586

Michael  changed:

   What|Removed |Added

 CC||vor...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 435586] Message "Unable to create io-slave. klauncher said: Unknown protocol 'tags'." appears on every Dolphin launch

2021-05-08 Thread Andreas Sturmlechner
https://bugs.kde.org/show_bug.cgi?id=435586

--- Comment #8 from Andreas Sturmlechner  ---
(In reply to Andreas Sturmlechner from comment #7)
> but I can still trigger it by right clicking into the
> dolphinview, effectively cancelling context menu.
Nevermind - that was just baloo-widgets still being installed.

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 435586] Message "Unable to create io-slave. klauncher said: Unknown protocol 'tags'." appears on every Dolphin launch

2021-05-08 Thread Andreas Sturmlechner
https://bugs.kde.org/show_bug.cgi?id=435586

--- Comment #7 from Andreas Sturmlechner  ---
(In reply to Ahmad Samir from comment #6)
> void DolphinFacetsWidget::updateTagsMenu()
> {
> updateTagsMenuItems({}, {});
> m_tagsLister.openUrl(QUrl(QStringLiteral("tags:/")),
> KCoreDirLister::OpenUrlFlag::Reload);
> }
dolphin startup error is gone after ifdef'ing the KCoreDirLister line behind
HAVE_BALOO, but I can still trigger it by right clicking into the dolphinview,
effectively cancelling context menu.

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 435586] Message "Unable to create io-slave. klauncher said: Unknown protocol 'tags'." appears on every Dolphin launch

2021-05-08 Thread Ahmad Samir
https://bugs.kde.org/show_bug.cgi?id=435586

Ahmad Samir  changed:

   What|Removed |Added

 CC||a.samir...@gmail.com

--- Comment #6 from Ahmad Samir  ---
It looks like KCoreDirLister is created on tags:/ even if baloo isn't found at
build time:
void DolphinFacetsWidget::updateTagsMenu()
{
updateTagsMenuItems({}, {});
m_tagsLister.openUrl(QUrl(QStringLiteral("tags:/")),
KCoreDirLister::OpenUrlFlag::Reload);
}

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 435586] Message "Unable to create io-slave. klauncher said: Unknown protocol 'tags'." appears on every Dolphin launch

2021-05-08 Thread Andreas Sturmlechner
https://bugs.kde.org/show_bug.cgi?id=435586

--- Comment #5 from Andreas Sturmlechner  ---
Sorry, what's actually happening is the error is still visible in the terminal,
but not manifesting as an error dialog box.

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 435586] Message "Unable to create io-slave. klauncher said: Unknown protocol 'tags'." appears on every Dolphin launch

2021-05-08 Thread Andreas Sturmlechner
https://bugs.kde.org/show_bug.cgi?id=435586

--- Comment #4 from Andreas Sturmlechner  ---
Yup, no error when just downgrading to KIO-5.81.0.

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 435586] Message "Unable to create io-slave. klauncher said: Unknown protocol 'tags'." appears on every Dolphin launch

2021-05-08 Thread Andreas Sturmlechner
https://bugs.kde.org/show_bug.cgi?id=435586

Andreas Sturmlechner  changed:

   What|Removed |Added

   Severity|minor   |normal

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 435586] Message "Unable to create io-slave. klauncher said: Unknown protocol 'tags'." appears on every Dolphin launch

2021-05-08 Thread Andreas Sturmlechner
https://bugs.kde.org/show_bug.cgi?id=435586

--- Comment #3 from Andreas Sturmlechner  ---
I just got this with KIO-5.82.0 and dolphin-20.12.3, so the question is what
has changed...

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 435586] Message "Unable to create io-slave. klauncher said: Unknown protocol 'tags'." appears on every Dolphin launch

2021-05-08 Thread Andreas Sturmlechner
https://bugs.kde.org/show_bug.cgi?id=435586

Andreas Sturmlechner  changed:

   What|Removed |Added

 CC||ast...@gentoo.org

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 435586] Message "Unable to create io-slave. klauncher said: Unknown protocol 'tags'." appears on every Dolphin launch

2021-04-12 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=435586

--- Comment #2 from Nate Graham  ---
OK, that makes sense.

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 435586] Message "Unable to create io-slave. klauncher said: Unknown protocol 'tags'." appears on every Dolphin launch

2021-04-12 Thread Stefan Brüns
https://bugs.kde.org/show_bug.cgi?id=435586

Stefan Brüns  changed:

   What|Removed |Added

   Assignee|stefan.bruens@rwth-aachen.d |dolphin-bugs-n...@kde.org
   |e   |
Product|frameworks-baloo|dolphin
  Component|Tags|general

--- Comment #1 from Stefan Brüns  ---
*Not* a baloo bug.

Dolphin should check if an implementation for the protocol is defined, e.g.
/usr/share/kservices5/tags.protocol

-- 
You are receiving this mail because:
You are watching all bug changes.