-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Unusable with two screens in gnome 43 #25
Comments
Same thing here. Also, if I press Super+D it breaks the wallpaper on the secondary screen. The same happens if I try to switch to a secondary workspace (the wallpaper breaks) |
Extension uses gst-inspect-1.0 clappersink
gjs -c "let GstPlay = imports.gi.GstPlay;" If you are correctly using a custom sink, |
@Rafostar |
Either packaging problem or some broken plugin cache. Definitely not hanabi fault. If it works from inside the code, I guess you can ignore it. Regarding performance, I do not want to start discussing about this in the same issue without the extension dev permission. For Clapper related questions feel free to ask on Clapper matrix channel through. Let's not change this issue original topic. |
@Rafostar one question, what about what I reported? I can record a video if you want, but basically everytime I press Super+D (or basically any key if the desktop is visible) the wallpaper crashes (it simply duplicates in a super weird alignment The same happens if I try switching workspaces |
@delucca |
Hi @Seikm @delucca, thanks for reporting! Also @Rafostar thanks for helping~ @delucca May I know what's the action bind to the Super+D key combination? (I don't have this key combination enabled by default on Fedora, so I have no idea what it does.) @Seikm Ok... It seems that I also have the same issue with dual screen setup in GNOME 42.4 as well. It could be a regression of previous commit. Let me check what caused this. For the GNOME 43 support, please give me more times! 😂 As for performance, if hanabi uses clappersink for the playback, it's already doing its best! =) (Off topic) Below is some implementation details in case anyone is interested. Please open another issue for suggestions on this if any. gnome-ext-hanabi/src/gnomeShellOverride.js Lines 138 to 147 in f81b76c
As you can see I'm abusing the |
That might be true in case of Nvidia, but for Intel/AMD as I mentioned in #19 (comment), either you or users would have to enable newer experimental VA element under Wayland session to get current "best" =) |
about the Super+D, it is the combination to show the desktop. But, TBH, any keystroke I press glitches the wallpaper for some reason. I can see the glitch after pressing Super+D probably because the wallpaper appears |
It is fixed in the latest commit! Sorry for the late and Merry Christmas~🎄 |
Various rendering and performance bugs in gnome 43 using two screens.
I have clapper installed by the opensuse package manager, but it seems that the extension cannot use it.
Second screen totally buggy, wallpaper covers the topbar in the main workspace, and other bugs.
I recorded two videos showing all the bugs, the first video has other extensions enabled and the second video is without extensions and shows the logs.
video with extensions (link to download)
video without extensions (link to download)
The text was updated successfully, but these errors were encountered: