Summary: | noatun starts, but no interface is presented. | ||
---|---|---|---|
Product: | [Unmaintained] noatun | Reporter: | Rich Jones <rich.jones> |
Component: | general | Assignee: | Multimedia Developers <kde-multimedia> |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Rich Jones
2003-07-05 02:46:54 UTC
Removing .kde/share/config/noatunrc returned it to default. Not a pretty fix.. Subject: kdemultimedia/noatun/library CVS commit by charles: fix #60776 by ensuring that a UI is always loaded. CCMAIL:60776-done@bugs.kde.org M +4 -1 pluginloader.cpp 1.44 --- kdemultimedia/noatun/library/pluginloader.cpp #1.43:1.44 @@ -100,9 +100,9 @@ bool LibraryLoader::loadAll(const QStrin if (!mPlaylist) { - NoatunLibraryInfo info = getInfo("splitplaylist.plugin"); loadSO("splitplaylist.plugin"); } // load all the user interfaces now + bool uiloaded=false; for(QStringList::ConstIterator i=modules.begin(); i!=modules.end(); ++i) { @@ -111,5 +111,8 @@ bool LibraryLoader::loadAll(const QStrin continue; loadSO(*i); + uiloaded = true; } + if (!uiloaded) + loadSO("excellent.plugin"); for(QStringList::ConstIterator i=modules.begin(); i!=modules.end(); ++i) Subject: Re: noatun starts, but no interface is presented. Thank you! Rich On Sunday 10 August 2003 6:49 pm, you wrote: > ------- You are receiving this mail because: ------- > You reported the bug, or are watching the reporter. > > http://bugs.kde.org/show_bug.cgi?id=60776 > charles@kde.org changed: > > What |Removed |Added > --------------------------------------------------------------------------- >- Status|UNCONFIRMED |RESOLVED > Resolution| |FIXED > > > > ------- Additional Comments From charles@kde.org 2003-08-11 01:49 ------- > Subject: kdemultimedia/noatun/library > > CVS commit by charles: > > fix #60776 by ensuring that a UI is always loaded. > > CCMAIL:60776-done@bugs.kde.org > > > M +4 -1 pluginloader.cpp 1.44 > > > --- kdemultimedia/noatun/library/pluginloader.cpp #1.43:1.44 > @@ -100,9 +100,9 @@ bool LibraryLoader::loadAll(const QStrin > if (!mPlaylist) > { > - NoatunLibraryInfo info = getInfo("splitplaylist.plugin"); > loadSO("splitplaylist.plugin"); > } > > // load all the user interfaces now > + bool uiloaded=false; > for(QStringList::ConstIterator i=modules.begin(); > i!=modules.end(); ++i) { > @@ -111,5 +111,8 @@ bool LibraryLoader::loadAll(const QStrin > continue; > loadSO(*i); > + uiloaded = true; > } > + if (!uiloaded) > + loadSO("excellent.plugin"); > > for(QStringList::ConstIterator i=modules.begin(); > i!=modules.end(); ++i) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux) iD8DBQE/NvUtv9+aDc0/W1ARAoXaAKCE5r5t/Jr6vdeey/hgcZq/f9FhBgCgpGF3 jxdb5LzrZIxzVOaj7ngEJoo= =nU5J -----END PGP SIGNATURE----- |