Results 87 comments of Frédéric Brière

> Program doesn't end Just to be clear, Twinkle will keep running after hanging up, and will only exit with a `QUIT` command. (I admit it's not made very clear,...

> `(sleep 8;echo "call #22#";sleep 4;echo bye;sleep 1;echo quit)|twinkle -c` (For the record, this works fine over here, so the command itself is not at fault.) > Twinkle> Line 1:...

Here's another example with the fulltext search: ![transparent3](https://github.com/user-attachments/assets/a6b63245-85fe-40f0-b385-50c11562e199)

Yes, it's the OG Libra. ☺ (Bought within 1-2 months of release, so it's about as original as one can get.) And while I normally have button flashing enabled, disabling...

I can confirm that commenting out `vsync = true` does solve the issue.

As a bonus, such a profile can also cause "Menu search" to crash. (I was wondering why my Libra was misbehaving; turns out I had left a faulty profile behind...

> ``` > make DESTDIR=appdir install ; find appdir/ > ``` You need to use [`CMAKE_INSTALL_PREFIX`](https://cmake.org/cmake/help/latest/variable/CMAKE_INSTALL_PREFIX.html) instead: ``` cmake .. -DCMAKE_INSTALL_PREFIX=appdir [...] make install ``` Setting [`DESTDIR`](https://cmake.org/cmake/help/latest/envvar/DESTDIR.html) after the build...

While working on something completely unrelated, I just coincidentally discovered that the GUI client has a `--share` option that appears to do exactly what you want.

> Since we both didn't immediately discover it, this makes me wonder why it isn't the default... Because it needs an actual value, such as `--share appdir/usr/local/share/twinkle` in your case.

@urbanware-org Thank you very much for taking the time to provide so many details; this was quite helpful and very much appreciated! I think I know where the (ALSA) bug...