-
Notifications
You must be signed in to change notification settings - Fork 163
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
Just not working, but no errors in looking glass #381
Comments
I confirm that recently the Nextcloud client icon is not visible on my up-to-date Fedora 36 system any more as well. |
Gah! I'm unable to stop machines auto-upgrading the extension, so installing an old version has not fixed the problem. Any news on when v47 (or 46.x) might be released? |
I fixed it by running this in a terminal, log out and log in afterwards: search="domain.replaceAll(' ', '-');"
replace="domain.replaceAll ? domain.replaceAll(' ', '-') : domain.split(' ').join('-');"
sed "s/$search/$replace/" -i ~/.local/share/gnome-shell/extensions/[email protected]/util.js The above simulates this commit 5ebb018 |
@ionutbortis, it's works! Thanks! |
@ionutbortis yes, that's better, I suppose as then it will think it's on the latest 46 version and won't overwrite the source code. Thanks for sharing. |
I have a machine running Ubuntu 20.04 + Gnome + Xorg. This extension was originally working but then stopped. I've tried reinstalling from both gnome extensions website and from apt-get. Each method results in an extension I can toggle-on in Tweaks, but nothing happens when I do.
Specifically, the computer is running Nextcloud desktop which requires an app indicator to work.
I went to looking glass with Alt-F2
lg
and clicked onShow Errors
for this ext and it said it has not generated any errors.I'm really at a loss as to how to debug this, so I'd be grateful for anytips. I have other machines running the same stack and it works fine, but I just can't think what could be different about this troublesome one!
Thanks.
The text was updated successfully, but these errors were encountered: