#1391 closed defect (invalid)
bb library, chicken 4.9.0.1, xubuntu x86, window title is random garbled non-ascii text
Reported by: | alex_s | Owned by: | Alex S. |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | unknown | Version: | 4.9.x |
Keywords: | Cc: | a.se8seven@… | |
Estimated difficulty: | easy |
Description
Hello,
In the bb library, on xubuntu x86, when I pass (text "title") or (text 'title) I do not see the string "title" at the top of the screen, but rather a random string of non-ASCII characters in the title bar of the window. Anytime I restart the program, the random string will change. I have installed chicken-bin from the synaptic repos and have version 4.9.0.1 installed.
Any of the example code on the bb egg-ref is also affected by this bug on my machine.
Please let me know if any further explanation is required, if you'd like me to upload screenshots, or if I can assist in debugging this issue in any way.
Thanks very much,
Alex S.
Change History (1)
comment:1 Changed 7 years ago by
Priority: | major → minor |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Just as an update:
I can set a window's title correctly through assigning the bb:property "text" the desired string i.e, (set! (bb:property main-win 'text) "the title") instead of passing the text property of the window through to bb:render, so I'm good to go.