extend-panel-menu icon indicating copy to clipboard operation
extend-panel-menu copied to clipboard

Not working with 3.34

Open tnilzon opened this issue 5 years ago • 7 comments

Please update to make it work with 3.34

tnilzon avatar Oct 18 '19 14:10 tnilzon

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

thebitstick avatar Oct 19 '19 18:10 thebitstick

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

Thank's!

tnilzon avatar Oct 20 '19 05:10 tnilzon

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

rosostolato avatar Nov 16 '19 14:11 rosostolato

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 avatar Dec 14 '19 12:12 TheBlackKoala

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.

TheBlackKoala avatar Dec 17 '19 10:12 TheBlackKoala

I will try that, thanks.

tnilzon avatar Dec 17 '19 16:12 tnilzon

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

lvitals avatar Jan 12 '20 18:01 lvitals