Florian Euchner
Florian Euchner
Internally, GTKTerm uses [VTE](https://wiki.gnome.org/Apps/Terminal/VTE) as a terminal emulator widget. So everything related to the visual appearance of the terminal has to be configured through the VTE APIs. As far as...
Hi @tinywrkb :wave: ! I'm certainly open to adding / improving Flatpak support and am happy for any help in that regard. Concerning the issue with the configuration file location,...
Thanks for taking the time to test fe66238bce24e923fcc4a4876296f4dde755d2cd! I have now merged it into the master branch.
Yes, log files are always appended to. I still think that the warning message makes sense the way it is currently expressed, because under `Log->Clear` GTKTerm also provides an option...
Okay, I guess the best way to deal with this then is to simply change the warning message, which apparently can be done using the `confirm-overwrite` signal of GtkFileChooser: https://developer.gnome.org/gtk3/stable/GtkFileChooser.html#GtkFileChooser-confirm-overwrite...
Technically, there should already be an option to configure the terminal size, namely the ``` term_rows = 80 term_columns = 25 ``` configuration options in the loaded profile in `.gtktermrc`....
I know, among other things, I use this terminal tool for ESP8266 and ESP32 programming as well. To use GTKTerm together with scripts, I highly recommend using the `SIGUSR1` and...
Hello Willem, thank you so much for all the work you put into GTKTerm, it is greatly appreciated. So far I have only tested that GTKTerm with GTK4 builds and...
Hi Willem, I just wanted to confirm that I have tested your GTK 4 GTKTerm and that the bare minimum functionalities are there (VTE works, I can communicate over the...
There has to be a better solution to this. If we made `meseconify_doors` global, this would only mean other mods need to add a `mesecons_doors` dependency, which I don't think...