Bug 121879 - akregator stopped showing archive after upgrade
Summary: akregator stopped showing archive after upgrade
Status: RESOLVED WORKSFORME
Alias: None
Product: akregator
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Slackware Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords: triaged
Depends on:
Blocks:
 
Reported: 2006-02-13 12:52 UTC by Karol Kozimor
Modified: 2009-04-04 18:54 UTC (History)
2 users (show)

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 Karol Kozimor 2006-02-13 12:52:45 UTC
Version:            (using KDE KDE 3.5.1)
Installed from:    Slackware Packages
Compiler:          gcc 3.4.5 
OS:                Linux

After I upgraded from KDE 3.4.2, akregator stopped showing the archive of my http://kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=summary feed.

The original file structure for the feed was like:
http___kernel.org_git_?p=linux_kernel_git_torvalds_linux-2.6.git;a=rss.mk4
http___kernel.org_git_?p=linux_kernel_git_torvalds_linux-2.6.git;a=rss.mk4___CATEGORIES
http___kernel.org_git_?p=linux_kernel_git_torvalds_linux-2.6.git;a=rss.mk4___TAGS
http___kernel.org_git?p=linux_kernel_git_torvalds_linux-2.6.git;a=rss.xml

(note the lack of underscore before the first '?' of *.xml)

After a chat with Frank Osterfeld it turned out I had to manually change "?" to "_?" for akregator to notice my archive again. In short:
#v+
mv http___kernel.org_git{,_}\?p\=linux_kernel_git_torvalds_linux-2.6.git\;a\=rss.xml
rm http___kernel.org_git_\?p\=linux_kernel_git_torvalds_linux-2.6.git\;a\=rss.mk4*
#v-
fixed the problem.

It seems that a change in filename escaping was not fully accounted for.
Comment 1 Michael Leupold 2009-04-04 18:54:48 UTC
I'm closing this as this was supposably some incompatible change on a long-ago upgrade. Nothing to do about it any longer.