------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=55657 nicolasg@snafu.de changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From nicolasg@snafu.de 2003-11-30 18:53 ------- Subject: Re: koffice/tools/thumbnail Sorry, the wrong bug was closed. I meant #55657 instead of #59377 Have a nice day! --- Original Message --- List: kde-cvs Subject: koffice/tools/thumbnail From: Nicolas Goutte Date: 2003-11-30 16:47:09 CVS commit by goutte: Disable generation of the "other office" thumbnails. The reasons are between many problems: - Konqueror tries to generate every thumbnail at the same time, which for filters is critical, as it can use too much computer-power. - Konqueror tries and re-tries to have a thumbnail, even if the filter has failed. - The KOffice filters have not a "batch mode" yet, so dialogs can show up. - The thumbnail generation might trigger bugs in the filters, which might end to any possible problems. (And Konquy tries then again...) CCMAIL:59377-close@bugs.kde.org CCMAIL:61885-close@bugs.kde.org (Possibily other bugs, including not reported ones.) M +2 -1 Makefile.am 1.6 --- koffice/tools/thumbnail/Makefile.am #1.5:1.6 @@ -12,4 +12,5 @@ kofficethumbnail_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -kde_services_DATA = clipartthumbnail.desktop kofficethumbnail.desktop otherofficethumbnail.desktop +# otherofficethumbnail.desktop is currently not installed, as it gives too many problems +kde_services_DATA = clipartthumbnail.desktop kofficethumbnail.desktop _______________________________________________ koffice-devel mailing list koffice-devel@mail.kde.org https://mail.kde.org/mailman/listinfo/koffice-devel