-
Notifications
You must be signed in to change notification settings - Fork 92
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
Not working with gnome-shell 3.32 under fedora 30 #301
Comments
It's 3.30, the extension doesn't work in 3.31 any more. I'm a sad panda now. |
Compatibility with gnome-shell 3.30 according to projecthamster#301
Good. 3.30 is the one in my distro. So this question is settled, and my initial request becomes: Why does it not work on my system. ;-) |
Still true for 3.32 / Fedora 30 today. |
May be a duplicate of #315. |
@DirkHoffmann https://github.com/mwilck/hamster-shell-extension should work on 3.34. |
Thank you, @gregorydk. But this is about 3.32. The problem is that the standard distribution path (for gnome-shell extensions) is broken, this repository is not up to date (since April 2019) and manual installation bears a number of pitfalls (the README is wrong as of today). |
@DirkHoffmann I thought you'd already be running Fedora 31. ;-) |
Care to elaborate ? At least two of us have trouble installing the extension from sources. The extension does not show up anywhere on screen on lubuntu-19.04, even after doing > gnome-shell --version
GNOME Shell 3.32.2
git clone https://github.com/mwilck/hamster-shell-extension.git
# GNOME-3.34 was not better
git checkout GNOME-3.32
make dist
rm -rf ~/.local/share/gnome-shell/extensions/[email protected]
mkdir -p ~/.local/share/gnome-shell/extensions/[email protected]
tar -C ~/.local/share/gnome-shell/extensions/[email protected] \
-xvf dist/[email protected]
# reload shell (on xorg; on wayland one needs to logout/login): ALT+F2, r, Enter
> sudo apt install gnome-tweak-tool
Unpacking gnome-tweaks (3.32.0-1)
> gnome-tweaks The extension is listed, checked (blue) at the first tentative, |
Works for me in Gnome 3.34 : projecthamster/hamster#433 (comment) Possible diagnostics :
|
All the above is correct. For the time being, four people were found to pick up the orphaned repository hamster-shell-extension. Please give us a couple more days to integrate the good work by @mwilck into the main repository and start from solid grounds again. |
Picking this up from the other ticket for memory: Originally posted by @mwilck in #315 (comment)
and
|
The commit ID to be reverted would now be 85d09e2, as I've re-posted PR #316 with new commit IDs (signed commits). |
@DirkHoffmann, IIUC this is fixed? Please confirm and close. |
Yes, there were many duplicate and redundant issues for gnome-shell > 3.28, and we lost slightly track. I do not the check the relationships and history exactly. But as this was oriniginally reported by me, I take the freedom to close it (satisfied). |
Compatibility with gnome-shell 3.30 according to projecthamster#301
I am glad to see that there are error reports (at least one: #295) concerning gnome-shell 3.30, and they are accepted.
Are the statements that 3.26 is the latest or 3.28 as in the README then obsolete? (I can provide a PR for the latter, but not the former, if you confirm.)
The text was updated successfully, but these errors were encountered: