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

preferences -> layout -> add/save does nothing #877

Closed
stolpeo opened this issue Jan 29, 2024 · 1 comment
Closed

preferences -> layout -> add/save does nothing #877

stolpeo opened this issue Jan 29, 2024 · 1 comment

Comments

@stolpeo
Copy link

stolpeo commented Jan 29, 2024

Describe the bug
I want to save a layout I created. Going to preferences -> layout and clicking add or save does nothing. The config file doesn't change. The config file exists in ~/.config/terminator/config

To Reproduce
See above.

Expected behavior
Layout is saved

Desktop (please complete the following information):

  • Ubuntu 22.04 LTS

Additional context
Terminator 2.1.1

[global_config]
  case_sensitive = False
[keybindings]
[profiles]
  [[default]]
    background_color = "#282828"
    cursor_color = "#aaaaaa"
    foreground_color = "#ebdbb2"
    scrollback_infinite = True
    palette = "#282828:#cc241d:#98971a:#d79921:#458588:#b16286:#689d6a:#a89984:#928374:#fb4934:#b8bb26:#fabd2f:#83a598:#d3869b:#8ec07c:#ebdbb2"
  [[development]]
    cursor_color = "#aaaaaa"
[layouts]
  [[default]]
    [[[window0]]]
      type = Window
      parent = ""
    [[[child1]]]
      type = Terminal
      parent = window0
      profile = development
[plugins]
@mattrose
Copy link
Member

Fixed in #882

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

2 participants