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

Docking moves the window outside the screen #9

Closed
k0tkin opened this issue Jun 30, 2017 · 11 comments
Closed

Docking moves the window outside the screen #9

k0tkin opened this issue Jun 30, 2017 · 11 comments
Labels

Comments

@k0tkin
Copy link

k0tkin commented Jun 30, 2017

I just changed Dock option to TOP (maybe) and now screen is gone only thumbnail is visible
re-installing didn't help

image

@k0tkin k0tkin changed the title screen is gone in windows 10 screen gone in windows 10 Jun 30, 2017
@Eugeny
Copy link
Owner

Eugeny commented Jun 30, 2017

Have you got multiple screens? What's the layout? Which screen did you pin the app to? Can you please post the content of %APPDATA%\Terminus\window.json ?

@k0tkin
Copy link
Author

k0tkin commented Jun 30, 2017

I found how to fix it
I don't have multiple screen
I have this issue when in config.yaml file dock: bottom but if I change it to 'off' everything is fine
And in window.json, I need to change the value of x,y to Zero

{
	"windowBoundaries": {
		"x": 0,
		"y": -13108,
		"width": 1536,
		"height": 825
	}
}
terminal:
  shell: powershell.exe
  background: theme
  bell: 'off'
hotkeys: {}
appearance:
  tabsLocation: top
  frame: thin
  dock: 'off'

@Eugeny
Copy link
Owner

Eugeny commented Jul 1, 2017

Please see if the latest alpha resolves this issue.

@mpmarius
Copy link

mpmarius commented Jul 1, 2017

Having the same issue. I am using alpha 15.
When i set dock to right the windows dissapears. Other dock positions are working ok.
In window.json x is -32768.

{ "windowBoundaries": { "x": -32768, "y": 0, "width": 2572, "height": 1440 } }

After I set x to 0 and dock to off the windows appears.
I have noticed that after i change the docked terminal size the problem is gone, i can set dock to right.

@compliment
Copy link

@k0tkin re-installing does help, if you manually delete all the files of the program from %APPDATA%\Terminus and Local appdata

@thecodejunkie
Copy link

Same thing just happened to me. Multi screens (side-by-side) and clicked do dock at the bottom of the screen. Running Windows 10

{
	"windowBoundaries": {
		"x": 0,
		"y": -32768,
		"width": 1920,
		"height": 1092
	}
}
```

@Eugeny Eugeny changed the title screen gone in windows 10 Docking moves the window outside the screen Jul 6, 2017
@Eugeny Eugeny mentioned this issue Jul 6, 2017
@Eugeny Eugeny removed the OS: Windows label Jul 6, 2017
Eugeny added a commit that referenced this issue Jul 25, 2017
@ksugiarto
Copy link

Hi, I got the same problem. For now (until the next update) you can completely uninstall and remove folder on your user's AppData on Local and LocalLow folder. You need to show the hidden folder btw. Then you can re-install and got the fresh new Terminus. Don't touch the dock setting again for now lols. Btw thank you, it was beautiful terminal :D

@adamcheney
Copy link

adamcheney commented Mar 7, 2018

Hey folks - just for information, I've just freshly installed alpha-40 and had what looks like the same issue - except I didn't do anything other than set up my first ssh session and restart. That popped the window mostly off the top of the screen (I'm using three screens). I restarted the app and it disappeared altogether. The normal right-click-to-move option is not available. Editing %AppData%/terminus/window.json sorted it - at the second attempt; first attempt resulted in an even-larger negative value for 'y'!

@andriihorpenko
Copy link

Issue appeared again, after changing docking setting my window flew away to -32k pixels by X axis. Strange...

@tommymcgahee
Copy link

tommymcgahee commented Mar 9, 2019

I just had this happen with the latest Alpha and I can't find the new config file location (I've deleted everything in /Users/your-user/AppData/Local/terminus). Is there another location where configuration files are saved that I'm missing?

Edit: Nevermind. Literally putting %APPDATA%\ into explorer opened up the correct place to find the Terninus folder. I'm too used to MacOS.

@13sergy
Copy link

13sergy commented Apr 5, 2019

Delete all this directory. It will be create by default again.
%AppData%/terminus

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

No branches or pull requests

10 participants