mirror of
https://github.com/89luca89/distrobox.git
synced 2025-02-25 18:55:25 -06:00
@@ -450,10 +450,10 @@ export_application()
|
||||
# by its launcher name.
|
||||
desktop_files=$(
|
||||
# shellcheck disable=SC2086
|
||||
find "${canon_dirs}" -type f -print0 -o -type l -print0 |
|
||||
xargs -0 -I{} grep -l -e "Exec=.*${exported_app}.*" -e "Name=.*${exported_app}.*" "{}" |
|
||||
xargs -0 -I{} grep -L -e "Exec=.*${DISTROBOX_ENTER_PATH:-"distrobox-enter"}.*" "{}" |
|
||||
xargs -0 -I{} printf "%s@" "{}"
|
||||
find "${canon_dirs}" -type f -print0 -o -type l -print0 |
|
||||
xargs -0 -I{} grep -l -e "Exec=.*${exported_app}.*" -e "Name=.*${exported_app}.*" "{}" |
|
||||
xargs -0 -I{} grep -L -e "Exec=.*${DISTROBOX_ENTER_PATH:-"distrobox-enter"}.*" "{}" |
|
||||
xargs -0 -I{} printf "%s@" "{}"
|
||||
)
|
||||
fi
|
||||
|
||||
|
||||
@@ -97,7 +97,8 @@ running them.
|
||||
|
||||
**Clone**
|
||||
|
||||
**Disclaimer**: You need to start the container once to ensure it is fully initialized and created before cloning it. The container being copied must also be stopped before the cloning process can proceed.
|
||||
**Disclaimer**: You need to start the container once to ensure it is fully initialized and created
|
||||
before cloning it. The container being copied must also be stopped before the cloning process can proceed.
|
||||
|
||||
**Available options**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user