-
Notifications
You must be signed in to change notification settings - Fork 54
see window around the Gnome-Pie graph #192
Comments
This behavior strongly depends on the window manager and there seems to be no real ubiquitous solution. Which window manager are you using? Gnome-Pie actually requests a not-decorated window: Gnome-Pie/src/renderers/pieWindow.vala Line 128 in 02e26da
But this is ignored by some. There is also the type hint, which makes some window managers remove decorations: Gnome-Pie/src/renderers/pieWindow.vala Line 127 in 02e26da
You could try another type hint there. Here's a list: https://valadoc.org/gdk-3.0/Gdk.WindowTypeHint.html For example, this.set_type_hint(Gdk.WindowTypeHint.SPLASHSCREEN); could work.
|
@Schneegans I'm using Awesome tiling Window Manager. So good to know about the Vala code on pieWindow.vala code... I tryed to change DIALOG by DOCK and it is far better... now i don't have this window container, but still get the green border color that awesome-wm-nice show me for selected "container", but i think i can do something from Awesome to add an exception to not design the border on this Gnome-Pie container. I consider the problem to be partialy resolved (then tyhank you @Schneegans for your great help), but still would be happy to know why it does not happen under Archlinux that it do happen inder Fedora with the same Awesome WM... i have to check this part of the Vala source code to compare, maybe. Or there is something more ? |
Did you compile it on Arch from source as well? Maybe the package maintainers modified this part? |
No, from AUR repo named "gnome-pie-git" |
Maybe they took the |
On archlinux i didn't see this window container around the gnome-pie graph.
On Fedora-34, i do install it from github clone then compile, and i see the window container.
What i did wrong and how to fix this please ?
The text was updated successfully, but these errors were encountered: