| Summary: | mcop warning when selecting .tar.gz file | ||
|---|---|---|---|
| Product: | [Unmaintained] arts | Reporter: | Hadacek Nicolas <hadacek> |
| Component: | general | Assignee: | Carsten Pfeiffer <pfeiffer> |
| Status: | CLOSED UNMAINTAINED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Mandrake RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Hadacek Nicolas
2004-02-13 01:46:27 UTC
oh boy On Fri, Feb 13, 2004 at 03:42:12PM -0000, Stephan Kulow wrote:
The problem is this: we need to determine, whether to show a
preview for audio files or not.
See KFileMetaPreview for the (indeed non-optimal solution):
[if no other preview provider was found]
if ( s_tryAudioPreview &&
!mimeType.startsWith("text/") && !mimeType.startsWith("image/") )
{
if ( !haveAudioPreview )
{
KPreviewWidgetBase *audioPreview = createAudioPreview( m_stack );
[here we have aRts and mcop and all the good stuff...]
}
}
The problem is, that you need to load up aRts in order to check which
filetypes aRts has support for...
The checks for !text/* and !image/* were only the first two
most obvious mimetypes to prevent loading up aRts immediately. Checking
for audio/* was not a solution either, IIRC (due to several mismatches).
Cheers
Carsten Pfeiffer
Are these warnings a bug??? Arnold Arts is no longer developed and has been unmaintained for quite some time - more than 2 years. With phonon as the replacement for arts in KDE4, we're closing out all the arts bugs in Bugzilla since there is no chance of them being fixed. Thanks |