Sergio Costas

Results 212 comments of Sergio Costas

I still have to discuss with @sergiusens and @kenvandine if it is a good idea to replace the "bind"s with "symlink"s. But at this moment it seems the only solution.

What about using a setting in snapd? Something like "snap set system refresh.max-inhibition-days XX"

I prepared a spec https://docs.google.com/document/d/1ZdKwvu-WRyAKLahFD7Tq_gEAwdt38VBu4KU6w31TZjo and a new MR https://github.com/snapcore/snapd/pull/13485 (I tried to add the changes in this MR, but I had no permissions).

In fact, using this patch in Gnome Shell 45 results in a tiny, empty dock, and a lot of messages in journal like this one: Can't update stage views actor...

@RyzenDew Are you using Gnome 45 or Gnome 46?

Ok, there are some extra problems: ``` JS ERROR: TypeError: (intermediate value).cairo_set_source_color is not a function _drawIndicator@file:///home/raster/.local/share/gnome-shell/extensions/[email protected]/appIconIndicators.js:411:17 ``` For some reason, it can't find that function. Also ``` Error: No...

More things to fix: ``` The GObject property St.ScrollView.hscroll is deprecated. 0 ensureActorVisibleInScrollView() ["file:///home/raster/.local/share/gnome-shell/extensions/[email protected]/dash.js":1113:38] ```

Fixed the cairo_set_source_color bug.

And fixed the signal problem.

@RyzenDew I'm unable to reproduce those errors. Can you try again with the new changes that I added, just in case?