Sebastian Geiger

Results 106 comments of Sebastian Geiger
trafficstars

The goal of the non-focus pull up behavior, is to focus the tilda window when the window is still visible but has lost focus. With the *Hide Terminal* option, when...

@Jadzia2341 Tilda instances are numbered by running processes. If you start a second tilda process it will read from `config_1`. The preferences window will tell you in the title which...

Can you look if tilda prints any error message on the shell if you start it? If it prints nothing I would recommend you to compile from source and enable...

Tilda uses `ps` to lookup how many tilda processes are running. Maybe some of the options we rely on are not supported on BSD and that might explain your problem...

If it prints the summary it should actually be successful. Not sure where the not found error comes from. Did you try to run `make` and `make install`

Not sure what you mean with /opt/tilda but your prefix is set to /usr/local. If you want to install into /opt/tilda you should invoke autogen.sh with `--prefix=/opt/tilda --enable-maintainer-mode`

Hi, just some quick comments: 1. I do not think any of the problems are caused by the fact that you executed these commands from a tilda terminal. It should...

I made some changes to locking and file writing during a the development of 1.3 you can try to checkout version 1.2.4 and see if it builds any better.

How did it go? Did you have more success with 1.2.4?

Actually tilda has a routine that cleans up stale lock file on the next start. But i think that might not work properly on BSD.