Vanilla-OS / apx-gui

A frontend in GTK 4 and Libadwaita for Apx.
GNU General Public License v3.0
25 stars 5 forks source link

Unable to reuse Subsytem names #53

Closed Eccl3s closed 2 months ago

Eccl3s commented 2 months ago

After a Subsystem has been deleted using the APX gui, the name of the subsystem cannot be reused.

Creating a new subsystem with the same name in cmd line returns:

Creating subsystem 'arch' with stack 'arch'… (0s)Distrobox named 'apx-arch' already exists.

This does not occur when the subsystem is deleted via the command line.

To recreate: 1.) Create subsystem 2.) Delete subsystem using APX gui. 3.) Create new subsystem with the same name.