logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

distrobox generate-entry

Description

       distrobox-generate-entry  will  create a desktop icon for one of the available distroboxes.  This will be
       then deleted when you remove the matching distrobox.

Examples

       Generate an entry for a container

              distrobox generate-entry my-container-name

       Specify a custom icon for the entry

              distrobox generate-entry my-container-name --icon /path/to/icon.png

       Generate an entry for all distroboxes

              distrobox generate-entry --all

       Delete an entry

              distrobox generate-entry container-name --delete

Distrobox                                           Jan 2025                         DISTROBOX-GENERATE-ENTRY(1)

Name

              distrobox generate-entry

Synopsis

distroboxgenerate-entry

              --help/-h:      show this message
              --all/-a:       perform for all distroboxes
              --delete/-d:        delete the entry
              --icon/-i:      specify a custom icon [/path/to/icon] (default auto)
              --root/-r:      perform on rootful distroboxes
              --verbose/-v:       show more verbosity
              --version/-V:       show version

See Also