artisticat1 / gnome-next-up

Show your next calendar event in the status bar

Home Page:https://extensions.gnome.org/extension/5465/next-up/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update to Gnome 46

Amereyeu opened this issue · comments

could you update the plugin so it works in gnome 46? thanks

@Amereyeu @artisticat1 I've made PR for migrating: #18, tested it on my Gnome 46 machine.

As a temporary solution for get it working until (and if) that PR will be merged, you can do following:

Remove the extension and execute following commands:

rm -r ~/.local/share/gnome-shell/extensions/next-up@artisticat1.github.com
git clone -b v45 https://github.com/muerwre/gnome-next-up.git
ln -s "$(pwd)/gnome-next-up" ~/.local/share/gnome-shell/extensions/next-up@artisticat1.github.com

Then restart shell and enable extension

your temporary solution works. thanks