Bug#666270: liferea: search for unread unflagged items misbehaves after upgrade

2013-03-16 Thread David Smith
found 666270 liferea/1.8.6-1.1
fixed 666270 liferea/1.10rc1
thanks.

From my testing, this is fixed in liferea 1.10rc1 so I'm tagging it as such.

Thanks for reporting.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#666270: liferea: search for unread unflagged items misbehaves after upgrade

2012-03-30 Thread Michal Politowski
Package: liferea
Version: 1.8.3-0.1
Severity: normal

I had a search folder that worked in 1.6.5 and before.
It was supposed to contain unread unflagged items.

.liferea_1.6/feedlist.opml
  outline title=Nieprzeczytane text=Nieprzeczytane 
description=Nieprzeczytane type=vfolder id=jccorka sortColumn=time 
viewMode=0 matchType=any collapsed=true
outline type=rule text=Flaga przeczytania rule=unread value= 
additive=true/
outline type=rule text=Flaga statusu rule=flagged value= 
additive=false/
  /outline

.liferea_1.6/liferea.db
CREATE VIEW view_jccorka AS SELECT items.ROWID AS item_id,items.read AS 
item_read FROM items   WHERE ((items.read = 0) AND NOT(items.marked = 1)) AND 
items.comment != 1;

The matchType=any in the feedlist looks suspicious but the view seems 
correct, and it worked.

Anyway this is probably somewhat irrelevant, since when after the upgrade to 
1.8.3 it started to act weird
I deleted it and recreated fresh. It changed .liferea_1.8/feedlist.opml to

  outline title=Nieprzeczytane text=Nieprzeczytane 
description=Nieprzeczytane type=vfolder id=vkkakeu sortColumn=time 
viewMode=0 matchType=all collapsed=true
outline type=rule text=Read status rule=unread value= 
additive=true/
outline type=rule text=Flag status rule=flagged value= 
additive=false/
  /outline

The matchType changed to the more expected all (I also set LC_MESSAGES=C 
before running liferea, that's what I suppose changed the text attributes),
liferea.db seems to not have views anymore so nothing to see here.

But the behavior of the newly created folder in 1.8.3 is still extremely 
problematic:
* it started empty,
* stayed empty after Rebuild from context menu (even though there were unread 
unflagged items in my feeds),
* filled after Update All, but the count in parens after the folder name is 
'(1)' even though the status bar says '(18 new)'
  and the folder contains even more items,
* well, actually it contained more items for a short moment; after selecting 
another feed and going immediately back
  to the search folder, now only one item is visible,
* until Rebuild, which caused even this one item to disappear (the count in 
feed list stays firmly on '(1)')
* after another Update All there are again many items in the search folder, 
(feedlist counter: '(0)')
* switch to another folder, go back, lather, rinse, repeat.


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (450, 'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2)
Shell: /bin/sh linked to /bin/dash

Versions of packages liferea depends on:
ii  gconf-service   3.2.3-4
ii  gconf2  3.2.3-4
ii  libatk1.0-0 2.2.0-2
ii  libc6   2.13-27
ii  libcairo2   1.10.2-7
ii  libgconf-2-43.2.3-4
ii  libgdk-pixbuf2.0-0  2.24.1-1
ii  libglib2.0-02.30.2-6
ii  libgtk2.0-0 2.24.10-1
ii  libice6 2:1.0.7-2
ii  libjson-glib-1.0-0  0.14.2-1
ii  libnotify4  0.7.5-1
ii  libpango1.0-0   1.29.4-3+b1
ii  libsm6  2:1.2.0-2
ii  libsoup2.4-12.36.1-1
ii  libsqlite3-03.7.11-2
ii  libunique-1.0-0 1.1.6-4
ii  libwebkitgtk-1.0-0  1.6.3-2
ii  libxml2 2.7.8.dfsg-7
ii  libxslt1.1  1.1.26-8
ii  liferea-data1.8.3-0.1

Versions of packages liferea recommends:
ii  curl  7.25.0-1
ii  dbus  1.5.12-1
ii  dbus-x11  1.5.12-1
ii  wget  1.13.4-2

Versions of packages liferea suggests:
pn  network-manager  none

-- no debconf information

-- 
Michał Politowski
Talking has been known to lead to communication if practiced carelessly.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#666270: liferea: search for unread unflagged items misbehaves after upgrade

2012-03-30 Thread Bojo42

But the behavior of the newly created folder in 1.8.3 is still extremely 
problematic:
* it started empty,
* stayed empty after Rebuild from context menu (even though there were unread 
unflagged items in my feeds),


I can reproduce this.


* filled after Update All, but the count in parens after the folder name is 
'(1)' even though the status bar says '(18 new)'


Count in parentheses is wrong, but status bar information does not show 
up reliable.



   and the folder contains even more items,


Haven't counted here.


* well, actually it contained more items for a short moment; after selecting 
another feed and going immediately back
   to the search folder, now only one item is visible,
* until Rebuild, which caused even this one item to disappear (the count in 
feed list stays firmly on '(1)')


Yes Rebuild seems to just delete it ;)


* after another Update All there are again many items in the search folder, 
(feedlist counter: '(0)')
* switch to another folder, go back, lather, rinse, repeat.


Michal thanks for your detailed report. But as this seems clearly an 
upstream bug i strongly recommend you that you also report it to the 
Liferea devs so it will get fixed.


On a side note, do think bug #666267 your reported earlier is a complete 
different bug?




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#666270: liferea: search for unread unflagged items misbehaves after upgrade

2012-03-30 Thread Michal Politowski
On Fri, 30 Mar 2012 10:02:33 +0200, Bojo42 wrote:
[...]
 Michal thanks for your detailed report. But as this seems clearly an
 upstream bug i strongly recommend you that you also report it to the
 Liferea devs so it will get fixed.

OK. I hoped that the maintainers would forward it to the right place, but if 
not,
I will try to do it later.

 On a side note, do think bug #666267 your reported earlier is a
 complete different bug?

No idea yet. Might not be but I do not know how to verify it easily. Will think
about it.

-- 
Michał Politowski
Talking has been known to lead to communication if practiced carelessly.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#666270: liferea: search for unread unflagged items misbehaves after upgrade

2012-03-30 Thread Bojo42

Am 30.03.2012 10:55, schrieb Michal Politowski:

On Fri, 30 Mar 2012 10:02:33 +0200, Bojo42 wrote:
[...]

Michal thanks for your detailed report. But as this seems clearly an
upstream bug i strongly recommend you that you also report it to the
Liferea devs so it will get fixed.


OK. I hoped that the maintainers would forward it to the right place, but if 
not,
I will try to do it later.


Better do it yourself if you want to have it fixed ;)




On a side note, do think bug #666267 your reported earlier is a
complete different bug?


No idea yet. Might not be but I do not know how to verify it easily. Will think
about it.



Okay, but to me it seems very related and if you think the same please 
close the former bug.




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org