screen layout is wrong after update to ubuntu server 16.04 LTS / screen 4.03.01 #31


  • New
  • Defect
Open
Assigned to _ForgeUser7863716
  • _ForgeUser25669028 created this issue Jun 16, 2016

    What steps will reproduce the problem?
    1. Upgrade Ubuntu Server to 16.04 LTS
    2. Start ABM

    What is the expected output? What do you see instead?
    ABM creates a trifold screen with server status at the top half, server log at the bottom left and a menu at the bottom right. BEFORE my upgrade to ubuntu server 16.04 LTS everything worked as intended. Since 16.04 LTS the bottom left shows the menu and the bottom right is empty.

    What version of the product are you using?
    0.2.8 (latest version)

    Do you have an error log of what happened?
    (no error log)

    Please provide any additional information below.
    I found a fix for this behaviour. The linux screen command seems to interpret a command differently - namely "focus down". 16.04 LTS uses screen version 4.03.01 (screen -v| awk '{ print $3 }'). In functions.sh I replaced "focus down" with "focus right" (starting in line 483):
    "[...]select Bukkit_Log
    split -v
    #focus down
    focus right
    select Menu[...]"
    With this change, everthing is fine again :-)

  • _ForgeUser25669028 added the tags New Defect Jun 16, 2016

To post a comment, please login or register a new account.