Jamie Gravendeel
Jamie Gravendeel
### Describe the bug Atoms fails to initialize any type of Distrobox container. Tested values are: - tumbleweed:latest - ubuntu:latest - archlinux:latest ### To Reproduce 1. Click on the +...
This option would be for removing containers, since that can only be done via podman directly right now.
The widgets should be ported to Libadwaita 1.4, notably ToolbarView, for a quick overview see https://blogs.gnome.org/alicem/2023/09/15/libadwaita-1-4/
### Describe the request Currently, the app tends to use sentences in titles when it comes to alert dialogs. The title should be title case and contain 2-4 words. Descriptions...
### Describe the request Adding a filter in the preferences dialog leads to a dialog opening on a dialog. Consider using inline navigation instead to avoid this. ### Implementation Details...
### Describe the request Instead of a header suffix, consider using a placeholder button row in an empty state, and have a button row at the end of the list...
With the new asyncio support in PyGObject, it'd be nice if async methods would type their return values as awaitables: `Awaitable[Gio.File]`for `Gtk.FileDialog.open()` for example.
I've noticed that with for example `Gtk.Buildable` or `Gio.ListModel`, I can't add `typing.override` to the vfuncs as they're not recognized in the stubs: ```py from typing import override from gi.repository...