Xyrio / RSSOwlnix

RSSOwlnix is a fork of RSSOwl a powerful application to organize, search and read your RSS, RDF & Atom news feeds in a comfortable way. Highlights are saved searches, notifications, filters, fast fulltext search and a flexible, clean user interface.
Eclipse Public License 1.0
237 stars 22 forks source link

View panel is blank #162

Closed rambo919 closed 1 month ago

rambo919 commented 3 months ago

OS: MX Linux 23.3 based on Debian 12.6 RSSOwlnix version: RSSOwlnix-2.9

Dunno if it's related but had to do an autoremove because there was almost a GB worth of unused packages..... and now I can't see anything. It's definitely there as indicated in the screenshot because you can click and drag the elements at which point they become visible.

Used adaptium to install JDK11 which is now the default and still does not work. Also deleted the .rssowlnix-beta folder (which too had become more than a GB due to bloating over age) and reimported from opml.

Are there specific dependencies that are unlisted? Because I can't find a list anywhere. Screenshot_20240803_120632

Joentjuh commented 1 month ago

Not sure if this works for your situation, for me it was a webkit2gtk + nvidia issue. Running with "WEBKIT_DISABLE_DMABUF_RENDERER=1" solved the issue, also works for liferea and tauri based applications. *https://gitlab.archlinux.org/archlinux/packaging/packages/webkit2gtk/-/issues/1

Either launch with: WEBKIT_DISABLE_DMABUF_RENDERER=1 RSSOwlnix Or create/update the .desktop file: ".local/share/applications/RSSOwlnix.desktop" [Desktop Entry] Name=RSSOwlnix Comment=RSSOwlnix Type=Application Icon=RSSOwlnix Exec=env WEBKIT_DISABLE_DMABUF_RENDERER=1 RSSOwlnix Categories=Qt;Network;News; Terminal=false

rambo919 commented 1 month ago

Yes this works