sonnyp / Commit

Commit message editor
https://apps.gnome.org/Commit/
GNU General Public License v3.0
134 stars 26 forks source link

Surprising warning message #109

Open mbridon opened 7 months ago

mbridon commented 7 months ago

I configured git as follows:

core.editor=flatpak run re.sonny.Commit

As a result, when I git commit then Commit is used to display the window in which I type the commit message, and sometimes I see this in the terminal:

(re.sonny.Commit:2): Gtk-WARNING **: 09:39:52.774: Trying to snapshot GtkGizmo 0x55c85408b790 without a current allocation

Doesn't seem like an actual problem as it's just a warning and not an error, but I guess something, somewhere is incorrectly done :shrug: