fedora-silverblue / silverblue-docs

Fedora Silverblue documentation
https://docs.fedoraproject.org/en-US/fedora-silverblue/
61 stars 76 forks source link

Add example on how to export an application from a toolbox to the host #168

Open travier opened 7 months ago

travier commented 7 months ago

See example in https://discussion.fedoraproject.org/t/overlaying-libvirt-on-silverblue-kinoite-sericea-onyx-and-coreos/86312

$ toolbox create virt-manager
$ toolbox enter virt-manager
$ sudo dnf update -y && sudo dnf install -y virt-manager virt-install
$ cp /usr/share/applications/virt-manager.desktop ~/.local/share/applications/
$ cat ~/.local/share/applications/virt-manager.desktop | grep Exec=
Exec=toolbox run --container virt-manager virt-manager
travier commented 7 months ago

And update the partial example in https://docs.fedoraproject.org/en-US/fedora-kinoite/faq/#_how_can_i_install_my_preferred_ide_on_fedora_kinoite