-
-
Notifications
You must be signed in to change notification settings - Fork 103
Build as Flatpak #917
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
base: jeremypw/gtk4
Are you sure you want to change the base?
Build as Flatpak #917
Conversation
|
Ptyxis might be a better model. I think I trust Christian more to know the right sandbox holes needed https://gitlab.gnome.org/chergert/ptyxis |
|
@danirabbit Thanks, I'll take a look. Either way it needs some fairly advanced programming (by my standards) to get Vte to work as if were installed on the host despite being in a sandbox. Its going to need a fair amount of copying from other projects! Not just a question of punching a few holes with the manifest unfortunately. |
|
One advantage of BlackBox is that it is written in Vala so easier to understand and 'borrow' from 😝 |
* Replace conditional compile with boolean * Avoid throwing some Errors * Utils only used in Flatpak * Make more like existing code * Fix code style
This reverts commit a257bf6. # Conflicts fixed: # meson_options.txt
# Conflicts: # src/MainWindow.vala
|
Something in the |
|
For some reason reverting to using |
Attempt to flatpak Terminal Gtk4
Copies a fair amount of code from BlackBox for spawning commands on the host from within the sandbox, modified to fit in with existing Terminal code.
This is based on the Gtk4 port to minimize the diff, but is not intended to be merged before the port itself has been merged as quite substantial changes are required.