Kamil Palczewski
Kamil Palczewski
@aichingm the displacement still occurs. I user dash to dock extension with ubuntu 19.10. https://extensions.gnome.org/extension/307/dash-to-dock/ The behavior is the same as written by @damianw345 : > While having dock on...
@frz-dev I was able to add this code: def is_using_gnome(self): if os.environ.get('XDG_CURRENT_DESKTOP', '').lower() == "gnome".lower(): return True if os.environ.get('XDG_CURRENT_DESKTOP', '').lower() == "ubuntu:gnome".lower(): return True return False window_rect = RectCalculator.set_final_window_rect(self.settings, self.window)...
~$ guake --version Guake Terminal: 3.7.1 VTE: 0.60.1 VTE runtime: 0.60.1 Gtk: 3.24.18 Branch master, I can't find `total_width` or `def set_final_window_rect(self):` in guake/guake_app.py
I have commented in #1765
It seems like this is the same issue as https://github.com/Guake/guake/issues/1350
I have commented in #1765
> > This ended up working for me. > > > https://github.com/jordanbaird/Ice > > It needs screen recording permissions. It can work in limited mode without those permissions. Ice worked...