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

Strange behaviors on Ubuntu 17.04 #18

Closed
huyvohcmc opened this issue Jul 1, 2017 · 4 comments
Closed

Strange behaviors on Ubuntu 17.04 #18

huyvohcmc opened this issue Jul 1, 2017 · 4 comments

Comments

@huyvohcmc
Copy link

huyvohcmc commented Jul 1, 2017

  1. I don't know why but sometimes the app's window doesn't show up unless you maximize its window in the first few seconds when it was launch.

  2. It doesn't keep the latest terminal size, always reset to this everytime I re-open it:
    image

  3. It cannot be closed using the x button. The only way I can close it is to kill the process in htop.

@huyvohcmc huyvohcmc changed the title Cannot install Terminus on Ubuntu 17.04 Cannot reinstall Terminus on Ubuntu 17.04 Jul 1, 2017
@huyvohcmc huyvohcmc changed the title Cannot reinstall Terminus on Ubuntu 17.04 Strange behavior on Ubuntu 17.04 Jul 1, 2017
@huyvohcmc huyvohcmc changed the title Strange behavior on Ubuntu 17.04 Strange behaviors on Ubuntu 17.04 Jul 1, 2017
@Eugeny
Copy link
Owner

Eugeny commented Jul 1, 2017

Could you please post your config.yaml and window.json, both found in ~/.config/terminus?

@huyvohcmc
Copy link
Author

config.yaml

terminal:
  customColorSchemes:
    - __nonStructural: true
      name: Material
      foreground: '#eceff1'
      background: 'rgba(38, 50, 56, 1)'
      cursor: '#FFCC00'
      colors:
        - '#000000'
        - '#D62341'
        - '#9ECE58'
        - '#FAED70'
        - '#396FE2'
        - '#BB80B3'
        - '#2DDAFD'
        - '#d0d0d0'
        - 'rgba(255, 255, 255, 0.2)'
        - '#FF5370'
        - '#C3E88D'
        - '#FFCB6B'
        - '#82AAFF'
        - '#C792EA'
        - '#89DDFF'
        - '#ffffff'
  colorScheme:
    name: MaterialDark
    foreground: '#e5e5e5'
    background: '#232322'
    cursor: '#16afca'
    colors:
      - '#212121'
      - '#b7141f'
      - '#457b24'
      - '#f6981e'
      - '#134eb2'
      - '#560088'
      - '#0e717c'
      - '#efefef'
      - '#424242'
      - '#e83b3f'
      - '#7aba3a'
      - '#ffea2e'
      - '#54a4f3'
      - '#aa4dbc'
      - '#26bbd1'
      - '#d9d9d9'
  shell: ~default-shell~
  background: theme
  fontSize: 14
hotkeys: {}
appearance:
  frame: native
  dock: 'off'
  tabsLocation: top
  theme: Standard

window.json

{
	"windowBoundaries": {
		"x": 207,
		"y": 114,
		"width": 890,
		"height": 539
	}
}

@jamgregory
Copy link

I'm seeing the same issue on Ubuntu 16.04 if you choose 'native' - I can't close the app using 'x', it just minimises. If I change to 'thin', the 'x' in the app closes it. Similar experience if trying to use 'close' from the Unity sidebar.

@Eugeny
Copy link
Owner

Eugeny commented Jul 15, 2017

Window button behaviour is now fixed.

@Eugeny Eugeny closed this as completed in 3c74b8e Mar 11, 2018
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