Sergio Costas
Sergio Costas
Using source it is possible to simplify the chain, reduce memory usage and make execution faster. This MR emulates "exec $@" using "source", thus avoiding to create a new process...
The printing support in Gtk is supported by several DLLs located at /usr/lib/TRIPLET/gtk-X.0 (being X equal to 3 or 4). Unfortunately, that wasn't configured in the layout for Gnome-42, so...
I'm assigning in a bash script the variable BASH_ARGV0, which is the way of modifying the value of $0. Unfortunately, checkshell doesn't recognize it and shows an SC2034 UNUSED VARIABLE....
cgroup: Add Snap/Cgroup monitoring capabilities (alternative MR) This is an alternative MR for adding a Snap/Cgroup monitor that allows other parts of the code to wait until all the instances...
Every time snapd tries to refresh a snap and fails, sending to the user a message to close it, will monitor that snap to detect when it is closed, and...
This MR integrates with https://github.com/snapcore/snapd-desktop-integration/pull/21 to show a Gtk window when a snap is locked because it is being refreshed and can't be launched yet. It implements part of SD136...
Implements an "user hook" called "refresh-available". This "user hook" is called as a user program, and must be defined in the snap's YAML file as an app entry with the...
This MR adds a Snap/Cgroup monitor that allows other parts of the code to wait until all the instances of a Snap have ended and it can be safely refreshed....
By default, xdg-desktop-portal runs with "GIO_USE_VFS=local" to guarantee that it only sends local URIs, but that also means that the user can't access files that are mounted locally using GVfs....
When a remote URI is selected in the portal, and the application is inside a flatpak or a snap, it is not possible to get a local path. This MR...