forked from DenysMb/Kontainer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathio.github.DenysMb.Kontainer.metainfo.xml
More file actions
163 lines (148 loc) · 6.23 KB
/
io.github.DenysMb.Kontainer.metainfo.xml
File metadata and controls
163 lines (148 loc) · 6.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>io.github.DenysMb.Kontainer</id>
<name>Kontainer</name>
<summary>Manage Distrobox containers</summary>
<developer id="io.github.denysmb">
<name>Denys Madureira</name>
</developer>
<launchable type="desktop-id">io.github.DenysMb.Kontainer.desktop</launchable>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<branding>
<color type="primary" scheme_preference="light">#8dd3a4</color>
<color type="primary" scheme_preference="dark">#6c8c79</color>
</branding>
<description>
<p>
Kontainer is a graphical user interface (GUI) application built with KDE Kirigami that
provides a user-friendly way to manage Distrobox containers.
</p>
<p>
<em>Container Management</em>: Create new containers from various Linux distributions, delete
existing containers, upgrade containers and list and view all containers. </p>
<p>
<em>Terminal Integration</em>: Open terminal sessions inside containers using the system
default terminal emulator and execute commands within containers. </p>
<p>
<em>Package Management</em>: Install package files inside containers and automatic detection
of appropriate package managers based on container distribution. </p>
<p>
<em>Desktop Integration</em>: Generate desktop shortcuts for containers, full integration with
the host system through Distrobox and color-coded container listing based on distribution. </p>
</description>
<screenshots>
<screenshot type="default">
<image>https://i.imgur.com/wJiluC6.png</image>
<caption>Kontainer main window</caption>
</screenshot>
<screenshot>
<image>https://i.imgur.com/q8Wescd.png</image>
<caption>Kontainer main window without distro icons</caption>
</screenshot>
<screenshot>
<image>https://i.imgur.com/2LqmBL3.png</image>
<caption>Distrobox creation dialog</caption>
</screenshot>
<screenshot>
<image>https://i.imgur.com/eYEadVt.png</image>
<caption>Application management window</caption>
</screenshot>
</screenshots>
<url type="homepage">https://invent.kde.org/denysmb/Kontainer</url>
<content_rating type="oars-1.1" />
<releases>
<release version="1.3.0" date="2025-12-22">
<description>
<p>Add container lifecycle management with start, stop, and reboot capabilities.</p>
<p>Add advanced container creation options including custom images, additional arguments, custom home directories, and volume mounting.</p>
<p>Add Assemble support to import container configurations from distrobox.ini manifest files.</p>
<p>Detect and warn users when Podman or Docker is not installed.</p>
<p>Disable container actions appropriately when the container engine is unavailable.</p>
<p>Fix terminal launcher environment handling and document portal path resolution.</p>
</description>
</release>
<release version="1.2.3" date="2025-11-02">
<description>
<p>Fix an error that prevented Kontainer to start natively installed distrobox inside flatpak'ed konsole.</p>
</description>
</release>
<release version="1.2.2" date="2025-11-02">
<description>
<p>Fix an error so dialogs close correctly after provisioning containers.</p>
</description>
</release>
<release version="1.2.1" date="2025-09-28">
<description>
<p>Fix creation and removal dialogs so they close automatically after the container list refreshes.</p>
<p>Prevent reference errors when updating containers following create or remove operations.</p>
</description>
</release>
<release version="1.2.0" date="2025-09-26">
<description>
<p>Allow cloning an existing container to kickstart new environments quickly.</p>
<p>Add an optional toggle to display container icons.</p>
</description>
</release>
<release version="1.1.0" date="2025-09-21">
<description>
<p>Add "Upgrade all" button to upgrade all distroboxes at once.</p>
<p>Add the ability to export and unexport applications from distroboxes.</p>
</description>
</release>
<release version="1.0.7" date="2025-09-17">
<description>
<p>Ensure terminal actions keep working when Kontainer runs inside Flatpak by spawning the host terminal appropriately.</p>
<p>Use the local checkout as the source in the developer Flatpak manifest to streamline packaging tweaks.</p>
<p>Document separate debug and release build workflows for contributors.</p>
</description>
</release>
<release version="1.0.6" date="2025-09-16">
<description>
<p>Respect the user's preferred terminal emulator while keeping Konsole windows open only when needed.</p>
<p>Refactored the Distrobox helpers into standalone modules and cleaned up the project structure for easier maintenance.</p>
<p>Improved terminal launch flows when installing packages or upgrading containers.</p>
</description>
</release>
<release version="1.0.5" date="2025-06-01">
<description>
<p>
Added Polish translation.
</p>
</description>
</release>
<release version="1.0.4" date="2025-05-16">
<description>
<p>
Added German translation.
</p>
</description>
</release>
<release version="1.0.3" date="2025-05-14">
<description>
<p>
Added Dutch translation and updated UI.
</p>
</description>
</release>
<release version="1.0.2" date="2025-05-13">
<description>
<p>Fixes a bug where the terminal was instantly closed after upgrading distrobox and
installing packages.</p>
<p>
Update Kontainer's application launcher comment.
</p>
</description>
</release>
<release version="1.0.1" date="2025-05-13">
<description>
<p>Added translation support and Portuguese translation.</p>
</description>
</release>
<release version="1.0.0" date="2025-05-11">
<description>
<p>Initial release.</p>
</description>
</release>
</releases>
</component>