Melroy van den Berg
Melroy van den Berg
IPFS is actually using the most memory over time of all my server apps.
All data is stored in `~/.winegui`, including the bottles in the sub folder prefixes within `~/.winegui`. Although you can change this location at your will via the winegui settings.
I would Not advice to change the data folder to `~/.wine`. This as you said could only give you issues. Better would be to change it the other way around....
OK. No problem. I will try to implement default prefix as soon as I can within WineGUI.
MR: https://gitlab.melroy.org/melroy/winegui/-/merge_requests/10
It's implemented already! New release is available (v1.9.0). You can download it here: https://gitlab.melroy.org/melroy/winegui/-/releases
I had already deb packages available for 3 years.
> I meant deb package for WineGUI 1.9.0. It wasn't there when I looked in the repo those 20 hours or so ago. I have to say, this app is...
Must have indeed.
Most likely they are using a textview and get_buffer() which should not be run from a different thread. And can be protected via `gdk_threads_add_idle()`, to avoid those issues.