cinatic / stocks-extension

A extension to display stock quotes in GNOME Shell Panel
GNU General Public License v3.0
84 stars 31 forks source link

Gnome 46 support #102

Closed zrno closed 4 months ago

stonedbear commented 4 months ago

almost all extensions are broken cause of this (https://github.com/bmwiedemann/openSUSE/blob/13c1179cab4f21925e453e039e04d9174e286d7a/packages/h/hamster-time-tracker/0174-Fix-compatibility-issues-with-Gnome-shell-46.patch#L4)

There is a fix already in place in this thread for a bitcoin price extension: https://github.com/OttoAllmendinger/gnome-shell-bitcoin-markets/issues/153 @cinatic - apparently this is easy enough to fix.

ps, thanks for your hard work so far :)

Huang-CL commented 2 days ago

@cinatic

The extension hasn't worked for me since I upgraded Ubuntu from 22.04 to 24.04. I downloaded the release v34 tar.gz and compiled it myself.

First of all, I'm not sure what is the purpose of line 75 in Makefile rm -rf $(INSTALL_DIR)

It deletes everything and the make install fails because $(BUILD_DIR) equals $(INSTALL_DIR)/_build. I have to comment the line to compile the package.

After compiling the extension, I can open the settings through the extensions manager, but the ticker doesn't appear in the shell panel, even after I restart the computer.