You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
It seems that lines with init_hooks in the ini file are not executed
To Reproduce
try to execute any .ini file with init_hooks inside
Expected behavior
like in the previous version, performing distrobox assemble create --file file.ini create a distrobox container and execute all the init-hooks inside.
printf 'distrobox enter %s\n\n' multiviewer
distrobox enter multiviewer
'[' 0 -eq 0 ']'
'[' 1 -ne 0 ']'
/usr/bin/distrobox-generate-entry multiviewer
Successfully copied 2.05kB to /tmp/multiviewer.os-release
'[' -n 1 ']'
'[' 1 -eq 1 ']'
/usr/bin/distrobox enter multiviewer -- touch /dev/null
Starting container... [ OK ]
Installing basic packages... [ OK ]
Setting up devpts mounts... [ OK ]
Setting up read-only mounts... [ OK ]
Setting up read-write mounts... [ OK ]
Setting up host's sockets integration... [ OK ]
Integrating host's themes, icons, fonts... [ OK ]
Setting up distrobox profile... [ OK ]
Setting up sudo... [ OK ]
Setting up user groups... [ OK ]
Setting up user's group list... [ OK ]
Setting up existing user... [ OK ]
Ensuring user's access... [ OK ]
Executing init hooks... [ OK ]
Container Setup Complete!
'[' -n multiviewer-for-f1 ']'
/usr/bin/distrobox enter multiviewer -- touch /dev/null
IFS=¤
for apps in ${exported_apps}
IFS=' '
for app in ${apps}
/usr/bin/distrobox enter multiviewer -- distrobox-export --app multiviewer-for-f1
Error: cannot find any desktop files.
Error: trying to export a non-installed application.
Describe the bug
It seems that lines with init_hooks in the ini file are not executed
To Reproduce
try to execute any .ini file with init_hooks inside
Expected behavior
like in the previous version, performing distrobox assemble create --file file.ini create a distrobox container and execute all the init-hooks inside.
Logs
Distrobox 'multiviewer' successfully created.
printf 'To enter, run:\n\n'
To enter, run:
'[' 0 -eq 1 ']'
'[' 1000 -eq 0 ']'
'[' 0 -eq 0 ']'
printf 'distrobox enter %s\n\n' multiviewer
distrobox enter multiviewer
'[' 0 -eq 0 ']'
'[' 1 -ne 0 ']'
/usr/bin/distrobox-generate-entry multiviewer
Successfully copied 2.05kB to /tmp/multiviewer.os-release
'[' -n 1 ']'
'[' 1 -eq 1 ']'
/usr/bin/distrobox enter multiviewer -- touch /dev/null
Starting container... [ OK ]
Installing basic packages... [ OK ]
Setting up devpts mounts... [ OK ]
Setting up read-only mounts... [ OK ]
Setting up read-write mounts... [ OK ]
Setting up host's sockets integration... [ OK ]
Integrating host's themes, icons, fonts... [ OK ]
Setting up distrobox profile... [ OK ]
Setting up sudo... [ OK ]
Setting up user groups... [ OK ]
Setting up user's group list... [ OK ]
Setting up existing user... [ OK ]
Ensuring user's access... [ OK ]
Executing init hooks... [ OK ]
Container Setup Complete!
Error: cannot find any desktop files.
Error: trying to export a non-installed application.
my .ini file
when it comes to performing "Executing init hooks... [ OK ]" the execution takes barely a couple of seconds
The text was updated successfully, but these errors were encountered: