Bug 94146 - displays hyperlinked images as an ASCII mess
Summary: displays hyperlinked images as an ASCII mess
Status: RESOLVED DUPLICATE of bug 92597
Alias: None
Product: akregator
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-30 02:46 UTC by Nick Steeves
Modified: 2004-11-30 12:08 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Steeves 2004-11-30 02:46:18 UTC
Version:           1.0-beta8 (using KDE KDE 3.3.1)
Installed from:    Compiled From Sources
Compiler:          GCC-3.3.4 
OS:                Linux

Links to somefilename.suffix always dump ASCII. (instead of using an embedded kpart?)  It's a real pain, when trying to quickly read through masses of new screenshots/wallpapers from the Kde-look.org feed.  Here's gdb's output from a --enable-debug=full build of akregator 1.0-pre8:

(gdb) run
Starting program: /usr/bin/akregator
warning: Unable to find dynamic linker breakpoint function.
GDB will be unable to debug shared library initializers
and track explicitly loaded dynamic code.
warning: shared library handler failed to enable breakpoint
Detaching after fork from child process 14824.
QSettings::sync: filename is null/empty
akregator: win name: desktop
akregator: win name: unnamed
akregator: win name: akregator_mainwindow

Program exited normally.
(gdb) akregator: loading OPML feed opml
akregator: leave AkregatorView::loadFeeds()
akregator: ArticleViewer: Open url request: http://www.kde-look.org/content/show.php?content=12817
akregator: Viewer: slotOpenURLReq url==http://www.kde-look.org/content/show.php?content=12817
akregator: Viewer::closeURL(): emit browserExtension->loadingProgress
akregator: Viewer::closeURL(): emit canceled
akregator: return KHTMLPart::closeURL()
akregator: PageViewer: Open url request: http://www.kde-look.org/content/download.php?content=12817&id=1
akregator: Viewer: slotOpenURLReq url==http://www.kde-look.org/content/download.php?content=12817&id=1
akregator: Viewer::closeURL(): emit browserExtension->loadingProgress
akregator: Viewer::closeURL(): emit canceled
akregator: return KHTMLPart::closeURL()
akregator: enter slotDoIntervalFetches
akregator: doIntervalFetches
Comment 1 Teemu Rytilahti 2004-11-30 12:08:55 UTC

*** This bug has been marked as a duplicate of 92597 ***