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-4        3.2.3-4
ii  libgdk-pixbuf2.0-0  2.24.1-1
ii  libglib2.0-0        2.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-1        2.36.1-1
ii  libsqlite3-0        3.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-data        1.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

Reply via email to