NN708
NN708
Related to https://github.com/Vanilla-OS/live-iso/issues/87. ### Requirements: 1. https://github.com/Vanilla-OS/pico-image/pull/42 be merged. 2. ARM64 packages be available in https://repo2.vanillaos.org, or use the official Debian sid repo as an alternative.
This issue continues the discussion from [this Discord conversation](https://discord.com/channels/1023243680829681704/1023243681324617780/1404121193103097997). ### Feature Description Ptyxis is becoming the default terminal in other GNOME-based distributions, such as [Fedora](https://pagure.io/fedora-workstation/issue/417) and [Ubuntu](https://bugs.launchpad.net/ubuntu/+source/ptyxis/+bug/2108942). It offers native...
When attempting to generate speech using the Chinese voice `zf_xiaobei`, `speaches` throws an error: `language "zh" is not supported by the espeak backend`. ### Steps to reproduce 1. Install the...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Summary This proposal is to build and publish ARM64 version for Hoppscotch Desktop...
This PR introduces standard Linux metadata files, including [XDG desktop entry](https://specifications.freedesktop.org/desktop-entry/latest/) and [AppStream MetaInfo file](https://www.freedesktop.org/software/appstream/docs/chap-Quickstart.html). These files are essential for Linux packaging, particularly for Flatpak. This PR follows the [Flathub...
Resolves #70.
Currently, mirror names must match the pattern `^[a-z0-9_-]+$`. However, some repositories (like the Debian snapshot archive) include capital letters in their names (e.g. https://snapshot.debian.org/archive/debian/20091004T111800Z/).
This PR introduces [AppStream MetaInfo file](https://www.freedesktop.org/software/appstream/docs/chap-Quickstart.html), which is essential for Linux packaging like Flatpak. Related to #5651.