Created attachment 122809 [details] dummy rss feed in akregtor SUMMARY I subscribe to the RSS feed of bugs that I log on KDE, and I subscribe to my bug list using the RSS feed in akregator. There appears to be a dummy/zombie feed that's been created in akregator, after clicking on the RSS icon from bugs.kde.org. STEPS TO REPRODUCE 1. ensure you have at least 1 bug created in your name on bugs.kde.org 2. click on the RSS image/icon on this site, and open the RSS feed in akregator. 3. You'll notice the rss feed, and immediately below you'll see a dummy/zombie feed, which is blank and not used at all. (please see the attached screenshot) OBSERVED RESULT dummy rss feed immediately below imported folder/bug list rss feed in akregator. EXPECTED RESULT just to see the one single rss feed. SOFTWARE/OS VERSIONS Linux/KDE Plasma: openSUSE TW (latest) (available in About System) KDE Plasma Version: 5.16.5 KDE Frameworks Version: 5.61.0 Qt Version: 5.13.1 ADDITIONAL INFORMATION
No issue. The opened reports I created are visible in akregator after clicking on the feed icon. What's this feed URL for you?
Created attachment 122816 [details] attachment-26990-0.html Hiya, Sorry, I don't think I explained it so well in the bug report! The actually RSS feed works, but if you look at the screenshot, you'll see that there appears to be another blank RSS feed directly below the working one. It has no RSS info, and there's just a grey line pointing to a blank feed. Does this make more sense please? On Mon, Sep 23, 2019 at 7:46 AM +0100, "Christophe Giboudeaux" <bugzilla_noreply@kde.org> wrote: https://bugs.kde.org/show_bug.cgi?id=412215 --- Comment #1 from Christophe Giboudeaux --- No issue. The opened reports I created are visible in akregator after clicking on the feed icon. What's this feed URL for you?
Ah, now I see (but can't reproduce). Was it the first time you used akregator?
On Monday, 23 September 2019 11:04:55 BST you wrote: > https://bugs.kde.org/show_bug.cgi?id=412215 > > --- Comment #3 from Christophe Giboudeaux <christophe@krop.fr> --- > Ah, now I see (but can't reproduce). Was it the first time you used > akregator? That's great! :) I'm pretty sure it was the second time, as i initially looked to see what akregator actually does, and I read the standard RSS feeds, then later on I thought it would be good to add the bugs.kde.org to akregator, and that's when I noticed it. I'm sorry that I can't be more helpful!
I just removed the bugs.kde.org link from akregator, and then tried to add it once again. It's not adding my link to akregator at all. should I log this as a 2nd separate bug, do you think? thanks! On Monday, 23 September 2019 11:04:55 BST you wrote: > https://bugs.kde.org/show_bug.cgi?id=412215 > > --- Comment #3 from Christophe Giboudeaux <christophe@krop.fr> --- > Ah, now I see (but can't reproduce). Was it the first time you used > akregator?
(In reply to James Th from comment #5) > I just removed the bugs.kde.org link from akregator, and then tried to add > it > once again. It's not adding my link to akregator at all. > So back to my original request, what's the feed URL added to akregator? In akregator, right click on the feed name → "Edit feed"
Created attachment 122818 [details] Screenshot 2019-09-23 at 11.46.13.png The feed aggregator that I added was: https://bugs.kde.org/buglist.cgi?f1=reporter&o1=equals&v1=%25user%25&resolution=---&ctype=atom&title=Open%20bugs%20reported%20by%20me Attached a screenshot to help! On 23/09/2019, 11:42, "Christophe Giboudeaux" <bugzilla_noreply@kde.org> wrote: https://bugs.kde.org/show_bug.cgi?id=412215 --- Comment #6 from Christophe Giboudeaux <christophe@krop.fr> --- (In reply to James Th from comment #5) > I just removed the bugs.kde.org link from akregator, and then tried to add > it > once again. It's not adding my link to akregator at all. > So back to my original request, what's the feed URL added to akregator? In akregator, right click on the feed name → "Edit feed" -- You are receiving this mail because: You reported the bug.
Confirmed on 5.15.3 (20.08.3). Clicked James' link https://bugs.kde.org/buglist.cgi?f1=reporter&o1=equals&v1=%25user%25&resolution=---&ctype=atom&title=Open%20bugs%20reported%20by%20me which gave me a .atom to download, opened it in Akregator and it created the entry but also a blank one below (will attach the screenshot).
Created attachment 133546 [details] Screenshot
A possibly relevant merge request was started @ https://invent.kde.org/pim/akregator/-/merge_requests/57
Git commit 0c869e02caea41421d6a54feb2b03e3ec3aa9030 by Carl Schwan, on behalf of Wendi Gan. Committed on 23/12/2024 at 08:54. Pushed by carlschwan into branch 'master'. Fix extra empty line when adding a new feed When a new folder is created and a feed or folder is inserted into it, an extra empty line appears. This happens because, in Folder::insertChild and Folder::prependChild, the node is added to m_children first. If the folder is newly created, during SubscriptionListModel::subscriptionAdded, QSortFilterProxyModelPrivate::create_mapping calls SubscriptionListModel::rowCount, which counts one extra row, leading to an extra empty line. This commit modifies rowCount to decrement by 1 during insertion. Related: bug 407935, bug 420797 M +9 -2 src/subscription/subscriptionlistmodel.cpp M +1 -0 src/subscription/subscriptionlistmodel.h https://invent.kde.org/pim/akregator/-/commit/0c869e02caea41421d6a54feb2b03e3ec3aa9030