-
Notifications
You must be signed in to change notification settings - Fork 269
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
Pop-launcher crashes gnome shell 45.4 #1707
Comments
I got the same error running Ubuntu 23.10 |
I reseted to the commit
Then log off and login again. |
I am having the same issue using pop-shell and pop-launcher on nixos. |
I have the same issue on nixos, and as suggested by @nielsonrolim pinning to that specific commit seems to fix the problem. gnomeExtensions.pop-shell.overrideAttrs (old: {
version = "unstable-2024-02-12";
src = fetchFromGitHub {
owner = "pop-os";
repo = "shell";
rev = "9a30c5bd49c373896410852d6477596ac4c43bd3";
hash = "sha256-6JeD/2DtqGwUi946lssaBDYjUu4G5Gm3YWzW46nDGb4=";
};
}) |
The commit after that is labeled "refactor: GNOME 46 port". It wasn't regression tested on GNOME 45 since that's beyond what Pop!_OS has shipped, anyway: #1704 I think the most feasible thing to do would probably be creating another branch. @mmstick I just created |
After we get the branches sorted out, we probably also need to update the README's explanation of which branch to use for which GNOME version. GNOME 3.36 - 44: We still have |
Done |
@mmstick Looks like I can't fix |
I have the same issue, using GNOME 3.36 with master_jammy. |
Done |
I am using ubuntu 20.04 + GNOME Shell 3.36.4 |
Ok, that commit's near where |
Yeah, that make sense, maybe we should modify the readme. Now the hint is a litte bit misleading, at least for me, I was guided to use
|
(1) Issue/Bug Description:
When launching pop-launcher and typing text, gnome shell crashes, with the "Oh no, something has gone wrong message"
journalctl -b /usr/bin/gnome-shell
reveals:(2) Steps to reproduce (if you know):
Just launch pop-launcher with the default shortcut and type some text.
(3) Expected behavior:
I expect it not to crash :).
(4) Distribution (run
cat /etc/os-release
):Manjaro Linux
(5) Gnome Shell version:
GNOME Shell 45.4
(6) Pop Shell version (run
apt policy pop-shell
or provide the latest commit if building locally):1.2.0+303+g5fa3a50-1
(7) Where was Pop Shell installed from:
gnome-shell-extension-pop-shell package AUR
(8) Monitor Setup
2 x 1080p, both horizontal
(9) Other Installed/Enabled Extensions:
Issue detected with pop-shell being the only extension enabled.
(10) Other Notes:
I suspect is a recent commit to pop-shell. Yesterday it worked just fine. Today, after an update, this happens.
The text was updated successfully, but these errors were encountered: