nullicorn
nullicorn
Exporting as a tileset, either from the GUI or CLI, results in empty metadata for layers, slices and tags. For example, a `components.aseprite` file that has at least one layer,...
[aseprite-thumbnailer](https://github.com/aseprite/aseprite/tree/0d5075f/src/desktop/linux/aseprite-thumbnailer) was failing (on Ubuntu 23.10) due to `Bad substitution` on this line: https://github.com/aseprite/aseprite/blob/0d5075ff9363c3d7d7c1918458b5aea3bc876100/src/desktop/linux/aseprite-thumbnailer#L10 I think the script was written in an environment where `sh` linked to `bash`, whereas some...
**Describe the bug** The extension that comes bundled with Ubuntu 24.04 is missing the `media` and `schemas` directories in `/usr/share/gnome-shell/extensions/[email protected]/`. It looks like the same situation and symptoms as #218,...
When `org.gnome.desktop.wm.preferences.button-layout` has nothing on either side of the `:`, [this warning](https://github.com/PolyMeilex/sctk-adwaita/blob/c7a13f9dfb685406598630a1e001af29aeb196ce/src/buttons.rs#L172) gets logged. [These lines](https://github.com/PolyMeilex/sctk-adwaita/blob/c7a13f9dfb685406598630a1e001af29aeb196ce/src/config.rs#L42-L55) in `get_button_layout_config` produce the empty halves, and then [this `split`](https://github.com/PolyMeilex/sctk-adwaita/blob/c7a13f9dfb685406598630a1e001af29aeb196ce/src/buttons.rs#L162) in `parse_button_layout_side` doesn't catch...