JakobDev
JakobDev
### Problem Give details on your issue. ### Reproducible Project Just add this to your conf.py ```python html_theme_options = { "style_external_links": True } ``` And this comes into your index.rst:...
The [documentation](https://dbus.freedesktop.org/doc/dbus-specification.html#message-protocol-names-member) states the follow: > Strictly speaking, D-Bus property names are not required to follow the same naming restrictions as member names, but D-Bus property names that would not...
This upstream the changes needed for Flatpak. See #71.
I've created created a Flatpak for polished-map. Flatpak is a universal container based package system for Linux. If you create a Flatpak, polished-map can be installed on every Linux Distro...
I [created a Flatpak for Poyrmap](https://github.com/flathub/flathub/pull/3852). While doing this, I created 2 Metadata files for Linux. They re not Flatpak specific, so you may want them in the min repo.
Flatpak
I created a [Flatpak](https://flatpak.org) for wwrando. If you don't know about Flatpak, you can think of it like Docker but for the Linux Desktop. It bundles everything needed to run...
If you run `appstreamcli validate` with no files given, it will exit with a `You need to specify at least one file to validate!` error. With this new option it...
The xdg-desktop-portals are a set of DBus Interfaces that are implemented by every Desktop Environment. They are also available in sandboxed Environments like Flatpak or Snap. They provide a standardized...