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

Some Apps Open up in Fullscreen, Ignoring Window Rules #6108

Closed
NEUKhoaLe opened this issue May 16, 2024 · 7 comments
Closed

Some Apps Open up in Fullscreen, Ignoring Window Rules #6108

NEUKhoaLe opened this issue May 16, 2024 · 7 comments
Labels
bug Something isn't working

Comments

@NEUKhoaLe
Copy link

Hyprland Version

System/Version info

Hyprland, built from branch main at commit 3ac0e7e (seat: Send discrete event when axis source is scroll wheel (6103)).
Date: Thu May 16 08:30:55 2024
Tag: v0.40.0-99-g3ac0e7ea, commits: 4705

flags: (if any)

System Information:
System name: Linux
Node name: khoa-arch
Release: 6.8.9-arch1-2
Version: #1 SMP PREEMPT_DYNAMIC Tue, 07 May 2024 21:35:54 +0000

GPU information:
0b:00.0 VGA compatible controller [0300]: NVIDIA Corporation TU104 [GeForce RTX 2080 SUPER] [10de:1e81] (rev a1) (prog-if 00 [VGA controller])

os-release: NAME="Arch Linux"
PRETTY_NAME="Arch Linux"
ID=arch
BUILD_ID=rolling
ANSI_COLOR="38;2;23;147;209"
HOME_URL="https://archlinux.org/"
DOCUMENTATION_URL="https://wiki.archlinux.org/"
SUPPORT_URL="https://bbs.archlinux.org/"
BUG_REPORT_URL="https://gitlab.archlinux.org/groups/archlinux/-/issues"
PRIVACY_POLICY_URL="https://terms.archlinux.org/docs/privacy-policy/"
LOGO=archlinux-logo

plugins:

Bug or Regression?

Regression

Description

After Git bisecting and finding Commit: 94c20a1 , primary-selection: move to hyprland impl

Certain apps such as Blender opens in fullscreen. This is the case even if there are window rules preventing the app from opening in fullscreen.

windowrulev2 = tile,class:^(blender)$
windowrulev2 = suppressevent fullscreen, class:^(blender)$

How to reproduce

Go to any commit after 94c20a1, and open blender.

Crash reports, logs, images, videos

No response

@NEUKhoaLe NEUKhoaLe added the bug Something isn't working label May 16, 2024
@vaxerski
Copy link
Member

94c20a1 is the regressor or last working commit?

@NEUKhoaLe
Copy link
Author

94c20a1 is the regressor or last working commit?

That's the first bad Commit, so regressor.

@simonoscr
Copy link

yes, same for me. When checking with hyprctl clients some windows have empty class: since this commit.

So many of my windowrules no longer find a matching window.

@khaneliman
Copy link

khaneliman commented May 17, 2024

yes, same for me. When checking with hyprctl clients some windows have empty class: since this commit.

So many of my windowrules no longer find a matching window.

In another issue, I think it appeared that only XWayland apps were missing class. Is blender xwayland? I was waiting for #6086 before spending too much digging into it.

@NEUKhoaLe
Copy link
Author

Blender is Wayland. For some reason it is opened in fullscreen forced, even though I have it set in window rules.

@vaxerski
Copy link
Member

check now, should be fixed

@NEUKhoaLe
Copy link
Author

Can confirm its fixed. Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants