1DISTROBOX-GENERATE-ENTRY(1) User Manual DISTROBOX-GENERATE-ENTRY(1)
2
3
4
6 distrobox generate-entry
7
9 distrobox-generate-entry will create a desktop icon for one of the
10 available distroboxes. This will be then deleted when you remove the
11 matching distrobox.
12
14 distrobox generate-entry
15
16 --help/-h: show this message
17 --all/-a: perform for all distroboxes
18 --delete/-d: delete the entry
19 --icon/-i: specify a custom icon [/path/to/icon] (default auto)
20 --root/-r: perform on rootful distroboxes
21 --verbose/-v: show more verbosity
22 --version/-V: show version
23
25 Generate an entry for a container
26
27 distrobox generate-entry my-container-name
28
29 Specify a custom icon for the entry
30
31 distrobox generate-entry my-container-name --icon /path/to/icon.png
32
33 Generate an entry for all distroboxes
34
35 distrobox generate-entry --all
36
37 Delete an entry
38
39 distrobox generate-entry container-name --delete
40
41
42
43Distrobox Nov 2023 DISTROBOX-GENERATE-ENTRY(1)