probonopd

Results 3543 comments of probonopd

I was able to build "something" but I can't test it right now, so it would be great if someone could, and report back what is working and what is...

Oopsie! Something is not working well yet: ``` me@host:~$ Downloads/TreeSheets-73fa476-x86_64.AppImage Fatal Error: Mismatch between the program and library build versions detected. The library used 3.0 (wchar_t,compiler with C++ ABI 1002,wx...

I think we need to compile with the exact same compiler that was used to build the Wx libraries, the one that comes with the distribution by default. Not a...

Then either 1. Change this software so that it can be compiled using the stock compiler in the oldest still-supported Ubuntu LTS release, which is xenial at this point (preferred)...

Or 4. We patch away the stupid check (it works, I just checked). `sed -i -e 's|1011|1002|g' appdir/usr/bin/treesheets`. @TheAssassin is not gonna like it but it does the trick for...

If it works on xenial and newer, it can pass the tests... give me a second. > I believe AppImages built on bionic are "good enough". As you know, they...

Almost there... now it wants to load resources from where the AppImage is, not from inside the AppImage... ``` me@host:~/squashfs-root$ /home/me/Downloads/TreeSheets-4634caa-x86_64.AppImage w 10:42:41 PM: wxWidgets 3.0.0 l 10:42:41 PM: locale:...

Please try https://github.com/probonopd/treesheets/releases/tag/continuous again now.

Played with it for one minute and already liking it very much. :+1: I wish Excel could learn this neat trick! ![](https://user-images.githubusercontent.com/2480569/64291226-30d6d200-cf57-11e9-8f92-325e5168478e.gif)

> @probonopd hah, you did all this AppImage work before even trying the program itself? :) Yes. All apps I ever run are AppImages at this point. > I'd be...