-
Notifications
You must be signed in to change notification settings - Fork 46
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
Gnome 46.rc1 Crashes when enabling the extension #156
Comments
I guess this is because of this. In I don't know how to properly fix this, but if someone really needs these rounded corners, you can move |
Wow. thanks. it working on my desktop. |
would you mind sharing your extensions, all your words that have been spoken say nothing to me but i need my crounded corners back badly |
Sure, here is my fork. Though I want to say one more time, that this isn't proper fix, more like a bandage. I noticed some fuzzy behavior with chomium/electron based apps, and I can't tell if it's because of this patch. |
just saw the commit, didnt think its that easy. huge thanks though, idc if its a bandage as long as it works |
Hi there, could you be more specific as to how to make this work? Following the link to @garaevdi 's fork, I can't compile it and I get errors (will update when on my F40 computer). Thank you. |
After this patch the extension does not work and gives me this error: |
Did you manage to get it working? |
I just used this with F40. It works fine. |
Yes thanks it works now. I really like the rounded corners, but the bug that after waking from suspend switching workspaces with the keyboard shortcut or the touchpad gestures is broken, is just too big of a deal for me :/ I hope there will be a new possibility to get rounded corners soon... |
I have tested every single one of my (many) extensions to find what is causing this issue, and I have concluded it's blur-my-shell. I just tested it again. Has your testing pointed to the rounded windows corners? Edit: More testing, it appears the it's the combination of rounded windows corners with blur-my-shell. If either is off, things work as they should. |
instresting that it is the combination of both. I love both of these extensions thats a bummer... |
The `get_uniform_location` function was called before the GLSL effect pipeline was initialized, which caused a GNOME Shell crash. This commit adds the superclass constructor call before uniform fetching, ensuring that context is initialized. Fixes: yilozt#156
I created a proper fix that doesn't fetch the uniforms every single time https://github.com/flexagoon/rounded-window-corners However, this doesn't seem to fix the blur-my-shell issue, so that must be related to something else. |
I have identified the source of the blur-my-shell bug, not sure how to fix it yet though. I'm trying to come up with a fix. |
nice! Glad to hear it's getting updates. Thank you for your work! |
The two extensions aren't getting disabled and enabled in the correct order, so a gnome function that they both override gets messed up. From what I could find, this is not supposed to happen, and I also wasn't able to reproduce this by manually toggling them, so this may very well be an upstream gnome bug. I'll investigate further and create an issue in gnome if needed |
I managed to fully identify the cause of the problem (see https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/7629#note_2101174). This should most likely be fixed on the Blur My Shell side. I'll try to come up with a fix and submit a PR. Until then, I made a temporary solution which fixes the issue: I don't see any bugs left with my fork, so feel free to use it. I'll submit it to EGO once the blur-my-shell issue is properly resolved (and unless @yilozt comes back by then) |
Thank you that's so great! I can confirm with your edit it works again. Thank you! |
Sorry for this bug and thanks @flexagoon! Just merged this, it will be in next blur-my-shell update |
Title says it. Had to disable validation by settings
org.gnome.shell disable-extension-version-validation true
to check, but as soon as the extension is enabled the whole desktop crashes, and any sort of login will lead to a crash.I'm using Arch Linux (
gnome-unstable
mirror) with kernel version6.8.1
.The text was updated successfully, but these errors were encountered: