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

Separate terminal emulator app and extension #57

Closed
amezin opened this issue Jul 2, 2021 · 1 comment
Closed

Separate terminal emulator app and extension #57

amezin opened this issue Jul 2, 2021 · 1 comment

Comments

@amezin
Copy link
Member

amezin commented Jul 2, 2021

There are currently two things in one package: a terminal emulator app, and an extension that moves its window/handles global hotkeys.

The app could be distributed as flatpak instead - this will allow using a better language/runtime (for the app, but not the extension) than javascript/gjs (python + pygobject, for example).

The extension already finds the window by its d-bus path - the app could tell the extension which window exactly it should use (through d-bus too). So the app could be a full featured terminal emulator, with only one of the windows acting as a drop-down terminal.

Not sure if flatpak "spawn on host" can be implemented in gjs, or if it requires a rewrite in python. If the latter is true, it makes sense to wait for VTE on Gtk 4 (it can be built already, but not included in GNOME's flatpak runtimes, as far as I can tell).

@amezin
Copy link
Member Author

amezin commented Sep 20, 2023

Given the number of workarounds and hacks required, shipping the app and the extension separately may not be possible - they should have compatible versions, and the compatibility breaks frequently.

Gtk 4 and other improvements will come with GNOME 45 version.

@amezin amezin closed this as not planned Won't fix, can't repro, duplicate, stale Sep 20, 2023
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

1 participant