Gaël Bonithon
Gaël Bonithon
Labwc 0.5.3 on Arch Linux Here is the code to reproduce the problem: p.c ```c #include #include static gboolean on_button_press (GtkWidget *widget, GdkEvent *event, gpointer user_data) { g_printerr ("%s\n", G_STRLOC);...
Labwc 0.5.3 on Arch Linux I am using a minimal test case with a GtkWindow and a GtkButton that triggers the constraint when pressed, and removes it when released. I...
The first two commits are fixes for what I think are bugs. The third commit is a minimal change to make the notification system usable in practice (from my point...
I had the case recently using my phone as a modem: my IP changed during the openvpn connection process. But in the code, [we have](https://github.com/ProtonVPN/protonvpn-cli/blob/a4bdd7861a0b0d880c6d2f52dd2e6b0837e9c24c/protonvpn-cli.sh#L535): ``` if [[ ("$current_ip" !=...
Labwc 0.5.3 and git-master on Arch Linux Here is the code to reproduce the problem: p.c ```c #include #include #define WINDOW_SIZE 100 static gint offset = 0; static gboolean on_button_press...
### Describe the bug It seems that Nheko uses the `` tag when sending notifications and that this is not compliant with [the specification](https://specifications.freedesktop.org/notification-spec/notification-spec-latest.html). Downstream bug report: https://gitlab.xfce.org/apps/xfce4-notifyd/-/issues/114#note_80890 ### To...
They are in fact sometimes reported, but rarely. I have this problem initially with xfce4-panel, but it's reproducible with a simple GTK window to which you apply `gtk_layer_init_for_window()`. For comparison,...
It's not always reproducible, and it only seems to concern scaling. It's easier to reproduce with current git-master than with 0.7.0, but the offending commit dates from before : 627179b277cba376cc0538128626d64ad6bccbfc...
This is an enhancement request. Currently (0.7.0, git-master), when windows are opened on an output A and another output B is added or removed (enabled/disabled via wlr-output-management), the windows of...
Maybe related to https://github.com/flatpak/xdg-dbus-proxy/issues/25. It works with `--socket=session-bus`, but I don't know what permission to add besides that to make it work. Normally there should be no need for anything...