Terminus: Docking moves the window outside the screen

Created on 30 Jun 2017  路  11Comments  路  Source: Eugeny/terminus

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

image

Bug

Most helpful comment

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'

All 11 comments

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 ?

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'

Please see if the latest alpha resolves this issue.

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.

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

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 } }

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

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'!

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

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.

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

csrgxtu picture csrgxtu  路  31Comments

birdmanmandbir picture birdmanmandbir  路  14Comments

zoraneus picture zoraneus  路  27Comments

marcinbojko picture marcinbojko  路  51Comments

BenoitPoulet picture BenoitPoulet  路  23Comments