[LAD] Re: LV2 X11 plugin questions
Hermann Meyer <brummer--S0/[email protected]> Fri, 4 Jul 2025 12:53:58 +0200
| Newsgroups | gmane.linux.audio.devel |
|---|---|
| Message-ID | <[email protected]> |
Am 04.07.25 um 12:17 schrieb Fons Adriaensen: > Hello all, > > I'm finally experimenting with LV2 GUIs, in particular X11 ones. > > Q1: How do I make the GUI window fixed size ? Tried adding > 'ui:fixedSize' as a required feature, but that doesn't work. For X11 windows you set the XSetWMNormalHints to your needs. https://github.com/lv2/suil/blob/main/src/x11_in_gtk2.c#L187 > Q2: In Ardour preferences I have > 'Closing a plugin window only hides the window'. > Yet actually the GUI is destroyed. Bug or feature ? > > > TIA, > _______________________________________________ Linux-audio-dev mailing list -- linux-audio-dev-cunTk1MwBs/[email protected] To unsubscribe send an email to linux-audio-dev-leave-cunTk1MwBs/[email protected]