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

Remove stay on top hint flag #45

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

zastrixarundell
Copy link

Addresses issue #19

Before:
image

After:
image

Not sure why exactly this fixes the issue. After looking at Andromeda it seemed that it didn't have that flag and after removing it the issue was fixed.

For some reason on my system when I use the created from main I have only a fade-in animation and not a slider up animation for the whole pasmoid.

Remove `flags: Qt.WindowStaysOnTopHint` as it has an issue with Wayland systems where half of the avatar won't fhow. Removing this fixes the issue.
@zastrixarundell
Copy link
Author

zastrixarundell commented Aug 18, 2023

After looking at mentioned bugs for wayland and qt, it seems that the top flag just doesn't work well with wayland. This still has one kind of a graphical issue. When another label is behind the menu (i.e. when changing virtual desktops) the bottom part of the image is not shown. But if it's called after the label has been toggled off, it works.

cutout.mp4

@davigamer987
Copy link

This worked for me, Thanks!

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 this pull request may close these issues.

2 participants