Hi, I use UBUNTU 22.04 incl. all updates. I installed TiddlyDesktop-linux64-v0.0.15-prerelease.4
the nw executable shows rwxrwxrwx. Starting with ./nw shows me the following error message:
I’m guessing that Ubuntu 20.04 added new security features that break TD. Hopefully they will be reported and fixed.
But there are many ways to use tiddlywiki, and tiddlydesktop is just one of them. Did you try TWPY? It was developed by a new user who had your same problem on your exact version of Ubuntu. Since it uses python, which is on every linux machine, it should work for you.
You can also serve up TiddlyWiki files with rclone. I start it from the command line like:
./rclone serve webdav ~/data/Wikis --addr :8080 --vfs-cache-mode full
Then everything inside the Wikis folder becomes available at http://127.0.0.1:8080
And a very common, choice is using timimi. Though I don’t know if it has any problems with ubuntu 20.04.
Also remember tiddlyhost.com is a great way to create tiddlywiki’s online and accessible via most browsers. I suppose it can all depend on your long term goals but don’t give up due to your current experience, it is uncommon.
Well, it’s SNAP that’s making things complicated. Could you install chromium using the standard distribution package? That’s what I do, and I’ve never had problems. There’s also TWPY mentioned above from someone using a setup similar to yours.
And, since you have Chromium installed, you might look at the TW5-browser-nativesaver . It is a plugin that allows your TiddlyWiki file to save itself to a local, designated location on the hard drive.