-
Notifications
You must be signed in to change notification settings - Fork 279
GNOME 48: Cannot open/switch apps using the launcher #1775
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
Comments
I was actually just looking into this as well! I noticed the same errors in journalctl and ended up grepping the function call and found it in Lines 376 to 381 in b3fc425
I looked into why this was happening and discovered that the function call was removed in the library recently as part of cleanups for Gnome 48: https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/794f0bcc75dbca4090f17e0f3a1f0c08840ef871#fb34343b30180ae68460b95e6ce5e969e3997534. I haven't had a chance to take a closer look on how to restore the original functionality to work with Gnome 48 (tbh, I never noticed a vertical scrollbar before, but I've only been using pop-shell for a few weeks). As far as I understand, this repo is no longer being kept up to date with newer Gnome releases, so I'm not sure what the process is for establishing a Gnome 48+ branch for fixes like this. |
Honestly, neither have I - despite using
I still see commits that are adding GNOME 48 support to the metadata as well as code fixes so I guess there might be a chance of it happening? Not too sure myself - I'm not particularly knowledgeable in developing GNOME extensions as well as what's happening. |
This patch gets the app launcher working again for opening/switching apps in GNOME 48
I hope it helps :) |
Property set_policy does not exist on type "Widget" |
Hello @dagimg-dot, thank you for trying out the patch. I'm unable to reproduce the error you're describing. set_policy is a method specific to St.ScrollView, which, while it does inherit from St.Widget, isn't a direct method of the Widget class. For detailed information, please refer to the documentation here: https://gnome.pages.gitlab.gnome.org/gnome-shell/st/method.ScrollView.set_policy.html It's possible, though I'm only speculating, that the error might be related to this.scroller not being an St.ScrollView instance in your case, or perhaps a scope or environment-related issue. |
I've been using the dnf-packaged on Fedora 42 ( Thank you for your help! It's aesthetically essential to my setup with Pop Shell. |
After updating to GNOME 48, alongside updating both
pop-launcher
andpop-shell
to their latest git versions, I don't seem to be able to open/switch apps using the launcher. When enabling logs forpop-shell
and checkingjournalctl
, here is what I get when I attempt to hit Enter to open/switch apps:The text was updated successfully, but these errors were encountered: