Philipp Emanuel Weidmann
Philipp Emanuel Weidmann
Please try to run Final Term in GDB. This might tell you which line in the Vala code causes the crash (if the problem is a segfault or similar). Final...
Hmm... don't quite know what to say here. Looks more like a GLib bug than anything else, since the error message is in obvious conflict with reality.
Since the plugin works fine with Adwaita, I suspect that the fault lies with Arc somehow. Unfortunately, the only thing I know about GTK+ themes is that the underlying API...
The basic problem is that features such as "dark themes" are intended to be enabled by the application that creates the window, in which case passing a simple flag is...
Hegemon isn't ready for prime time, it's a work in (currently slow) progress. I intend to publish official releases once it stabilizes enough to be usable without major caveats, but...
@hawkins Thank you for your interest! There are two things that need to be done here: 1. Allow Hegemon to build without libsensors (#16). I am already working on this....
Thank you for the input. I do not have access to a Windows machine so supporting Windows is not really on my agenda, but I hear there are proper terminal...
It seems that the feed, not the OPML is the actual issue here. Can you post the OPML file in question? If you do not want to make it public,...
Atom used to support only TextMate-style grammars. Now, Atom supports TextMate-style grammars and Tree Sitter grammars. But to my knowledge, there is still no public API for letting arbitrary code...
I agree, but this is unfortunately impossible with Acorn as it does not really support incremental parsing (I just hacked it so it "kind of" does).