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

Extraterm window does not maximize over SSH #106

Closed
krishnakumarg1984 opened this issue Jul 4, 2018 · 11 comments
Closed

Extraterm window does not maximize over SSH #106

krishnakumarg1984 opened this issue Jul 4, 2018 · 11 comments

Comments

@krishnakumarg1984
Copy link

I am connected over SSH (with X11 forwarding) to a linux machine which has extraterm installed. When I fire up extraterm, the window opens, but the maximize button does not work.

@sedwards2009
Copy link
Owner

I still need to test this one directly but I strongly suspect that I won't be able to fix the problem as it needs to be handled in the underlying platform (i.e. Electron).

Using a terminal emulator via X11 over SSH is a bit odd and very few people are going to hit it. This is a low prio problem.

thanks for submitting the issue though.

@krishnakumarg1984
Copy link
Author

krishnakumarg1984 commented Jul 6, 2018

@sedwards2009 Let me explain why this is not a corner case and is actually quite important.

I am not convinced that the problem is with electron framework, as this issue does not occur in Terminus, another electron based terminal application with similar goals.

At my university, I have a Linux workstation in my desk. But my research group works out of another campus, where library machines provide wired access to the university's network. Furthermore, the machines all run Windows 7 enterprise edition providing IT services with a common platform for facilitating maintanence. For obvious security reasons, no user is given administrative access. So, connecting to my Linux workstation over SSH with X11 involves using a tool which doesn't require admin rights. The only portable software which bundles SFTP, terminal and X server in a convenient package is mobaxterm which comes as a single portable zip file that is always available in any university machine on my networked home drive. Now, mobaxterm's terminal emulator is based on putty, with support only upto 256 colours and not true colour. I would like to use the cool features of extraterm. So, I log in to my own workstation over mobaxterm's ssh. And simply fire up extraterm which is installed on my workstation. Now, the resulting window cannot be maximised. I don't think it is electron issue. Many others who need portable access to their favourite terminal emulator will be in the same boat as mine. Corporate environments restricts admin rights, so one can simply use a crappy terminal emulator to SSH into own machine and simply invoke the familiar and favourite extraterm

@sedwards2009
Copy link
Owner

@krishnakumarg1984 I can't reproduce the problem here using v0.36. Can you retest this again yourself?

@krishnakumarg1984
Copy link
Author

@sedwards2009 My remote machine is on Arch linux. The AUR package has not yet been updated to v36.0. A soon as I get the update, I shall try it out and update this issue.

@sedwards2009
Copy link
Owner

@krishnakumarg1984 You can also grab the linux version from here on github, unzip it and run it directly from there. It doesn't need any kind of fancy installation process.

@krishnakumarg1984
Copy link
Author

@sedwards2009 Nope. The problem still persists.

I just tried this on the latest release 0.36.1 . Unable to maximise extraterm over SSH.

@hensz
Copy link

hensz commented Sep 25, 2018

Hi!
I also have the same issue, and I'm also using MobaXTerm on Windows to connect to my Linux box. But as stated in #123 I also cannot perform any resize operation, and I also cannot move the window.

The issue occurs on v0.36.2.

@sedwards2009
Copy link
Owner

I just had a look at this and it appears the mobaxterm doesn't like the non-native title bar. Running Extraterm using a plain native title bar works fine. (You can select this in the settings tab.)

I'm not sure there is much I can do about this except add a command line option to force a native titlebar and to put the problem in the FAQ.

@hensz
Copy link

hensz commented Oct 5, 2018

Great, with this setting it works as expected. Thanks a lot!

@krishnakumarg1984
Copy link
Author

This information is not in the FAQ. Has the setting been forced by default on Windows?

@sedwards2009
Copy link
Owner

@krishnakumarg1984 No default setting has been changed for Windows because Extraterm on Windows works fine with the title bar.

The situation here is where Extraterm is running on Linux but its interface is displayed on a Windows machine via mobaxterm.

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

No branches or pull requests

3 participants