Skip to content
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

Closed
artfulrobot opened this issue Nov 11, 2022 · 6 comments
Closed

Just not working, but no errors in looking glass #381

artfulrobot opened this issue Nov 11, 2022 · 6 comments

Comments

@artfulrobot
Copy link

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 on Show 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.

@janvlug
Copy link

janvlug commented Nov 14, 2022

I confirm that recently the Nextcloud client icon is not visible on my up-to-date Fedora 36 system any more as well.
See also:
nextcloud/desktop#4951

@artfulrobot
Copy link
Author

Ah, going back to v42 worked.

I think the error might be related to 5ebb018 and #374 but that patch applied alone to v46 did not work.

Fingers crossed v47 works!

@artfulrobot
Copy link
Author

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?

@ionutbortis
Copy link

ionutbortis commented Nov 27, 2022

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

@nooncat
Copy link

nooncat commented Nov 27, 2022

@ionutbortis, it's works! Thanks!

@artfulrobot
Copy link
Author

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants