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

GUI does not show quotes for arguments #113

Open
jim3692 opened this issue Jul 20, 2024 · 1 comment
Open

GUI does not show quotes for arguments #113

jim3692 opened this issue Jul 20, 2024 · 1 comment

Comments

@jim3692
Copy link

jim3692 commented Jul 20, 2024

Output of bubblejail --version

0.9.0

Your distro name and version

Arch Linux

Description

When I create a new instance with quoted default arguments for example:
bash -c "exec ~/.nix-profile/bin/google-chrome-stable"

The TOML file correctly shows:

executable_name = [
    "bash",
    "-c",
    "exec ~/.nix-profile/bin/google-chrome-stable",
]

But in the GUI I only see:
bash -c exec ~/.nix-profile/bin/google-chrome-stable

It is not causing issues on startup, since the TOML is correct, but it creates confusion in the config screen.

@igo95862
Copy link
Owner

Hello @jim3692

The issue is that GUI will try to use a space-separated arguments even though the actual setting is a list of strings.

I have plans on reworking the GUI I and will address this issue.

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