Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: Article text is jagged and hard to read #1518

Open
rightpad opened this issue Oct 3, 2024 · 0 comments
Open

[BUG]: Article text is jagged and hard to read #1518

rightpad opened this issue Oct 3, 2024 · 0 comments
Assignees
Labels
Type-Defect This is BUG!!!

Comments

@rightpad
Copy link

rightpad commented Oct 3, 2024

Brief description of the issue

Text in the article viewing area is jagged and hard to read. Text in the rest of the UI seems to be unaffected

Screenshot_20241003_095438

How to reproduce the bug?

  1. Launch application with feeds already setup
  2. Navigate to any article

What was the expected result?

Text rendered uniformly with the rest of the application

What actually happened?

Text appears jagged and hard to read

Debug log

time="     0.131" type="debug" -> core: Initializing settings in '/home/user/.var/app/io.github.martinrotter.rssguard/config/RSS Guard 4/config/config.ini' (non-portable way).
time="     0.132" type="debug" -> core: Starting to load active localization. Desired localization is 'en_US'.
time="     0.132" type="debug" -> core: Application localization 'en_US' loaded successfully, specifically sublocalization 'en_US' was loaded.
time="     0.132" type="warning" -> core: Qt localization 'en_US' WAS NOT loaded successfully.
time="     0.388" type="debug" -> database: File-based SQLite database connection 'DatabaseFactory' to file '/home/user/.var/app/io.github.martinrotter.rssguard/config/RSS Guard 4/database/database.db' seems to be established.
time="     0.388" type="debug" -> database: File-based SQLite database has version '8'.
time="     0.388" type="debug" -> gui: Available icon theme paths: QList(/app/share/icons, /usr/share/icons, /usr/share/runtime/share/icons, /run/host/user-share/icons, /run/host/share/icons, :/icons, :/graphics, /home/user/.var/app/io.github.martinrotter.rssguard/config/RSS Guard 4/icons, /app/bin/icons)
time="     0.390" type="debug" -> gui: Installed icon themes are: '', 'Breeze_Light', 'breeze', 'breeze-dark', 'breeze_cursors', 'hicolor', 'oxygen', 'Adwaita', 'AdwaitaLegacy', 'HighContrast', 'default', 'Breeze', 'Breeze Dark', 'Faenza', 'Numix'
time="     0.390" type="debug" -> gui: Loading default system icon theme.
time="     0.390" type="debug" -> gui: Found path of base skin: ':/skins/nudus-base'.
time="     0.390" type="debug" -> gui: Base file ':/skins/nudus-base/html_wrapper.html' exists, using it for the skin.
time="     0.390" type="debug" -> gui: Local file ':/skins/nudus-light/html_style.css' exists, using it for the skin.
time="     0.390" type="debug" -> gui: Base file ':/skins/nudus-base/html_enclosure_image.html' exists, using it for the skin.
time="     0.390" type="debug" -> gui: Base file ':/skins/nudus-base/html_single_message.html' exists, using it for the skin.
time="     0.390" type="debug" -> gui: Base file ':/skins/nudus-base/html_enclosure_every.html' exists, using it for the skin.
time="     0.390" type="debug" -> gui: Local file ':/skins/nudus-light/qt_style.qss' exists, using it for the skin.
time="     0.390" type="debug" -> gui: Base file ':/skins/nudus-base/html_adblocked.html' exists, using it for the skin.
time="     0.390" type="debug" -> gui: OS defines color scheme: 'Qt::ColorScheme::Light'.
time="     0.390" type="debug" -> gui: Setting style: 'Fusion'.
time="     0.391" type="debug" -> gui: Skin 'nudus-light' loaded. Lite: 'false'.
time="     0.392" type="warning" -> core: User CSS style was not provided in file '/home/user/.var/app/io.github.martinrotter.rssguard/config/RSS Guard 4/web/user-styles.css'.
time="     0.392" type="debug" -> network: Persistent web data storage path: '/home/user/.var/app/io.github.martinrotter.rssguard/config/RSS Guard 4/web/storage'.
time="     0.392" type="debug" -> network: Disabling application-wide proxy completely.
time="     0.392" type="debug" -> core: Platform: 'wayland'.
time="     0.392" type="debug" -> core: SQLite version: '3.42.0'.
time="     0.396" type="debug" -> core: OpenSSL version: 'OpenSSL 3.1.7 3 Sep 2024'.
time="     0.396" type="debug" -> core: OpenSSL supported: 'true'.
time="     0.396" type="debug" -> core: Global thread pool has 16 threads.
time="     0.396" type="debug" -> core: Setting locale for LC_NUMERIC to C as libmpv requires it.
time="     0.396" type="debug" -> core: Instantiated class  'Application'.
time="     0.397" type="debug" -> database: SQLite database connection 'MessagesModel' to file '/home/user/.var/app/io.github.martinrotter.rssguard/config/RSS Guard 4/database/database.db' seems to be established.
time="     0.398" type="debug" -> message-model: Repopulated model, SQL statement is now:
 'SELECT Messages.id, Messages.is_read, Messages.is_important, Messages.is_deleted, Messages.is_pdeleted, Messages.feed, Messages.title, Messages.url, Messages.author, Messages.date_created, Messages.contents, Messages.enclosures, Messages.score, Messages.account_id, Messages.custom_id, Messages.custom_hash, Feeds.title, Feeds.is_rtl, CASE WHEN LENGTH(Messages.enclosures) > 10 THEN 'true' ELSE 'false' END AS has_enclosures, (SELECT GROUP_CONCAT(Labels.name) FROM Labels WHERE Messages.labels LIKE '%.' || Labels.custom_id || '.%') as msg_labels, Messages.labels FROM Messages LEFT JOIN Feeds ON Messages.feed = Feeds.custom_id AND Messages.account_id = Feeds.account_id WHERE 0 > 1;'.
time="     0.398" type="debug" -> core: Auto-download timer started with interval 10000 ms.
time="     0.398" type="debug" -> core: Creating FeedDownloader singleton.
time="     0.398" type="debug" -> core: Requesting update for all feeds on application startup.
time="     0.417" type="debug" -> gui: Creating main application form in thread: '2'.
time="     0.422" type="debug" -> gui: Current row changed - proxy 'QModelIndex(-1,-1,0x0,QObject(0x0))', source 'QModelIndex(-1,-1,0x0,QObject(0x0))'.
time="     0.422" type="debug" -> gui: Article list header geometries changed.
time="     0.426" type="debug" -> network: Settings of BaseNetworkAccessManager loaded.
time="     0.458" type="debug" -> gui: Article list header geometries changed.
time="     0.460" type="debug" -> gui: Article list header geometries changed.
time="     0.462" type="debug" -> gui: Article list header geometries changed.
time="     0.464" type="debug" -> gui: Article list header geometries changed.
time="     0.496" type="debug" -> gui: Creating tray icon menu.
time="     0.527" type="debug" -> CTRL is NOT pressed while sorting articles - sorting with standard mode.
time="     0.527" type="debug" -> message-model: Repopulated model, SQL statement is now:
 'SELECT Messages.id, Messages.is_read, Messages.is_important, Messages.is_deleted, Messages.is_pdeleted, Messages.feed, Messages.title, Messages.url, Messages.author, Messages.date_created, Messages.contents, Messages.enclosures, Messages.score, Messages.account_id, Messages.custom_id, Messages.custom_hash, Feeds.title, Feeds.is_rtl, CASE WHEN LENGTH(Messages.enclosures) > 10 THEN 'true' ELSE 'false' END AS has_enclosures, (SELECT GROUP_CONCAT(Labels.name) FROM Labels WHERE Messages.labels LIKE '%.' || Labels.custom_id || '.%') as msg_labels, Messages.labels FROM Messages LEFT JOIN Feeds ON Messages.feed = Feeds.custom_id AND Messages.account_id = Feeds.account_id WHERE 0 > 1 ORDER BY Messages.date_created ASC;'.
time="     0.529" type="debug" -> core: Showing the main window when the application is starting.
time="     0.540" type="debug" -> gui: Article list header geometries changed.
time="     0.541" type="debug" -> gui: Article list header geometries changed.
time="     0.542" type="debug" -> gui: Article list header geometries changed.
time="     0.543" type="debug" -> database: SQLite database connection 'FeedReader' to file '/home/user/.var/app/io.github.martinrotter.rssguard/config/RSS Guard 4/database/database.db' seems to be established.
time="     0.544" type="debug" -> core: Checking for plugins in '/app/bin/../lib/rssguard'.
time="     0.546" type="debug" -> core: Plugin '/app/lib/rssguard/librssguard-feedly.so' loaded.
time="     0.549" type="debug" -> core: Plugin '/app/lib/rssguard/librssguard-gmail.so' loaded.
time="     0.551" type="debug" -> core: Plugin '/app/lib/rssguard/librssguard-greader.so' loaded.
time="     0.553" type="debug" -> core: Plugin '/app/lib/rssguard/librssguard-nextcloud.so' loaded.
time="     0.555" type="debug" -> core: Plugin '/app/lib/rssguard/librssguard-reddit.so' loaded.
time="     0.558" type="debug" -> core: Plugin '/app/lib/rssguard/librssguard-standard.so' loaded.
time="     0.560" type="debug" -> core: Plugin '/app/lib/rssguard/librssguard-ttrss.so' loaded.
time="     0.560" type="debug" -> database: SQLite database connection 'FeedlyEntryPoint' to file '/home/user/.var/app/io.github.martinrotter.rssguard/config/RSS Guard 4/database/database.db' seems to be established.
time="     0.560" type="debug" -> database: SQLite database connection 'GmailEntryPoint' to file '/home/user/.var/app/io.github.martinrotter.rssguard/config/RSS Guard 4/database/database.db' seems to be established.
time="     0.560" type="debug" -> database: SQLite database connection 'GreaderEntryPoint' to file '/home/user/.var/app/io.github.martinrotter.rssguard/config/RSS Guard 4/database/database.db' seems to be established.
time="     0.561" type="debug" -> network: Settings of BaseNetworkAccessManager loaded.
time="     0.561" type="debug" -> network: User does not want handler to be running.
time="     0.561" type="debug" -> core: Destructing 'greader' plugin.
time="     0.561" type="debug" -> database: SQLite database connection 'GreaderServiceRoot' to file '/home/user/.var/app/io.github.martinrotter.rssguard/config/RSS Guard 4/database/database.db' seems to be established.
time="     0.562" type="debug" -> core: Custom ID of feed when loading from DB is 'feed/7'.
time="     0.562" type="debug" -> core: Custom ID of feed when loading from DB is 'feed/6'.
time="     0.562" type="debug" -> core: Custom ID of feed when loading from DB is 'feed/3'.
time="     0.562" type="debug" -> core: Custom ID of feed when loading from DB is 'feed/4'.
time="     0.562" type="debug" -> core: Custom ID of feed when loading from DB is 'feed/1'.
time="     0.562" type="debug" -> core: Custom ID of feed when loading from DB is 'feed/8'.
time="     0.562" type="debug" -> core: Custom ID of feed when loading from DB is 'feed/5'.
time="     0.562" type="debug" -> database: SQLite database connection 'RecycleBin' to file '/home/user/.var/app/io.github.martinrotter.rssguard/config/RSS Guard 4/database/database.db' seems to be established.
time="     0.563" type="debug" -> database: SQLite database connection 'ImportantNode' to file '/home/user/.var/app/io.github.martinrotter.rssguard/config/RSS Guard 4/database/database.db' seems to be established.
time="     0.563" type="debug" -> database: SQLite database connection 'UnreadNode' to file '/home/user/.var/app/io.github.martinrotter.rssguard/config/RSS Guard 4/database/database.db' seems to be established.
time="     0.563" type="debug" -> database: SQLite database connection 'LabelsNode' to file '/home/user/.var/app/io.github.martinrotter.rssguard/config/RSS Guard 4/database/database.db' seems to be established.
time="     0.563" type="debug" -> database: SQLite connection 'GreaderServiceRoot' is already active.
time="     0.563" type="debug" -> database: SQLite database connection 'GreaderServiceRoot' to file '/home/user/.var/app/io.github.martinrotter.rssguard/config/RSS Guard 4/database/database.db' seems to be established.
time="     0.564" type="debug" -> database: SQLite database connection 'NextcloudServiceEntryPoint' to file '/home/user/.var/app/io.github.martinrotter.rssguard/config/RSS Guard 4/database/database.db' seems to be established.
time="     0.564" type="debug" -> database: SQLite database connection 'RedditEntryPoint' to file '/home/user/.var/app/io.github.martinrotter.rssguard/config/RSS Guard 4/database/database.db' seems to be established.
time="     0.564" type="debug" -> database: SQLite database connection 'StandardServiceEntryPoint' to file '/home/user/.var/app/io.github.martinrotter.rssguard/config/RSS Guard 4/database/database.db' seems to be established.
time="     0.565" type="debug" -> database: SQLite database connection 'TtRssServiceEntryPoint' to file '/home/user/.var/app/io.github.martinrotter.rssguard/config/RSS Guard 4/database/database.db' seems to be established.
time="     0.565" type="debug" -> gui: User wants to have tray icon.
time="     0.565" type="warning" -> gui: Showing tray icon with little delay.
time="     0.565" type="debug" -> gui: Feed list item expanded - user (FreshRSS)
time="     0.565" type="debug" -> core: No execution message received from other app instances.
time="     0.645" type="debug" -> gui: Hovered link: 'QUrl()'.
time="     4.104" type="debug" -> nodejs: Packages '@cliqz/[email protected]' are up-to-date.
time="     4.104" type="debug" -> network: Settings of BaseNetworkAccessManager loaded.
time="     4.107" type="warning" -> gui: Tray icon is available, showing now.
time="     4.109" type="debug" -> gui: Creating SystemTrayIcon instance.
time="     4.109" type="debug" -> gui: Showing tray icon immediately.
time="     4.117" type="debug" -> gui: Tray icon displayed.
time="     4.812" type="debug" -> network: Destroying Downloader instance.
time="     4.812" type="debug" -> network: Destroying SilentNetworkAccessManager instance.
time="     4.815" type="debug" -> adblock: Downloaded filter list from 'https://secure.fanboy.co.nz/easylist.txt'.
time="     4.815" type="debug" -> network: Settings of BaseNetworkAccessManager loaded.
time="     5.427" type="debug" -> network: Destroying Downloader instance.
time="     5.427" type="debug" -> network: Destroying SilentNetworkAccessManager instance.
time="     5.431" type="debug" -> adblock: Downloaded filter list from 'https://secure.fanboy.co.nz/easyprivacy.txt'.
time="     5.432" type="debug" -> network: Settings of BaseNetworkAccessManager loaded.
time="     6.077" type="debug" -> network: Destroying Downloader instance.
time="     6.077" type="debug" -> network: Destroying SilentNetworkAccessManager instance.
time="     6.078" type="debug" -> adblock: Downloaded filter list from 'https://secure.fanboy.co.nz/fanboy-social.txt'.
time="     6.084" type="debug" -> adblock: Attempting to start AdBlock server.
time="     8.409" type="debug" -> CTRL is NOT pressed while sorting articles - sorting with standard mode.
time="     8.409" type="debug" -> core: Displaying messages from feeds IDs: ''feed/8'' and URLs: 'https://github.com/martinrotter/rssguard/releases'.
time="     8.410" type="debug" -> message-model: Repopulated model, SQL statement is now:
 'SELECT Messages.id, Messages.is_read, Messages.is_important, Messages.is_deleted, Messages.is_pdeleted, Messages.feed, Messages.title, Messages.url, Messages.author, Messages.date_created, Messages.contents, Messages.enclosures, Messages.score, Messages.account_id, Messages.custom_id, Messages.custom_hash, Feeds.title, Feeds.is_rtl, CASE WHEN LENGTH(Messages.enclosures) > 10 THEN 'true' ELSE 'false' END AS has_enclosures, (SELECT GROUP_CONCAT(Labels.name) FROM Labels WHERE Messages.labels LIKE '%.' || Labels.custom_id || '.%') as msg_labels, Messages.labels FROM Messages LEFT JOIN Feeds ON Messages.feed = Feeds.custom_id AND Messages.account_id = Feeds.account_id WHERE Feeds.custom_id IN ('feed/8') AND Messages.is_deleted = 0 AND Messages.is_pdeleted = 0 AND Messages.account_id = 1 ORDER BY Messages.date_created ASC;'.
time="     8.514" type="debug" -> gui: Article list header geometries changed.
time="    11.413" type="debug" -> gui: Message list got focus with reason 'Qt::MouseFocusReason'.
time="    11.421" type="debug" -> gui: Current row changed - proxy 'QModelIndex(0,6,0x55cefbc5ed80,MessagesProxyModel(0x55cefbc00270, name = MessagesProxyModel))', source 'QModelIndex(0,6,0x0,MessagesModel(0x55cefbc43a90))'.
time="    11.531" type="debug" -> gui: HTML image resizing took 0 miliseconds.
time="    11.619" type="debug" -> gui: Hovered link: 'QUrl()'.
time="    11.623" type="debug" -> network: Settings of BaseNetworkAccessManager loaded.
time="    11.682" type="debug" -> network: Destroying Downloader instance.
time="    11.682" type="debug" -> network: Destroying SilentNetworkAccessManager instance.
time="    11.682" type="debug" -> adblock: Query for blocking info to server took 62 ms.
time="    11.682" type="debug" -> adblock: Inserted blocking data to cache for: 'std::pair(https://github.com/,https://avatars.githubusercontent.com/in/15368?s=60&v=4)'.
time="    12.021" type="debug" -> network: Settings of BaseNetworkAccessManager loaded.
time="    12.051" type="debug" -> network: Destroying Downloader instance.
time="    12.051" type="debug" -> network: Destroying SilentNetworkAccessManager instance.
time="    12.051" type="debug" -> adblock: Query for cosmetic rules to server took 29 ms.
time="    14.599" type="debug" -> gui: Hovered link: 'QUrl(https://github.com/martinrotter/rssguard/commit/9c7f550942d295cb5c0c50389da574801501973e)'.
time="    14.616" type="debug" -> gui: Hovered link: 'QUrl()'.
time="    15.520" type="debug" -> feed-downloader: Starting feed updates from worker in thread '62'.
time="    15.520" type="debug" -> feed-downloader: Synchronizing cache back to server on thread '62'.
time="    15.520" type="debug" -> feed-downloader: All caches synchronized.
time="    15.522" type="debug" -> database: SQLite database connection 'db_connection_62' to file '/home/user/.var/app/io.github.martinrotter.rssguard/config/RSS Guard 4/database/database.db' seems to be established.
time="    15.528" type="debug" -> greader: Percentage of feeds for fetching: '100'.
time="    15.528" type="debug" -> greader: Arguments for login: 'Email=user&Passwd='.
time="    15.528" type="debug" -> greader: Full loging URL: ''.
time="    15.528" type="debug" -> network: Settings of BaseNetworkAccessManager loaded.
time="    15.611" type="debug" -> gui: Current row changed - proxy 'QModelIndex(1,6,0x55cefbc5ed80,MessagesProxyModel(0x55cefbc00270, name = MessagesProxyModel))', source 'QModelIndex(1,6,0x0,MessagesModel(0x55cefbc43a90))'.
time="    15.611" type="debug" -> gui: HTML image resizing took 0 miliseconds.
time="    15.634" type="debug" -> gui: Hovered link: 'QUrl()'.
time="    15.635" type="debug" -> network: Settings of BaseNetworkAccessManager loaded.
time="    15.668" type="debug" -> network: Destroying Downloader instance.
time="    15.669" type="debug" -> network: Destroying SilentNetworkAccessManager instance.
time="    15.669" type="debug" -> adblock: Query for cosmetic rules to server took 34 ms.
time="    15.943" type="debug" -> network: Destroying Downloader instance.
time="    15.944" type="debug" -> network: Destroying SilentNetworkAccessManager instance.
time="    15.944" type="debug" -> greader: Login network result: '200'.
time="    15.944" type="debug" -> greader: Login response data: 'SID=user/f000000000000000000000
LSID=null
Auth=user/f0000000000000000000000
'.
time="    15.944" type="debug" -> greader: Login successful.
time="    15.944" type="debug" -> network: Settings of BaseNetworkAccessManager loaded.
time="    15.974" type="debug" -> network: Destroying Downloader instance.
time="    15.974" type="debug" -> network: Destroying SilentNetworkAccessManager instance.
time="    15.974" type="warning" -> greader: Performing global contents fetching.
time="    15.974" type="debug" -> network: Settings of BaseNetworkAccessManager loaded.
time="    15.992" type="debug" -> network: Destroying Downloader instance.
time="    15.992" type="debug" -> network: Destroying SilentNetworkAccessManager instance.
time="    15.993" type="debug" -> network: Settings of BaseNetworkAccessManager loaded.
time="    16.008" type="debug" -> network: Destroying Downloader instance.
time="    16.008" type="debug" -> network: Destroying SilentNetworkAccessManager instance.
time="    16.012" type="debug" -> database: SQLite database connection 'db_connection_267' to file '/home/user/.var/app/io.github.martinrotter.rssguard/config/RSS Guard 4/database/database.db' seems to be established.
time="    16.012" type="debug" -> database: SQLite database connection 'db_connection_262' to file '/home/user/.var/app/io.github.martinrotter.rssguard/config/RSS Guard 4/database/database.db' seems to be established.
time="    16.012" type="debug" -> database: SQLite database connection 'db_connection_290' to file '/home/user/.var/app/io.github.martinrotter.rssguard/config/RSS Guard 4/database/database.db' seems to be established.
time="    16.012" type="debug" -> database: SQLite database connection 'db_connection_263' to file '/home/user/.var/app/io.github.martinrotter.rssguard/config/RSS Guard 4/database/database.db' seems to be established.time="    16.012" type="debug" -> database: SQLite database connection 'db_connection_275' to file '/home/user/.var/app/io.github.martinrotter.rssguard/config/RSS Guard 4/database/database.db' seems to be established.

time="    16.013" type="debug" -> database: SQLite database connection 'db_connection_276' to file '/home/user/.var/app/io.github.martinrotter.rssguard/config/RSS Guard 4/database/database.db' seems to be established.
time="    16.013" type="debug" -> database: SQLite database connection 'db_connection_268' to file '/home/user/.var/app/io.github.martinrotter.rssguard/config/RSS Guard 4/database/database.db' seems to be established.
time="    16.013" type="debug" -> feed-downloader: Downloaded 0 messages for feed ID 'feed/5',operation took 429 microseconds.
time="    16.013" type="debug" -> feed-downloader: Downloaded 0 messages for feed ID 'feed/1',operation took 444 microseconds.
time="    16.013" type="debug" -> database: SQLite connection 'db_connection_267' is already active.
time="    16.013" type="debug" -> feed-downloader: Downloaded 0 messages for feed ID 'feed/8',operation took 469 microseconds.
time="    16.013" type="debug" -> feed-downloader: Downloaded 0 messages for feed ID 'feed/3',operation took 447 microseconds.time="    16.013" type="debug" -> feed-downloader: Downloaded 0 messages for feed ID 'feed/6',operation took 406 microseconds.time="    16.013" type="debug" -> feed-downloader: Downloaded 0 messages for feed ID 'feed/4',operation took 518 microseconds.


time="    16.013" type="debug" -> feed-downloader: Downloaded 0 messages for feed ID 'feed/7',operation took 439 microseconds.time="    16.013" type="debug" -> database: SQLite database connection 'db_connection_267' to file '/home/user/.var/app/io.github.martinrotter.rssguard/config/RSS Guard 4/database/database.db' seems to be established.

time="    16.013" type="debug" -> No messages to be updated/added in DB for feed 'feed/5'.
time="    16.013" type="debug" -> feed-downloader: Updating messages in DB took 175 microseconds.
time="    16.013" type="debug" -> feed-downloader: 0 unread messages and 0 total messages for feed 'feed/5' stored in DB.
time="    16.013" type="debug" -> feed-downloader: Made progress in feed updates, total feeds count 1/7 (id of feed is 7).
time="    16.013" type="debug" -> database: SQLite connection 'db_connection_275' is already active.
time="    16.013" type="debug" -> database: SQLite database connection 'db_connection_275' to file '/home/user/.var/app/io.github.martinrotter.rssguard/config/RSS Guard 4/database/database.db' seems to be established.
time="    16.013" type="debug" -> No messages to be updated/added in DB for feed 'feed/1'.
time="    16.013" type="debug" -> feed-downloader: Updating messages in DB took 165 microseconds.
time="    16.013" type="debug" -> feed-downloader: 0 unread messages and 0 total messages for feed 'feed/1' stored in DB.
time="    16.013" type="debug" -> feed-downloader: Made progress in feed updates, total feeds count 2/7 (id of feed is 5).
time="    16.013" type="debug" -> database: SQLite connection 'db_connection_290' is already active.
time="    16.013" type="debug" -> database: SQLite database connection 'db_connection_290' to file '/home/user/.var/app/io.github.martinrotter.rssguard/config/RSS Guard 4/database/database.db' seems to be established.
time="    16.013" type="debug" -> No messages to be updated/added in DB for feed 'feed/8'.
time="    16.013" type="debug" -> feed-downloader: Updating messages in DB took 131 microseconds.
time="    16.013" type="debug" -> feed-downloader: 0 unread messages and 0 total messages for feed 'feed/8' stored in DB.
time="    16.013" type="debug" -> feed-downloader: Made progress in feed updates, total feeds count 3/7 (id of feed is 6).
time="    16.013" type="debug" -> database: SQLite connection 'db_connection_276' is already active.
time="    16.013" type="debug" -> database: SQLite database connection 'db_connection_276' to file '/home/user/.var/app/io.github.martinrotter.rssguard/config/RSS Guard 4/database/database.db' seems to be established.
time="    16.013" type="debug" -> No messages to be updated/added in DB for feed 'feed/3'.
time="    16.013" type="debug" -> feed-downloader: Updating messages in DB took 129 microseconds.
time="    16.014" type="debug" -> feed-downloader: 0 unread messages and 0 total messages for feed 'feed/3' stored in DB.
time="    16.014" type="debug" -> feed-downloader: Made progress in feed updates, total feeds count 4/7 (id of feed is 3).
time="    16.014" type="debug" -> database: SQLite connection 'db_connection_268' is already active.
time="    16.014" type="debug" -> database: SQLite database connection 'db_connection_268' to file '/home/user/.var/app/io.github.martinrotter.rssguard/config/RSS Guard 4/database/database.db' seems to be established.
time="    16.014" type="debug" -> No messages to be updated/added in DB for feed 'feed/6'.
time="    16.014" type="debug" -> feed-downloader: Updating messages in DB took 212 microseconds.
time="    16.014" type="debug" -> feed-downloader: 0 unread messages and 0 total messages for feed 'feed/6' stored in DB.
time="    16.014" type="debug" -> feed-downloader: Made progress in feed updates, total feeds count 5/7 (id of feed is 2).
time="    16.014" type="debug" -> database: SQLite connection 'db_connection_262' is already active.
time="    16.014" type="debug" -> database: SQLite database connection 'db_connection_262' to file '/home/user/.var/app/io.github.martinrotter.rssguard/config/RSS Guard 4/database/database.db' seems to be established.
time="    16.014" type="debug" -> No messages to be updated/added in DB for feed 'feed/4'.
time="    16.014" type="debug" -> feed-downloader: Updating messages in DB took 141 microseconds.
time="    16.014" type="debug" -> feed-downloader: 0 unread messages and 0 total messages for feed 'feed/4' stored in DB.
time="    16.014" type="debug" -> feed-downloader: Made progress in feed updates, total feeds count 6/7 (id of feed is 4).
time="    16.014" type="debug" -> database: SQLite connection 'db_connection_263' is already active.
time="    16.014" type="debug" -> database: SQLite database connection 'db_connection_263' to file '/home/user/.var/app/io.github.martinrotter.rssguard/config/RSS Guard 4/database/database.db' seems to be established.
time="    16.014" type="debug" -> No messages to be updated/added in DB for feed 'feed/7'.
time="    16.014" type="debug" -> feed-downloader: Updating messages in DB took 158 microseconds.
time="    16.014" type="debug" -> feed-downloader: 0 unread messages and 0 total messages for feed 'feed/7' stored in DB.
time="    16.014" type="debug" -> feed-downloader: Made progress in feed updates, total feeds count 7/7 (id of feed is 1).
time="    16.017" type="debug" -> feed-downloader: Finished feed updates in thread '62'.
time="    16.034" type="debug" -> CTRL is NOT pressed while sorting articles - sorting with standard mode.
time="    16.035" type="debug" -> message-model: Repopulated model, SQL statement is now:
 'SELECT Messages.id, Messages.is_read, Messages.is_important, Messages.is_deleted, Messages.is_pdeleted, Messages.feed, Messages.title, Messages.url, Messages.author, Messages.date_created, Messages.contents, Messages.enclosures, Messages.score, Messages.account_id, Messages.custom_id, Messages.custom_hash, Feeds.title, Feeds.is_rtl, CASE WHEN LENGTH(Messages.enclosures) > 10 THEN 'true' ELSE 'false' END AS has_enclosures, (SELECT GROUP_CONCAT(Labels.name) FROM Labels WHERE Messages.labels LIKE '%.' || Labels.custom_id || '.%') as msg_labels, Messages.labels FROM Messages LEFT JOIN Feeds ON Messages.feed = Feeds.custom_id AND Messages.account_id = Feeds.account_id WHERE (Feeds.custom_id IN ('feed/8') AND Messages.is_deleted = 0 AND Messages.is_pdeleted = 0 AND Messages.account_id = 1) OR Messages.id = 577 ORDER BY Messages.date_created ASC;'.
time="    16.035" type="debug" -> gui: Current row changed - proxy 'QModelIndex(1,6,0x55cefcad7ca0,MessagesProxyModel(0x55cefbc00270, name = MessagesProxyModel))', source 'QModelIndex(1,6,0x0,MessagesModel(0x55cefbc43a90))'.
time="    16.036" type="debug" -> gui: Reloading of msg selections took 1 miliseconds.
time="    19.437" type="debug" -> gui: Main window hide event
time="    19.437" type="debug" -> gui: Article list header geometries changed.
time="    19.438" type="debug" -> gui: Main window close event

Operating system and version

  • OS: Fedora 40 KDE
  • RSS Guard version: 4.7.4 Flatpak from Flathub
@rightpad rightpad added the Type-Defect This is BUG!!! label Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type-Defect This is BUG!!!
Projects
None yet
Development

No branches or pull requests

2 participants