gnudatalanguage / gdl

GDL - GNU Data Language
GNU General Public License v2.0
274 stars 61 forks source link

xpos and ypos have no effect on windows procedure #1759

Closed brandy125 closed 6 months ago

brandy125 commented 6 months ago

I experience that on my installation the xpos and ypos keywords have no effect on the windows procedure.

GDL> !gdl
{
    "RELEASE": "1.0.4 git",
    "BUILD_DATE": "Feb 12 2024",
    "EPOCH": 1707706800,
    "GDL_USE_DSFMT": 1,
    "GDL_USE_WX": 1,
    "GDL_POSIX": 1
}
GDL> 

System: Opensuse Tumbleweed with fvwm2 window manager

GillesDuvert commented 6 months ago

works ok for me. Apparently fvwm2 is not very much wxWidgets/GTK compatible (ggogled a bit). I bet the X window (gdl -X) works OK.

GillesDuvert commented 6 months ago

... but of course gdl -X does have its own defects (e.g. no window larger than the screen)

brandy125 commented 6 months ago

Exactly…and the fonts are…ugly.Thanks for testing!I need to figure out how to get it working in fvwm2.On 28 Feb 2024, at 15:42, Giloo @.***> wrote: ... but of course gdl -X does have its own defects (e.g. no window larger than the screen)

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

alaingdl commented 6 months ago

On my laptop running U22.04 I am on xfce4 and I have no problem in X11 or WsWidgets drivers to have the window, xpos=..., ypos=... exactly where they should be located !

GillesDuvert commented 6 months ago

shall we close this issue, and mention that fvwm2 (and probably fvwm, and probably all "old, but fast and reliable" WMs) may not be exactly, uh..., recommended?

brandy125 commented 6 months ago

Sure! Thanks!

On 29. Feb 2024, at 06:12, Giloo @.***> wrote:

shall we close this issue, and mention that fvwm2 (and probably fvwm, and probably all "old, but fast and reliable" WMs) may not be exactly, uh..., recommended?

— Reply to this email directly, view it on GitHub https://github.com/gnudatalanguage/gdl/issues/1759#issuecomment-1970713331, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOC5K6GBY2BE4XB3R53NAY3YV3YHLAVCNFSM6AAAAABD6J6NQGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNZQG4YTGMZTGE. You are receiving this because you authored the thread.

brandy125 commented 6 months ago

Just for completeness.

I commented following lines in my .fvwm2rc and now the xpos and ypos keywords work fine and everything else is as it was before. I am happy!

Style * WindowShadeSteps 64p, SloppyFocus, CenterPlacement
Style * NoPPosition
StubbornIconPlacement
Style "*" RandomPlacement
Style "*" SmartPlacement

Long live FVWM2!