spin83 / multi-monitors-add-on

GNU General Public License v2.0
418 stars 97 forks source link

Calendar not displayed properly on other monitors #150

Open randomCharacter opened 3 years ago

randomCharacter commented 3 years ago

The calendar background is transparent on monitors other than primary. GNOME version is 3.36.8 Here are the pictures showing the issue: Screenshot from 2021-03-29 13-35-27 Screenshot from 2021-03-29 13-35-04 Screenshot from 2021-03-29 13-29-35

ruifernandees commented 3 years ago

I have the same problem. (Pop!_OS 20.04 LTS) Gnome Version: 3.36.8

issue

ruifernandees commented 3 years ago

And it's happening a bug with the windows when I go to overview

image

epagone commented 3 years ago

Same problem: Ubuntu 20.04.2 LTS, GNOME Shell 3.36.7, Multi Monitors Add-On version 21

randomCharacter commented 3 years ago

I've managed to make it work by setting width of datemenu-calendar-column to 320px. I'm just not sure how will this work on other resolutions, but it worked fine on few that I tested. For people that want quick fix and have no idea what I just said, add following to the end of ~/.local/share/gnome-shell/extensions/multi-monitors-add-on@spin83/stylesheet.css:

.datemenu-calendar-column {
    width: 320px;
}

After that you'll need to restart GNOME shell, by pressing ALT+F2, input r and press ENTER. If size is not working with your resolution try to increase/decrease it.

ruifernandees commented 3 years ago

Thanks! It worked for me!

nikola-matkovic commented 3 years ago

this trick with css style for calendar works fine for me!

Conmy commented 1 year ago

This fix worked for me Ubuntu 20.04.5 LTS - Gnome Version 3.36.8

tmkowalewski commented 11 months ago

The CSS trick also worked for me (Ubuntu 20.04.6 LTS and GNOME 3.36.8). Commenting so I can find this fix again later, if need be.