Integral

Results 79 issues of Integral

Fix issue https://github.com/ProtonMail/proton-bridge/issues/443

It would be great if this app could be published on [F-Droid](https://f-droid.org).

### Background Sometimes upstream API changes can trigger CO-RE failure in mainline kernel, such as issue #482. Therefore, it is recommended to add latest mainline kernel to tests. ### Checklist...

ci
not-yet-tested

## Summary - When ownership or mutability is not needed, prefer `Path` to `PathBuf`. ## Type of change - [ ] Bug fix - [ ] Feature - [x] Refactor...

[The metainfo file (com.nitrokey.nitrokey-app2.metainfo.xml)](com.nitrokey.nitrokey-app2.metainfo.xml) says GPL-3.0+ license: ```xml GPL-3.0+ ``` However, [Apache-2.0 license](https://github.com/Nitrokey/nitrokey-app2/blob/main/LICENSE) is used in the repository.

- According to [FHS (Filesystem Hierarchy Standard)](https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#etcHostspecificSystemConfiguration): > The /etc hierarchy contains configuration files. A "configuration file" is a local file used to control the operation of a program; it...

Currently, the GUI control tool uses tkinter/tk, which only supports X11. IMHO, we can switch to a Wayland compatible GUI library, like PyQt.

According to the official website of [[archlinuxcn]](https://www.archlinuxcn.org/archlinux-cn-repo-and-mirror): > Q: 我是 Manjaro 用户,我可以使用 [archlinuxcn] 仓库吗? > > A: 不建议这样做。[archlinuxcn] 仓库只支持 Arch Linux,在衍生发行版上使用可能出现问题。如果您在非 Arch Linux 系统上使用 [archlinuxcn] 仓库遇到了问题,请不要将问题报告给我们。

This pull request adds a customized `makepkg.conf` to improve build times: 1. [Parallel compilation](https://wiki.archlinux.org/title/Makepkg#Parallel_compilation) 2. [Utilize multiple cores on compression](https://wiki.archlinux.org/title/Makepkg#Use_other_compression_algorithms)