silverblue-tools
silverblue-tools copied to clipboard
Collection of scripts for silverblue related technologies
Right now, when running `toolbox-export program` inside a named toolbox, the generated `.desktop` entries do not work. The user needs to specify the container name using the `-c` argument. I...
I suggest the .desktop files created be placed in a subdirectory of `~/.local/share/applications` such as `./toolbox/` for easier organization. Would that be viable?
Fixes error: `UnboundLocalError: cannot access local variable 'command' where it is not associated with a value`
Hi, When I launch VS Code via the `.desktop` file created by `toolbox-export` it creates a duplicate icon and does not recognize `StartupWMClass` in the file pasted below. If I...
```bash toolbox create -i registry.fedoraproject.org/fedora-toolbox:37 -c rawhide toolbox enter rawhide ``` When I follow the above steps to create a container, toolbox-export does not recognize the correct container name.