Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calendar not displayed properly on other monitors #150

Open
randomCharacter opened this issue Mar 29, 2021 · 8 comments · May be fixed by #154
Open

Calendar not displayed properly on other monitors #150

randomCharacter opened this issue Mar 29, 2021 · 8 comments · May be fixed by #154

Comments

@randomCharacter
Copy link

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
Copy link

ruifernandees commented Mar 29, 2021

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

issue

@ruifernandees
Copy link

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

image

@epagone
Copy link

epagone commented Mar 29, 2021

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

@randomCharacter
Copy link
Author

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
Copy link

Thanks! It worked for me!

maxolasersquad added a commit to maxolasersquad/multi-monitors-add-on that referenced this issue Apr 23, 2021
@maxolasersquad maxolasersquad linked a pull request Apr 23, 2021 that will close this issue
maxolasersquad added a commit to maxolasersquad/multi-monitors-add-on that referenced this issue Apr 23, 2021
@nikola-matkovic
Copy link

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

maxolasersquad added a commit to maxolasersquad/multi-monitors-add-on that referenced this issue Aug 19, 2021
@Conmy
Copy link

Conmy commented Feb 7, 2023

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

@tmkowalewski
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants