julio641742 / extend-panel-menu

https://extensions.gnome.org/extension/1201/extend-panel-menu/
GNU General Public License v3.0
56 stars 19 forks source link

Not working with 3.34 #88

Open tnilzon opened 4 years ago

tnilzon commented 4 years ago

Please update to make it work with 3.34

thebitstick commented 4 years ago

someone forked this with 3.34 support https://github.com/paysonwallach/extend-panel-menu

tnilzon commented 4 years ago

someone forked this with 3.34 support https://github.com/paysonwallach/extend-panel-menu

Thank's!

rosostolato commented 4 years ago

I tried that solution and I still have issue... it's not working

TheBlackKoala commented 4 years ago

someone forked this with 3.34 support https://github.com/paysonwallach/extend-panel-menu

So far as i can tell that version is riddled with errors. I have gone into another fork to get the schemas which were needed to run, and i am currently trying to fix an error with the icons. I have tried manually moving the icons folder into the extension folder but that does nothing.

Gio.ResourceError: The resource at “resource:///org/gnome/shell/extensions/extend-panel-menu/icons/extend-panel-menu.png” does not exist Stack trace: _init@/home/tor/.local/share/gnome-shell/extensions/extend-panel-menu@julio641742/prefs.js:711:18 ...

TheBlackKoala commented 4 years ago

The fix i've found is: Download the latest version from this github, install the extension as per usual, then go to the folder in the extensions and edit indicators/nightlight.js. Here you need to comment out lines 24 and 62-66. They should look like this: //const Slider = imports.ui.slider; ... //this._slider = new Slider.Slider(value); //this._slider.connect('value-changed', (s, value) => this._sliderChanged(s, value)); //sliderItem.actor.add(this._slider.actor, { // expand: true //});

Save and restart your gnome-shell.

tnilzon commented 4 years ago

I will try that, thanks.

lvitals commented 4 years ago

I'm using the same development concept, it's not exactly a fork, it's just a continuation https://github.com/lvitals/panel-indicators