On Thu, Jan 22, 2015, at 02:29 AM, Brian Callahan wrote: > Hi ports -- > > Attached is a new port, www/quiterss. QuiteRSS is a free Qt-based > Atom/RSS news reader (think: the Qt version of www/liferea). > > pkg/DESCR: > QuiteRSS is a open-source cross-platform RSS/Atom news feeds reader. It > is designed to be fast and comfortable for the user. It includes an > embedded webkit browser, adblocking, user filters, and proxy > configuration, among many other features. > > --- > > This works well for me on amd64. Note the patch. I don't know if this is > an issue with QuiteRSS, Qt4, Fluxbox, or something else. Would > appreciate testing on the big DEs if possible. With the patch, I can get > QuiteRSS to show and hide itself from the little tray icon. Without it, > once I hide QuiteRSS it is unable to reshow itself. > > OK? > > ~Brian > > Email had 1 attachment: > + quiterss.tgz > 2k (application/x-gtar)
Hi Brian, The port builds and installs fine on OpenBSD i386 snapshot from Jan 22. Upon startup I am hitting a 'SSL Certificate Error!' for 'openstat.net' with the following details: - Error: The issuer certificate of a locally looked up certificate could not be found - Error: The root CA certificate is not trusted for this purpose - Error: No certificates could be verified I told it I don't want it to trust the cert and moved on. I was able to add an RSS feed and view it's content so the application itself seems to be working fine. I did hit a segfault while trying to quit the application from the tray. Xfce4 click on the tray icon and hit 'exit'. $ quiterss Segmentation fault (core dumped) $ Here is the backtrace: #0 0x14da7dc0 in FollowRedirectReply::~FollowRedirectReply () from /usr/local/bin/quiterss (gdb) bt #0 0x14da7dc0 in FollowRedirectReply::~FollowRedirectReply () from /usr/local/bin/quiterss #1 0x0773a925 in qDeleteInEventHandler () from /usr/local/lib/libQtCore.so.9.0 #2 0x0773cb8e in QObject::event () from /usr/local/lib/libQtCore.so.9.0 #3 0x0f98576c in QApplicationPrivate::notify_helper () from /usr/local/lib/libQtGui.so.10.1 #4 0x0f98c1fc in QApplication::notify () from /usr/local/lib/libQtGui.so.10.1 #5 0x0772619a in QCoreApplication::notifyInternal () from /usr/local/lib/libQtCore.so.9.0 #6 0x07729f17 in QCoreApplicationPrivate::sendPostedEvents () from /usr/local/lib/libQtCore.so.9.0 #7 0x0772a3fd in QCoreApplication::sendPostedEvents () from /usr/local/lib/libQtCore.so.9.0 #8 0x0772a535 in QCoreApplication::exec () from /usr/local/lib/libQtCore.so.9.0 #9 0x0f985097 in QApplication::exec () from /usr/local/lib/libQtGui.so.10.1 #10 0x14d897cc in main () from /usr/local/bin/quiterss (gdb) Quitting from in-app menu does not result in a crash. Note that quitting from the tray icon only produced a crash once. I wasn't able to reproduce it yet. Regards, Adam Wolk