On Sun, Dec 07, 2014 at 11:55:43AM +0100, Johannes Hofmann wrote:
On Sat, Dec 06, 2014 at 01:22:06PM +0100, v4hn wrote:
For me it's:
$ xprop WM_STATE(WM_STATE): window state: Normal icon window: 0x0 _NET_WM_ICON(CARDINAL) = WM_HINTS(WM_HINTS): Client accepts input or input focus: True XdndAware(ATOM) = ATOM WM_CLASS(STRING) = "dillo", "Dillo" _MOTIF_WM_HINTS(_MOTIF_WM_HINTS) = 0x0, 0x1, 0x1, 0x0, 0x0 WM_NORMAL_HINTS(WM_SIZE_HINTS): program specified minimum size: 100 by 101 window gravity: Static WM_PROTOCOLS(ATOM): protocols WM_DELETE_WINDOW WM_ICON_NAME(STRING) = "Dillo: Splash screen for dillo-3.0.4.1" _NET_WM_ICON_NAME(UTF8_STRING) = "Dillo: Splash screen for dillo-3.0.4.1" WM_NAME(STRING) = "Dillo: Splash screen for dillo-3.0.4.1" _NET_WM_NAME(UTF8_STRING) = "Dillo: Splash screen for dillo-3.0.4.1"
So yes, I see more realistic/useful size hints over here.
very odd. Are you 100% sure your dillo version is linked with fltk-1.3.3 and not fltk-1.3.2? Do you maybe still have fltk-1.3.2 headers or libs somewhere on your system?
I'm 100% sure I have only fltk 1.3.3 around. Also if I try to build dillo-3.0.4 on this machine I get the oldfocus symbol error which is fixed in 3.0.4.1.
Are you using a prebuilt fltk-1.3.3 or did you compile from source?
I'm running Lunar-Linux which builds everything from source. The build instructions for fltk can be found here: https://github.com/lunar-linux/moonbase-other/tree/master/libs/fltk Dillo's instructions are available here: https://github.com/lunar-linux/moonbase-other/tree/master/web/dillo The only thing I changed in there is the version number and checksum. v4hn