René de Hesselle

Results 30 comments of René de Hesselle

For anyone interested, I'm maintaining a fork specifically targeted at macOS. The result is a native app that comes bundled with JRE and Streamlink. https://github.com/dehesselle/chatty

FYI, in regards to packaging, JDK 13 is supposed to come with a replacement called [jpackage](https://jdk.java.net/jpackage/).

I have just moved to OpenJDK 14. Chatty runs fine and `jpackage` (which didn't make it into JDK 13 and is still marked as being in incubation stage) does its...

I started my fork because I couldn't find any existing solution for macOS. I wouldn't mind retiring it in favor of a multi-platform solution that could eventually end up as...

A lot of time has passed since I last visited here. - I just brought my fork up to date. It's still completely standalone / relocatable, signed (new!), brings it's...

That depends on what you are looking for in a maintainer. What I can offer is to look after building/packaging/CI for macOS as that is my specialty. I'm not planning...

@giuspen I can build a native macOS app for Cherrytree if you're interested, building and packaging GTK apps for macOS is my specialty. You can take my work for Zim...

I don't want to discourage you from trying to use Homebrew, it's just not what I'm offering to do. I'm looking to use my build stack to bring more GTK...

The first release is ready for testing. - project page: https://gitlab.com/dehesselle/cherrytree_macos - downloads: https://gitlab.com/dehesselle/cherrytree_macos/-/releases - I have not tested the arm version. - macOS Ventura is to be considered **not...

I've been looking into creating a (properly relocatable) application bundle, but that requires some changes to the code which I haven't been able to put together myself (I don't speak...