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

Unusual theme behavior - incorrect margins, padding, backgrounds #1486

Open
xxfogs opened this issue Nov 20, 2024 · 6 comments
Open

Unusual theme behavior - incorrect margins, padding, backgrounds #1486

xxfogs opened this issue Nov 20, 2024 · 6 comments

Comments

@xxfogs
Copy link

xxfogs commented Nov 20, 2024

Describe the bug
Unusual theme behavior. Incorrect margins, too large of paddings and weird background color containers

To Reproduce
Steps to reproduce the behavior:

  1. Open the app
  2. Witness the margins, paddings, background colors

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
Screencast from 2024-11-20 21-24-14.webm
image

Desktop (please complete the following information):

  • OS: Debian 12
  • DE: Gnome 43.9

Additional context
I am using the WhiteSur theme

@alainm23
Copy link
Owner

How, how did you install Planify? Are you using Flatpak? Did you do any configuration in Planify using Flatseal?

As far as I can see, you are using a custom theme on your desktop, maybe that is the cause, Planify does not support custom themes.

@xxfogs
Copy link
Author

xxfogs commented Nov 20, 2024

I installed Planify using Flatpak. I did not configuration modifications using Flatseal.

Is there a way how I can disable my theme for this specific app?

@xxfogs
Copy link
Author

xxfogs commented Nov 20, 2024

I have tried overriding the theme using the following command:

flatpak override --env=GTK_THEME=Adwaita-dark io.github.alainm23.planify

Untitled

@evanlauerbsu
Copy link

It would be super cool if this software supported custom themes! I think it would look great. It would also provide a lot of customizability vs Todoist, and in my case, fit better into my GNOME desktop,

@xxfogs
Copy link
Author

xxfogs commented Dec 5, 2024

It would be awesome if Planify had such functionality, but what to do now to escape all sorts of visual bugs?

@xxfogs
Copy link
Author

xxfogs commented Dec 9, 2024

For those who are struggling to disable their theme:

Take a look at your system Flatpak overrides using sudo flatpak override --show. If the output contains filesystems=xdg-config/gtk-4.0;, like so:

[Context]
filesystems=xdg-config/gtk-4.0;

Get rid of it by using sudo flatpak override --nofilesystem=xdg-config/gtk-4.0:ro or sudo flatpak override --reset (This one will remove all your overrides)

That way the system theme won't be forced upon an app and you will be able to handpick which apps to apply it to

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

No branches or pull requests

3 participants