Skip to content
#

fedora

Here are 1,049 public repositories matching this topic...

distrobox
89luca89
89luca89 commented Mar 29, 2022

In #118 it was implemented an initialization hook to issue commands after the init and before the main loop starts

It would be useful to have also pre-init-hooks, to issue BEFORE the init starts:

distrobox create --image kdeneon/all:user --name test-neon \
             --pre-init-hooks "userdel -f neon"
enhancement good first issue
open-build-service
JamesNewton
JamesNewton commented Mar 30, 2022

Describe the bug
Because on my Ubuntu 18.04, there is no way to click on wine, then on Fusion 360, and you can't see the desktop icon, I launched it via the command line as shown in #44 with the commands:

F360DIR="$HOME/.wineprefixes/fusion360/"
env WINEPREFIX="${F360DIR}" wine C:\\windows\\command\\start.exe /Unix "${F360DIR}/drive_c/ProgramData/Microsoft/Windows/Start Menu/Programs/A
good first issue

Improve this page

Add a description, image, and links to the fedora topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the fedora topic, visit your repo's landing page and select "manage topics."

Learn more