JakobDev
JakobDev
Flatpak
I've created a [Flatpak](https://flatpak.org) package for PokeFinder, which allows easier Installation on Linux. [Here are the build files](https://github.com/user-attachments/files/15605229/PokeFinder-linux.tar.gz). PokeFinder works (except 2 little patches) out of the box, so you...
### Describe the bug Sphinx automodule fails when a TypedDict contains a hyped key ### How to Reproduce Try to use automodule on this file: ```python from typing import TypedDict...
### Please confirm your submission meets all the criteria - [x] Please describe the application briefly. This is rebase of [io.github.Arisotura.CoinKiller](https://flathub.org/apps/io.github.Arisotura.CoinKiller) - [x] The domain used for the application ID...
This allows to pass all device permissions to a subsandbox
### Checklist - [X] I agree to follow the [Code of Conduct](https://github.com/flatpak/flatpak/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/flatpak/flatpak/issues) for a bug that matches...
This implements `glfwSetWindowIcon` on Wayland. This requires the Compositor to support the [XDG toplevel icon protocol](https://wayland.app/protocols/xdg-toplevel-icon-v1). At the moment this is only supported on the latest KDE version 6.3. Screenshot...
This PR adds implements the [Cursor shape protocol](https://wayland.app/protocols/cursor-shape-v1) on Wayland. This protocol let's the Compositor render the cursor, so the cursor looks the same on every program. The protocol is...
It would be nice, if the Android Version of Firefox could be supported.
This PR aims to enhance the handling of custom installations. Currently, there are two default installation types: - The system installation located in `/var/lib/flatpak` (modifiable via `FLATPAK_SYSTEM_DIR` and as a...
Flatpaks currently store their data in `~/.var/app/`. This PR introduces the ability to set a custom data directory. This can be achieved in two ways: 1. You can set a...