Git Product home page Git Product logo

Comments (5)

pieska avatar pieska commented on August 27, 2024

quick and dirty fix in extension.js:

        this._bin = new St.Bin({child: this._icon});

//        this._box.add(this._bin);
        this._box.actor.add_child(this._bin);
//        this.add_actor(this._box);
        this.actor.add_child(this._box);
        this.add_style_class_name('panel-status-button');

the extension needs probably a rewrite following the gnome shell extension reference guide

from connectionmanager2.

sbadger avatar sbadger commented on August 27, 2024

quick and dirty fix in extension.js:

        this._bin = new St.Bin({child: this._icon});

//        this._box.add(this._bin);
        this._box.actor.add_child(this._bin);
//        this.add_actor(this._box);
        this.actor.add_child(this._box);
        this.add_style_class_name('panel-status-button');

the extension needs probably a rewrite following the gnome shell extension reference guide

I'm using the fork for Gnome 45 from @xkahn and this modification worked for me!!!
Thanks @pieska

from connectionmanager2.

pieska avatar pieska commented on August 27, 2024

I created a branch for gnome-46: https://github.com/pieska/connectionmanager2/tree/gnome-46

from connectionmanager2.

xkahn avatar xkahn commented on August 27, 2024

Ah! Great! I hadn't had time to look at the problem yet. thank you @pieska.

from connectionmanager2.

sbadger avatar sbadger commented on August 27, 2024

Also as I just tested the change on gnome 45 (fedora 39) and it worked as well.

from connectionmanager2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.