Bug 72054 - Internal KIOSlaves should not be publicly visible
Summary: Internal KIOSlaves should not be publicly visible
Status: RESOLVED NOT A BUG
Alias: None
Product: kio
Classification: Unmaintained
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Debian testing Linux
: NOR wishlist
Target Milestone: ---
Assignee: David Faure
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-07 14:15 UTC by Dominique Devriese
Modified: 2018-04-23 16:00 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dominique Devriese 2004-01-07 14:15:34 UTC
Version:            (using KDE KDE 3.1.4)
Installed from:    Debian testing/unstable Packages

I never understood why things like smtp, smtps, pop3, pop3s, imap and imaps were implemented as KIOSlaves, but they shouldn't be visible publicly.  Places where they are visible include the tab "thumbnails" in the "file manager" kcm ( names retranslated from dutch ), and the alt+f2 minicli, where you get a weird error when trying to open e.g. smtp:/test.
Comment 1 Stephan Kulow 2004-01-07 16:23:53 UTC
I guess we wouldn't object a patch
Comment 2 Dominique Devriese 2004-01-07 17:35:13 UTC
Subject: Re:  Internal KIOSlaves should not be publicly visible

Stephan Kulow writes:

> I guess we wouldn't object a patch

Hm, apparently, the situation in the debug window has already improved
quite a bit in 3.2 ( by looking at the code, it now only shows
protocols that "supportsListing()" ).  This isn't a major issue for
the other places, and I guess the bug can be lowered to wishlist or
closed, unless I missed some other places where a list of protocols is
shown.

I still disagree with the design choice to implement e.g. an smtp
ioslave, as it does not at all fit the definition of an ioslave imho,
but hey, that's just developer esthetics, and you can ignore it, I
guess ;)

cheers
domi