Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

window size not opening correctly #158

Open
rnhaddad opened this issue Mar 13, 2020 · 3 comments
Open

window size not opening correctly #158

rnhaddad opened this issue Mar 13, 2020 · 3 comments

Comments

@rnhaddad
Copy link

I could not find this issue (i think there was one related to this already), so i am creating a new one:

First some info:
git show
commit e6c55dc (HEAD -> master, origin/master, origin/HEAD)

config.ini (relevant params):
nedit.textCols=80
nedit.textRows=50

cat /etc/os-release
NAME="Ubuntu"
VERSION="18.04.4 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.4 LTS"
VERSION_ID="18.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic

Problem Description:
nedit Makefile &

The window size here is small (14x5) instead of 80x50 as configured.

Note that, 1 out of 10 times, the window size is open as desired i.e. 80x50.
If i resize the small window (drag the corners), then close the window, then with a high probability the window size re-opens with 80x50 but not always.

The problem seem to be "random", and/or due to some race condition.

@eteran
Copy link
Owner

eteran commented Dec 4, 2020

Are you using nc by any chance? I think I recall battling a similar bug in the past.

@anjohnson
Copy link
Contributor

@eteran I don't think you ever actually fixed the original bug with nc-ng which I suspect is some kind of race condition that also may be responsible for the occasional result that files open in new windows instead of as new tabs in an existing server window. That behavior I see on the Mac as well as on RHEL (if I open 2 files with it I often get 2 new windows). I haven't seen this window-size problem on the Mac though.

@eteran
Copy link
Owner

eteran commented Dec 5, 2020

Yea, that issue IIRC is really tricky, I'll have to revisit it sometime to see if a fresh set of eyes can figure it out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants