-
Notifications
You must be signed in to change notification settings - Fork 219
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
toolbox run command does not work in fedora-silverblue 35 #946
Comments
Did you try running |
Yes, I did.
The command works inside the toolbox container, but not when invoked with
the run command from outside it.
…On Fri, 3 Dec 2021, 18:29 Debarshi Ray, ***@***.***> wrote:
Did you try running /usr/bin/subl from a toolbox enter shell?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#946 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA4GSGLVLARFKW6UZBXL6VLUPEEARANCNFSM5JJJ7ZGQ>
.
|
The toolbox run command exit code is 0 despite subl not launching. |
Do you get any output from |
This is currently expected behaviour (though its not documented). See #867, |
Yes, oddly enough I get 'Sublime Text Build 4121'.
Not sure if it is relevant but I am running inside a gnome-boxes VM client
of silverblue.
Shouldn't make any difference, I don't think.
…On Tue, 7 Dec 2021, 12:57 Ondřej Míchal, ***@***.***> wrote:
Do you get any output from toolbox run -c fedora-toolbox-35 /usr/bin/subl
-v? On my machine this successfully returns the program's version.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#946 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA4GSGNEI7TWIN37K6LYSVLUPYADFANCNFSM5JJJ7ZGQ>
.
|
I used the package install following these instructions: |
And it doesn't work on the host either. |
If Sublime Text is not working on the host either, then the problem is elsewhere. Maybe try using |
Closing, because this doesn't look like a Toolbox problem. Please feel free to leave a comment or re-open if you think otherwise. |
Describe the bug
I wish to start sublime-text-4 text editor which has been installed inside the standard toolbox 'fedora-toolbox-35' from the host, so that I can make a desktop entry for the sublime text editor.
However, when I run the command
toolbox run --container fedora-toolbox-35 /usr/bin/subl
nothing happens. Nothing pertinent is reported in the toolbox logs (podman log fedora-toolbox-35).Steps how to reproduce the behaviour
toolbox run --container fedora-toolbox-35 /usr/bin/subl
Expected behaviour
I expect sublime text 4 to open
Actual behaviour
nothing happens. nothing is written to the log
Screenshots
If applicable, add screenshots to help explain your problem.
Output of
toolbox --version
(v0.0.90+)toolbox version 0.0.99.2
Toolbox package info (
rpm -q toolbox
)toolbox-0.0.99.2^3.git075b9a8d2779-4.fc35.x86_64
Output of
podman version
Podman package info (
rpm -q podman
)podman-3.4.2-1.fc35.x86_64
Info about your OS
Fedora Silverblue 35
uname -a
Linux fedora 5.14.18-300.fc35.x86_64 #1 SMP Fri Nov 12 16:43:17 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Additional context
Add any other context about the problem here.
When did the issue start occurring? After an update (what packages were updated)?
If the issue is about operating with containers/images (creating, using, deleting,..), share here what image you used. If you're unsure, share here the output of
toolbox list -i
(shows all toolbox images on your system).If you see an error message saying:
Error: invalid entry point PID of container <name-of-container>
, add to the ticket output of commandpodman start --attach <name-of-container>
.The text was updated successfully, but these errors were encountered: