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

[bug 827] - toggle-visibility no longer opens a new window if terminator is running #826

Closed

Conversation

gfickel
Copy link

@gfickel gfickel commented Sep 17, 2023

A recent PR #797 added the toggle-visibility option to circumvent some wayland problems. There was a problem, though: it would also create a new Terminator window on each toggle. Tested on Ubuntu 23.04.

The fix

I simply changed the if/else position. On the original PR, ipc.new_window_cmdline(optionslist) would always by running terminator --toggle-visibility, and now a new window will never be created if --toggle-visibility is passed, as I believe would be the expected usage.

@gfickel gfickel changed the title FIX: toggle-visibility no longer opens a new window if terminator is running [bug 827] - toggle-visibility no longer opens a new window if terminator is running Sep 17, 2023
@j-d-r
Copy link
Contributor

j-d-r commented Sep 18, 2023

Duplicate of PR: #824

@j-d-r
Copy link
Contributor

j-d-r commented Sep 18, 2023

Your fix will not fix --new-tab

@mattrose
Copy link
Member

mattrose commented Feb 5, 2024

Closing as dupe of #824

@mattrose mattrose closed this Feb 5, 2024
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

Successfully merging this pull request may close these issues.

3 participants