César Izurieta
César Izurieta
Just as a quick note for anyone that stumbles upon this, using `BUILDAH_FORMAT=docker` makes podman build docker-format images and makes it possible to push those to Heroku.
@julienduroure did you end up opening this issue on the blender issue tracker? Could you share a link to that?
I'm having the same problem. This is the backtrace I get (same address as @jbigler): ``` #0 0x0000000000dbf060 in () #1 0x00007f6b8b550072 in node::http2::Http2Session::Callbacks::Callbacks(bool) () at /home/cesar/opt/Inky-linux-x64/libnode.so #2 0x00007f6b8b550135 in...
A few options: - Some commands (like with `git` for example) treat everything after an isolated double dash (`--`) as file parameters, ej: `git checkout -- somefile` - Treat anything...
This is still happening with yarn version 1.15.2.
I'm not really sure how to proceed. I've been running recompiled versions for the past month and have had no problems. I think that to have this merged onto gtk+...
The patches are already posted on the gnome bugzilla (the link is on the first message of this thread). There where some comments there but mainly that the `set_hide_title_bar_when_maximized` may...
@jhasse yes, it works for wayland, for all apps that have a "normal" titlebar. This means titlebars painted by gtk (gtk+3 apps) or by mutter (all other X apps). Other...
The main problem I believe is the function `guessWindowXID(win)` in `decoration.js` that tries to use `xwininfo` and `xprop` to find the window id and then `getOriginalState(win)` and others that use...
pixel-saver sets the `_GTK_HIDE_TITLEBAR_WHEN_MAXIMIZED` x property that the mutter understands and hides the decoration. The problem will be how to communicate that to mutter when using wayland, since mutter is...