Package: malcontent / 0.13.1-1

Metadata

Package Version Patches format
malcontent 0.13.1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
all_apps.patch | (download)

libmalcontent-ui/restrict-applications-selector.c | 69 49 + 20 - 0 !
libmalcontent/app-filter.c | 16 14 + 2 - 0 !
2 files changed, 63 insertions(+), 22 deletions(-)

 allow blocking any installed desktop file

Don't filter only flatpak installed applications, allows filtering out
Debian and Snap apps instead of only Flatpak apps.

This only hides the apps from the Activities Overview but
does not prevent starting the apps in other ways.

Bug: https://gitlab.freedesktop.org/pwithnall/malcontent/-/issues/58

ui Fix wrong a11y role in button.patch | (download)

libmalcontent-ui/user-controls.ui | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 ui: fix wrong a11y role in button

The `Restrict Applications` button lacks the corresponding role,
so an user using a screen reader won't be able to know that they
can push it to expand the list of applications.

This patch fixes this by setting the right a11y role.

(cherry picked from commit 858e67ad851e04d52de5c721f56cc217faa319b8)